diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 14:20:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 14:20:05 +0000 |
commit | 1f6476f1d429b34d808ac3110a3251a04589f644 (patch) | |
tree | dda14c5e075bb7d98dd394c165da497081841eb6 /dev-perl/Crypt-DES | |
parent | Mask upcoming ~media-gfx/gimp-2.7.3 (diff) | |
download | historical-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-DES')
-rw-r--r-- | dev-perl/Crypt-DES/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.50.0.ebuild | 18 |
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}" |