diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-01 15:31:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-01 15:31:19 +0000 |
commit | d8e94bc40728e2917018d84301e3e47a9b9c6ae1 (patch) | |
tree | 78e79857b586721bca62c147f36c7e02c80790a2 /dev-perl/Text-Iconv | |
parent | version bump to 2.1.11 (diff) | |
download | historical-d8e94bc40728e2917018d84301e3e47a9b9c6ae1.tar.gz historical-d8e94bc40728e2917018d84301e3e47a9b9c6ae1.tar.bz2 historical-d8e94bc40728e2917018d84301e3e47a9b9c6ae1.zip |
Marked ~ppc64; bug #66216
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index 9f7c85ea19be..1e782449b385 100644 --- a/dev-perl/Text-Iconv/ChangeLog +++ b/dev-perl/Text-Iconv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Iconv # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.15 2004/10/19 08:03:04 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.16 2004/11/01 15:31:19 corsair Exp $ + + 01 Nov 2004; Markus Rothe <corsair@gentoo.org> + + Text-Iconv-1.4.ebuild: + Marked ~ppc64. bug #66216 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Text-Iconv-1.4.ebuild: Stable on amd64. diff --git a/dev-perl/Text-Iconv/Manifest b/dev-perl/Text-Iconv/Manifest index 76a57de3404d..25f8c2e9910e 100644 --- a/dev-perl/Text-Iconv/Manifest +++ b/dev-perl/Text-Iconv/Manifest @@ -1,8 +1,8 @@ -MD5 ebf8d9bbc78761d106c7765f9520daff ChangeLog 1234 +MD5 2e269850dbfee1190c53757a4348e9e1 ChangeLog 1337 MD5 1039d680cabcd35d5bfce060bbe7cf7d Text-Iconv-1.2-r1.ebuild 522 MD5 425e932e27163094be3c9d3de061a448 Text-Iconv-1.2.ebuild 520 +MD5 580dff79d4cc5f492e73369d76fdbfdc Text-Iconv-1.4.ebuild 529 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 3fbf58ef730bd378241c4a9554d61907 Text-Iconv-1.4.ebuild 523 MD5 503f904ad009c196c215315da93a2338 files/digest-Text-Iconv-1.2 64 MD5 503f904ad009c196c215315da93a2338 files/digest-Text-Iconv-1.2-r1 64 MD5 c9e28d3cc7a249544e9e0169eb101bcf files/digest-Text-Iconv-1.4 64 diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild index 899133d89ed6..5ec41981d67f 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.4.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/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.5 2004/10/19 08:03:04 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.6 2004/11/01 15:31:19 corsair Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://cpan.org/modules/by-module/Text/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 amd64 sparc ppc alpha ia64" +KEYWORDS="x86 amd64 sparc ppc alpha ia64 ~ppc64" IUSE="" |