summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 14:15:55 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 14:15:55 +0000
commit983a212b23c36286260fa0cae2e2cea47e6453fb (patch)
tree70aee19b15305b226753695a26d5033733bffbec /dev-perl/Crypt-DES
parentVersion bumped. (diff)
downloadgentoo-2-983a212b23c36286260fa0cae2e2cea47e6453fb.tar.gz
gentoo-2-983a212b23c36286260fa0cae2e2cea47e6453fb.tar.bz2
gentoo-2-983a212b23c36286260fa0cae2e2cea47e6453fb.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-DES')
-rw-r--r--dev-perl/Crypt-DES/ChangeLog9
-rw-r--r--dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Crypt-DES/ChangeLog b/dev-perl/Crypt-DES/ChangeLog
index 8406db1cda95..8fd72560a9b6 100644
--- a/dev-perl/Crypt-DES/ChangeLog
+++ b/dev-perl/Crypt-DES/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Crypt-DES
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.27 2010/03/18 19:38:02 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.28 2011/08/31 14:15:55 tove Exp $
+
+*Crypt-DES-2.50.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Crypt-DES-2.50.0.ebuild:
+ Change version scheme
18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> Crypt-DES-2.05.ebuild:
add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild
new file mode 100644
index 000000000000..4c907b671a52
--- /dev/null
+++ b/dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild,v 1.1 2011/08/31 14:15:55 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DPARIS
+MODULE_VERSION=2.05
+inherit perl-module
+
+DESCRIPTION="Crypt::DES module for perl"
+
+LICENSE="DES"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+export OPTIMIZE="${CFLAGS}"