diff options
author | 2005-04-11 00:16:46 +0000 | |
---|---|---|
committer | 2005-04-11 00:16:46 +0000 | |
commit | 0e834a1fb1221b9cfa262f9afbf11f7cfa663908 (patch) | |
tree | af80d991221b9f8bdd37736c5280e840993eeda6 | |
parent | Stable on amd64, closes bug 87257. (diff) | |
download | historical-0e834a1fb1221b9cfa262f9afbf11f7cfa663908.tar.gz historical-0e834a1fb1221b9cfa262f9afbf11f7cfa663908.tar.bz2 historical-0e834a1fb1221b9cfa262f9afbf11f7cfa663908.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.19
-rw-r--r-- | dev-perl/Test/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test/Manifest | 16 | ||||
-rw-r--r-- | dev-perl/Test/Test-1.25.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/dev-perl/Test/ChangeLog b/dev-perl/Test/ChangeLog index c3465442a766..6977ef5e92d7 100644 --- a/dev-perl/Test/ChangeLog +++ b/dev-perl/Test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test/ChangeLog,v 1.8 2005/04/07 20:37:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test/ChangeLog,v 1.9 2005/04/11 00:16:46 cryos Exp $ + + 11 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> Test-1.25.ebuild: + Stable on amd64. 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> Test-1.25.ebuild: Stable on ppc. diff --git a/dev-perl/Test/Manifest b/dev-perl/Test/Manifest index 1943296c704f..c296034c8607 100644 --- a/dev-perl/Test/Manifest +++ b/dev-perl/Test/Manifest @@ -1,6 +1,16 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 a2e112e04087c26b99a0e2dbe3c4481f Test-1.25.ebuild 564 -MD5 c6b8588f44f4c95c7d4825fb555b0b1e ChangeLog 986 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cc8da33af66f362b29299bc5d8367e87 Test-1.25.ebuild 562 MD5 407182971f5790493838e6a66af7d314 Test-1.24.ebuild 547 +MD5 f65e8c8c880fd0364697eab525ff25e4 ChangeLog 1075 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 5355451430e8ac7e50aab602035de558 files/digest-Test-1.24 60 MD5 9eeb3da9ccd9792e535f2bdd778fc715 files/digest-Test-1.25 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCWcIAntT9W3vfTuoRAjqQAJ9e4gloWfvz0pBmlRP3QN4BbOUbXQCbBWio +azXgXMesuaS2qXrV1qjZ7l4= +=80eE +-----END PGP SIGNATURE----- diff --git a/dev-perl/Test/Test-1.25.ebuild b/dev-perl/Test/Test-1.25.ebuild index 9dd19c3b498f..6a68ab764b32 100644 --- a/dev-perl/Test/Test-1.25.ebuild +++ b/dev-perl/Test/Test-1.25.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/dev-perl/Test/Test-1.25.ebuild,v 1.6 2005/04/07 20:37:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test/Test-1.25.ebuild,v 1.7 2005/04/11 00:16:46 cryos Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/Test/${P}.readme" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ~mips ppc sparc ~ppc64" +KEYWORDS="x86 amd64 ~alpha ~hppa ~mips ppc sparc ~ppc64" SRC_TEST="do" |