diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 13:57:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 13:57:43 +0000 |
commit | 4e3416a16e1a7727019d58ffa0e87c9a40f62511 (patch) | |
tree | d061c81ae32070330e3a261d6e632377e38bd556 /dev-perl/Crypt-Twofish | |
parent | Version bumped. (diff) | |
download | historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.gz historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.bz2 historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.140.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index 4afdd9998198..61f6e4c6857b 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Crypt-Twofish # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.15 2011/04/24 15:48:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.16 2011/08/31 13:48:33 tove Exp $ + +*Crypt-Twofish-2.140.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Crypt-Twofish-2.140.0.ebuild: + Change version scheme 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Crypt-Twofish-2.14.ebuild: Marked ~x86-solaris, bug #296509 diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.140.0.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.140.0.ebuild new file mode 100644 index 000000000000..bdc8df8c706e --- /dev/null +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.140.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.140.0.ebuild,v 1.1 2011/08/31 13:48:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=AMS +MODULE_VERSION=2.14 +inherit perl-module + +DESCRIPTION="The Twofish Encryption Algorithm" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +SRC_TEST="do" |