diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-20 04:50:09 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-20 04:50:09 +0000 |
commit | fcdd767ed7e8a47bccefc595ca6dc3954eda1f58 (patch) | |
tree | 3ef880044f400cd4a9ad39a37dfd9b8aca6bc049 /dev-perl | |
parent | ppc stable to support bug #68570 (diff) | |
download | historical-fcdd767ed7e8a47bccefc595ca6dc3954eda1f58.tar.gz historical-fcdd767ed7e8a47bccefc595ca6dc3954eda1f58.tar.bz2 historical-fcdd767ed7e8a47bccefc595ca6dc3954eda1f58.zip |
ppc stable for bug #68570
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/module-build/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.25.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index 8b6451780a76..1a7d600ba7a0 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-build # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.14 2004/10/31 13:56:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.15 2004/11/20 04:50:09 dragonheart Exp $ + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> module-build-0.25.ebuild: + ppc stable for bug #68570 31 Oct 2004; Michael Cummings <mcummings@gentoo.org> module-build-0.25.ebuild: diff --git a/dev-perl/module-build/Manifest b/dev-perl/module-build/Manifest index 18d50a7aac0b..527623329a7f 100644 --- a/dev-perl/module-build/Manifest +++ b/dev-perl/module-build/Manifest @@ -1,20 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 72727b07b1edb50cb699a174c0beeaf0 ChangeLog 2105 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 cf098eb42df0bb25c7bb41f9df2607f6 module-build-0.18.ebuild 692 MD5 cee3a0091b41b34411976310ff51c9b5 module-build-0.19.ebuild 691 MD5 0e756b2a0902ba35bdbcf85d6d104d5a module-build-0.22.ebuild 733 -MD5 d16160dbebad81399159f7618d3a0c29 module-build-0.25.ebuild 698 -MD5 4b4fd055641a50dc1b69c274919791f8 ChangeLog 1995 +MD5 f6d2d463770907d35e97c41ad297e8ec module-build-0.25.ebuild 699 MD5 46c83a840d25a11c761e0cbceae27a95 files/digest-module-build-0.18 68 MD5 0d078cff23ce12c13c3e9525bff85314 files/digest-module-build-0.19 68 MD5 804380d9ccfd232c890ace70f8539d70 files/digest-module-build-0.22 68 MD5 02fe7753001f89b0f496f0669d31a1da files/digest-module-build-0.25 69 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBhO8OtG5z4I8BtQoRAm6XAJ9VkJH5AFlPzLJQfz6rt2trnSQvzwCfdMdN -UArpUcvYwvWdtW2VHPX0/nM= -=7CBA +iD8DBQFBns0HmdTrptrqvGERAkXPAKCHGkCRN/bJDTVYnqIAm2eHms4ZqACgh+CO +eKM/RAXGQmgQCcKpGLJIutE= +=SoC7 -----END PGP SIGNATURE----- diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild index 2efb82bfb864..f78b78bf441a 100644 --- a/dev-perl/module-build/module-build-0.25.ebuild +++ b/dev-perl/module-build/module-build-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.6 2004/10/31 13:56:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.7 2004/11/20 04:50:09 dragonheart Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~mips ~ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86" IUSE="" SRC_TEST="do" |