diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-29 19:36:39 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-29 19:36:39 +0000 |
commit | cbebaff2b3f15a7744082366b089784c692c6692 (patch) | |
tree | 1c35ac34df4e2e379916fb55cb8ccff06bafa7b0 /dev-perl/string-crc32 | |
parent | version bump: loudmouth-1.1.2 for telepathy (diff) | |
download | historical-cbebaff2b3f15a7744082366b089784c692c6692.tar.gz historical-cbebaff2b3f15a7744082366b089784c692c6692.tar.bz2 historical-cbebaff2b3f15a7744082366b089784c692c6692.zip |
Stable on hppa
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index cd26ec715f38..25e107c75a4c 100644 --- a/dev-perl/string-crc32/ChangeLog +++ b/dev-perl/string-crc32/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/string-crc32 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.17 2006/06/12 16:38:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.18 2006/06/29 19:32:42 gustavoz Exp $ + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + string-crc32-1.4.ebuild: + Stable on hppa 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> string-crc32-1.3.ebuild, string-crc32-1.4.ebuild: diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild index d869d6a91e13..3fc6adb21b6d 100644 --- a/dev-perl/string-crc32/string-crc32-1.4.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.4.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/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.2 2006/06/12 16:38:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.3 2006/06/29 19:32:42 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="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" |