diff options
author | 2005-09-17 15:18:14 +0000 | |
---|---|---|
committer | 2005-09-17 15:18:14 +0000 | |
commit | b33546e721ac21c15004d442d85985385713942f (patch) | |
tree | 2db212071d33a0b6e8ac68fcdd04c9e121aa2378 /perl-core | |
parent | UTF-8 fixes. (diff) | |
download | historical-b33546e721ac21c15004d442d85985385713942f.tar.gz historical-b33546e721ac21c15004d442d85985385713942f.tar.bz2 historical-b33546e721ac21c15004d442d85985385713942f.zip |
Stable on amd64.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/Manifest | 14 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.10.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 9be294c3475c..6a81baa9c16f 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/digest-base # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.8 2005/08/13 23:17:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.9 2005/09/17 15:18:14 cryos Exp $ + + 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> digest-base-1.10.ebuild: + Stable on amd64. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> digest-base-1.10.ebuild: diff --git a/perl-core/digest-base/Manifest b/perl-core/digest-base/Manifest index c3cb103e36ac..8d3368e73268 100644 --- a/perl-core/digest-base/Manifest +++ b/perl-core/digest-base/Manifest @@ -1,8 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7cb1bfde0516cb8c7afa77899cfe0ab1 digest-base-1.10.ebuild 632 MD5 b0eab3436874706df4bce6c12b201ccf digest-base-1.08.ebuild 646 +MD5 4f1ed56ec7a99052740d143410b7f070 ChangeLog 2925 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 d1e40a53a6ee884ec77a50e52e821dc1 ChangeLog 2829 -MD5 6b258cfe226bbc5cee45e899fc959152 digest-base-1.10.ebuild 634 MD5 e706dff64d9dbfd06bfe1f07dec80873 digest-base-1.05.ebuild 589 MD5 35900ffbfad8f86b1af3a6ad4e16018e files/digest-digest-base-1.05 61 MD5 824966168d7aa40d2879cf23686d97df files/digest-digest-base-1.08 61 MD5 3d509a58b2378e7d62f5163a5e58c508 files/digest-digest-base-1.10 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDLDPSntT9W3vfTuoRAjEiAKCRJBhwpXdkyIT8b1i5X19TLLAn/gCgq7EQ +VXUFWarpw8m3LMDjtXHl1XA= +=BLtm +-----END PGP SIGNATURE----- diff --git a/perl-core/digest-base/digest-base-1.10.ebuild b/perl-core/digest-base/digest-base-1.10.ebuild index a14608dabb3d..da282123e1ca 100644 --- a/perl-core/digest-base/digest-base-1.10.ebuild +++ b/perl-core/digest-base/digest-base-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.7 2005/08/13 23:17:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.8 2005/09/17 15:18:14 cryos Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" SRC_TEST="do" IUSE="" |