diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-27 16:44:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-27 16:44:16 +0000 |
commit | 8d74b4305bbb99bb9ab93218ef5ea60559ae052a (patch) | |
tree | 9d79e7acc491181476f3ee88007e50e8e9a47cf8 /dev-perl/string-crc32 | |
parent | Change version scheme (diff) | |
download | gentoo-2-8d74b4305bbb99bb9ab93218ef5ea60559ae052a.tar.gz gentoo-2-8d74b4305bbb99bb9ab93218ef5ea60559ae052a.tar.bz2 gentoo-2-8d74b4305bbb99bb9ab93218ef5ea60559ae052a.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
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.400.0.ebuild | 19 |
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 |