summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 16:36:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 16:36:51 +0000
commit0aa2841f4a3fcda6e838e3bb5b0534fa7bd2716c (patch)
tree1381a4b0a6c583aa08c40cdbdedcb2f84aca4bce /dev-perl/string-crc32
parentVersion bump (diff)
downloadgentoo-2-0aa2841f4a3fcda6e838e3bb5b0534fa7bd2716c.tar.gz
gentoo-2-0aa2841f4a3fcda6e838e3bb5b0534fa7bd2716c.tar.bz2
gentoo-2-0aa2841f4a3fcda6e838e3bb5b0534fa7bd2716c.zip
Version bump upstream
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r--dev-perl/string-crc32/ChangeLog10
-rw-r--r--dev-perl/string-crc32/Manifest4
-rw-r--r--dev-perl/string-crc32/files/digest-string-crc32-1.31
-rw-r--r--dev-perl/string-crc32/string-crc32-1.3.ebuild16
4 files changed, 28 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog
index 28f3744b27c5..59cd80050b2c 100644
--- a/dev-perl/string-crc32/ChangeLog
+++ b/dev-perl/string-crc32/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/string-crc32
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.13 2005/11/25 22:27:59 tgall Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.14 2006/01/13 16:33:06 mcummings Exp $
+
+*string-crc32-1.3 (13 Jan 2006)
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ +string-crc32-1.3.ebuild:
+ Version bump upstream
25 Nov 2005; Tom Gall <tgall@gentoo.org> string-crc32-1.2.ebuild:
stable on ppc64
diff --git a/dev-perl/string-crc32/Manifest b/dev-perl/string-crc32/Manifest
index 2057e34ec297..b40bf56123cb 100644
--- a/dev-perl/string-crc32/Manifest
+++ b/dev-perl/string-crc32/Manifest
@@ -1,4 +1,6 @@
MD5 75be6758e918b309daf15460c8f8dac0 ChangeLog 1462
+MD5 a13bf17cbfe594af4f6a1111c4df169e files/digest-string-crc32-1.2 66
+MD5 f1230bd14c3db1dc445845de13dbfd6a files/digest-string-crc32-1.3 66
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 591573f09137ce1bad48dff1a27113a2 string-crc32-1.2.ebuild 614
-MD5 a13bf17cbfe594af4f6a1111c4df169e files/digest-string-crc32-1.2 66
+MD5 292540d512e344af740a65330a673330 string-crc32-1.3.ebuild 514
diff --git a/dev-perl/string-crc32/files/digest-string-crc32-1.3 b/dev-perl/string-crc32/files/digest-string-crc32-1.3
new file mode 100644
index 000000000000..0c116e8fe9a2
--- /dev/null
+++ b/dev-perl/string-crc32/files/digest-string-crc32-1.3
@@ -0,0 +1 @@
+MD5 7683cd1b183a6af807f20ee5fd076d0b String-CRC32-1.3.tar.gz 6843
diff --git a/dev-perl/string-crc32/string-crc32-1.3.ebuild b/dev-perl/string-crc32/string-crc32-1.3.ebuild
new file mode 100644
index 000000000000..446035faf0f0
--- /dev/null
+++ b/dev-perl/string-crc32/string-crc32-1.3.ebuild
@@ -0,0 +1,16 @@
+# 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.3.ebuild,v 1.1 2006/01/13 16:33:06 mcummings Exp $
+
+inherit perl-module
+
+MY_P=String-CRC32-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl interface for cyclic redundancy check generation"
+SRC_URI="mirror://cpan/authors/id/S/SO/SOENKE/${MY_P}.tar.gz"
+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"
+IUSE=""