diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-09 08:25:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-09 08:25:52 +0000 |
commit | 229e2fcb14f47aa965590871ccc2f6a8e941c462 (patch) | |
tree | 1f3b781f9cb11e6ffd4b126f8501f5b6e003b49f /dev-perl/Crypt-Twofish | |
parent | Fix utf-8 encoding. (diff) | |
download | gentoo-2-229e2fcb14f47aa965590871ccc2f6a8e941c462.tar.gz gentoo-2-229e2fcb14f47aa965590871ccc2f6a8e941c462.tar.bz2 gentoo-2-229e2fcb14f47aa965590871ccc2f6a8e941c462.zip |
Version bump
(Portage version: 2.2_rc67/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.14.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index 36fd1b817e22..c6c9a91f9cc4 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.10 2010/01/09 18:50:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.11 2010/05/09 08:25:52 tove Exp $ + +*Crypt-Twofish-2.14 (09 May 2010) + + 09 May 2010; Torsten Veller <tove@gentoo.org> +Crypt-Twofish-2.14.ebuild: + Version bump 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> Crypt-Twofish-2.13.ebuild: diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild new file mode 100644 index 000000000000..3ae1497d744c --- /dev/null +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.1 2010/05/09 08:25:52 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=AMS +inherit perl-module + +DESCRIPTION="The Twofish Encryption Algorithm" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" |