summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-09 08:29:50 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-09 08:29:50 +0000
commit6f09e2bb495e5005cd6987945015496a2b58bdc6 (patch)
tree99f7dc05fc45bc60e8bfdec3138bc720079fd0b2 /dev-perl/Crypt-Twofish
parentFix utf-8 encoding. (diff)
downloadhistorical-6f09e2bb495e5005cd6987945015496a2b58bdc6.tar.gz
historical-6f09e2bb495e5005cd6987945015496a2b58bdc6.tar.bz2
historical-6f09e2bb495e5005cd6987945015496a2b58bdc6.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r--dev-perl/Crypt-Twofish/ChangeLog7
-rw-r--r--dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild16
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"