diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-13 14:22:27 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-13 14:22:27 +0000 |
commit | 02b7625bb9c826fdeff0553bf31c5d4a97e2f5d6 (patch) | |
tree | 8012157eb6d6dac65a21ffddf9673f37bb56a986 /dev-perl/string-crc32 | |
parent | Stable on sparc (diff) | |
download | historical-02b7625bb9c826fdeff0553bf31c5d4a97e2f5d6.tar.gz historical-02b7625bb9c826fdeff0553bf31c5d4a97e2f5d6.tar.bz2 historical-02b7625bb9c826fdeff0553bf31c5d4a97e2f5d6.zip |
Stable on sparc
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index 52f101fdf783..e2c1c4d72a78 100644 --- a/dev-perl/string-crc32/ChangeLog +++ b/dev-perl/string-crc32/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/string-crc32 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.7 2004/12/30 19:13:43 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.8 2005/01/13 14:16:02 gustavoz Exp $ + + 13 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> string-crc32-1.2.ebuild: + Stable on sparc 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild index 4e68b41b6a84..971aff00c815 100644 --- a/dev-perl/string-crc32/string-crc32-1.2.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.10 2004/12/23 16:32:22 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.11 2005/01/13 14:16:02 gustavoz Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips ~ppc64" +KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ~mips ~ppc64" IUSE="" |