diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:54:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:54:33 +0000 |
commit | d4d0b9f7f5b13d3e5a10e32f57386da9c2f5fb23 (patch) | |
tree | ed78586e023c2f3a38b1df3e39452633d56ce2e7 /perl-core | |
parent | Mark 0.7.1 stable on ia64 (diff) | |
download | historical-d4d0b9f7f5b13d3e5a10e32f57386da9c2f5fb23.tar.gz historical-d4d0b9f7f5b13d3e5a10e32f57386da9c2f5fb23.tar.bz2 historical-d4d0b9f7f5b13d3e5a10e32f57386da9c2f5fb23.zip |
Mark 1.13 stable on alpha
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/Manifest | 10 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.13.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 57ff87513873..23b3183b6252 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.15 2006/01/21 22:07:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.16 2006/01/31 19:54:33 agriffis Exp $ + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> digest-base-1.13.ebuild: + Mark 1.13 stable on alpha 21 Jan 2006; Markus Rothe <corsair@gentoo.org> digest-base-1.13.ebuild: Stable on ppc64 diff --git a/perl-core/digest-base/Manifest b/perl-core/digest-base/Manifest index 42fb2ec12eff..04cb022c473b 100644 --- a/perl-core/digest-base/Manifest +++ b/perl-core/digest-base/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 559729b24bfc20cb57f03170bd27482e ChangeLog 3701 RMD160 3a738a1213c63044e5ece9cad1d513d6a8e680f4 ChangeLog 3701 SHA256 ceb0917482213b7bafc75d7eec33280129d3a5f567b4aee425b1298df27700ea ChangeLog 3701 @@ -34,3 +37,10 @@ SHA256 2721c32b484070a63d078a442db14fd5d81fbad5480243db2d16323b054755cc files/di MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 metadata.xml 305 SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD38CDJrHF4yAQTrARAg4SAKCr6Fw01bZKhcXe68vYD/n1hm6nmwCfW+jA +47d4mJytBVIAqn4P5ltWM5w= +=rEt8 +-----END PGP SIGNATURE----- diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild index bc809674da42..4fe6544d8d0b 100644 --- a/perl-core/digest-base/digest-base-1.13.ebuild +++ b/perl-core/digest-base/digest-base-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.13.ebuild,v 1.5 2006/01/21 22:07:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.13.ebuild,v 1.6 2006/01/31 19:54:33 agriffis 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 sh sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" SRC_TEST="do" IUSE="" |