diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-11 11:15:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-11 11:15:45 +0000 |
commit | f8ad03b2e9e9abfcf244b6a4997091fc7322a190 (patch) | |
tree | 2593735f7860f5d8897810efcec47c0a9c36c0eb /dev-perl/Crypt-Twofish | |
parent | Bump to 1.1.5 new features and bugfixes: (diff) | |
download | gentoo-2-f8ad03b2e9e9abfcf244b6a4997091fc7322a190.tar.gz gentoo-2-f8ad03b2e9e9abfcf244b6a4997091fc7322a190.tar.bz2 gentoo-2-f8ad03b2e9e9abfcf244b6a4997091fc7322a190.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index ca8dd0818af4..e9f2b21bce7c 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.8 2007/01/15 15:38:29 mcummings Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.9 2009/05/11 11:15:45 tove Exp $ + +*Crypt-Twofish-2.13 (11 May 2009) + + 11 May 2009; Torsten Veller <tove@gentoo.org> +Crypt-Twofish-2.13.ebuild: + Version bump 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Crypt-Twofish-2.12.ebuild: diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild new file mode 100644 index 000000000000..185dde05c3e0 --- /dev/null +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/05/11 11:15:45 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=AMS +inherit perl-module + +DESCRIPTION="The Twofish Encryption Algorithm" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |