summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 14:20:05 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 14:20:05 +0000
commit1f6476f1d429b34d808ac3110a3251a04589f644 (patch)
treedda14c5e075bb7d98dd394c165da497081841eb6 /dev-perl/Crypt-Blowfish
parentMask upcoming ~media-gfx/gimp-2.7.3 (diff)
downloadhistorical-1f6476f1d429b34d808ac3110a3251a04589f644.tar.gz
historical-1f6476f1d429b34d808ac3110a3251a04589f644.tar.bz2
historical-1f6476f1d429b34d808ac3110a3251a04589f644.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
-rw-r--r--dev-perl/Crypt-Blowfish/ChangeLog7
-rw-r--r--dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.120.0.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog
index 689e522d980d..de144893fbb5 100644
--- a/dev-perl/Crypt-Blowfish/ChangeLog
+++ b/dev-perl/Crypt-Blowfish/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Crypt-Blowfish
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.29 2011/04/24 15:55:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.30 2011/08/31 14:20:05 tove Exp $
+
+*Crypt-Blowfish-2.120.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Crypt-Blowfish-2.120.0.ebuild:
+ Change version scheme
24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Crypt-Blowfish-2.12.ebuild:
Marked ~x86-solaris, bug #296509
diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.120.0.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.120.0.ebuild
new file mode 100644
index 000000000000..e15056bd7627
--- /dev/null
+++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.120.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.120.0.ebuild,v 1.1 2011/08/31 14:20:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DPARIS
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION="Crypt::Blowfish module for perl"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+export OPTIMIZE="${CFLAGS}"