diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-02-26 06:10:42 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-02-26 06:10:42 +0000 |
commit | feaabd21720c207bbd3ca76b80ae3e32149c047a (patch) | |
tree | fecd11c3030bf0ae20df435f08a8157b0a3e1f61 /dev-perl/string-crc32 | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-feaabd21720c207bbd3ca76b80ae3e32149c047a.tar.gz gentoo-2-feaabd21720c207bbd3ca76b80ae3e32149c047a.tar.bz2 gentoo-2-feaabd21720c207bbd3ca76b80ae3e32149c047a.zip |
Added ~mips to KEYWORDS to satisfy repoman deps.
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/string-crc32/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index e29a7a24eaae..3bf1a8dffe20 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.2 2003/10/28 01:14:44 brad_mssw Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.3 2004/02/26 06:10:42 kumba Exp $ + + 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> string-crc32-1.2.ebuild: + Added ~mips to KEYWORDS to satisfy repoman deps. 27 Oct 2003; Brad House <brad_mssw@gentoo.org> string-crc32-1.2.ebuild: add ~amd64 flag diff --git a/dev-perl/string-crc32/Manifest b/dev-perl/string-crc32/Manifest index 7889b04bc414..7c7d0cf43917 100644 --- a/dev-perl/string-crc32/Manifest +++ b/dev-perl/string-crc32/Manifest @@ -1,4 +1,4 @@ -MD5 c8d1d159af8fa5f72a6d09487dbdb2b5 string-crc32-1.2.ebuild 613 -MD5 a13bf17cbfe594af4f6a1111c4df169e files/digest-string-crc32-1.2 66 -MD5 f89b976df59e9b395727cd6a083c893c ChangeLog 471 +MD5 4a395b96dab30c3dfdd83d22a2d58d8b ChangeLog 596 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 6ba201cf05940fe933aa76bcad245df6 string-crc32-1.2.ebuild 619 +MD5 a13bf17cbfe594af4f6a1111c4df169e files/digest-string-crc32-1.2 66 diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild index ddec43249da7..26dda424ebcb 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 Technologies, Inc. # 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.3 2004/02/21 09:46:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.4 2004/02/26 06:10:42 kumba Exp $ inherit perl-module @@ -12,4 +12,4 @@ 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" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips" |