diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-08 08:29:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-08 08:29:29 +0000 |
commit | 284cb293e91cc9e05cc52367e8e164dbce056488 (patch) | |
tree | f853ad9e025e612738f1eeccd67ee37c8f0a316b /perl-core | |
parent | version bump (diff) | |
download | gentoo-2-284cb293e91cc9e05cc52367e8e164dbce056488.tar.gz gentoo-2-284cb293e91cc9e05cc52367e8e164dbce056488.tar.bz2 gentoo-2-284cb293e91cc9e05cc52367e8e164dbce056488.zip |
Version bump
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Storable/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.21.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 9d5b8064ea1e..a004a64db8b1 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.31 2009/07/07 02:22:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.32 2009/08/08 08:29:29 tove Exp $ + +*Storable-2.21 (08 Aug 2009) + + 08 Aug 2009; Torsten Veller <tove@gentoo.org> +Storable-2.21.ebuild: + Version bump 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> Storable-2.18.ebuild: Stable for HPPA too. diff --git a/perl-core/Storable/Storable-2.21.ebuild b/perl-core/Storable/Storable-2.21.ebuild new file mode 100644 index 000000000000..431a76aa3e48 --- /dev/null +++ b/perl-core/Storable/Storable-2.21.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.21.ebuild,v 1.1 2009/08/08 08:29:29 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=AMS +inherit perl-module + +DESCRIPTION="The Perl Storable Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +SRC_TEST="do" |