summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-27 16:50:23 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-27 16:50:23 +0000
commite08a8231079d86d3f976ca5e7a5ff1ba62af80da (patch)
tree89936213a75fa86653680531c10ee96d2fa546ee /dev-perl/string-crc32
parentMask kde-misc/kcm_gtk for removal (diff)
downloadhistorical-e08a8231079d86d3f976ca5e7a5ff1ba62af80da.tar.gz
historical-e08a8231079d86d3f976ca5e7a5ff1ba62af80da.tar.bz2
historical-e08a8231079d86d3f976ca5e7a5ff1ba62af80da.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r--dev-perl/string-crc32/ChangeLog7
-rw-r--r--dev-perl/string-crc32/string-crc32-1.400.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog
index 56d95c8b2f3e..9eee9e009141 100644
--- a/dev-perl/string-crc32/ChangeLog
+++ b/dev-perl/string-crc32/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/string-crc32
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.32 2011/07/30 10:49:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.33 2011/08/27 16:44:16 tove Exp $
+
+*string-crc32-1.400.0 (27 Aug 2011)
+
+ 27 Aug 2011; Torsten Veller <tove@gentoo.org> +string-crc32-1.400.0.ebuild:
+ Change version scheme. Fix license
30 Jul 2011; Torsten Veller <tove@gentoo.org> string-crc32-1.4.ebuild:
Drop ~sparc-fbsd KEYWORD
diff --git a/dev-perl/string-crc32/string-crc32-1.400.0.ebuild b/dev-perl/string-crc32/string-crc32-1.400.0.ebuild
new file mode 100644
index 000000000000..4553ef19047e
--- /dev/null
+++ b/dev-perl/string-crc32/string-crc32-1.400.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 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.400.0.ebuild,v 1.1 2011/08/27 16:44:16 tove Exp $
+
+EAPI=4
+
+MY_PN=String-CRC32
+MODULE_AUTHOR=SOENKE
+MODULE_VERSION=1.4
+inherit perl-module
+
+DESCRIPTION="Perl interface for cyclic redundancy check generation"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+SRC_TEST=do