diff options
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index e42dfb8bdcc4..a209eead0904 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2011/09/03 21:05:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.18 2011/09/04 11:22:33 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Crypt-Twofish-2.14.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> Crypt-Twofish-2.140.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild deleted file mode 100644 index ec3137350153..000000000000 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.14.ebuild,v 1.4 2011/04/24 15:48:25 grobian Exp $ - -EAPI=3 - -MODULE_AUTHOR=AMS -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" |