diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:16:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:16:20 +0000 |
commit | 674b998ba537257e8f52f90de0fbfff7432dc0f9 (patch) | |
tree | 4b87239b237404878c0305678f768fc9c94770ce /perl-core/Storable | |
parent | Version bump (diff) | |
download | gentoo-2-674b998ba537257e8f52f90de0fbfff7432dc0f9.tar.gz gentoo-2-674b998ba537257e8f52f90de0fbfff7432dc0f9.tar.bz2 gentoo-2-674b998ba537257e8f52f90de0fbfff7432dc0f9.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.20.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 477f1be0a824..63404d2d6740 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.29 2009/03/13 21:45:59 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.30 2009/05/19 05:16:20 tove Exp $ + +*Storable-2.20 (19 May 2009) + + 19 May 2009; Torsten Veller <tove@gentoo.org> +Storable-2.20.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Storable-2.07-r1.ebuild, -Storable-2.15.ebuild: diff --git a/perl-core/Storable/Storable-2.20.ebuild b/perl-core/Storable/Storable-2.20.ebuild new file mode 100644 index 000000000000..63806948c7fc --- /dev/null +++ b/perl-core/Storable/Storable-2.20.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.20.ebuild,v 1.1 2009/05/19 05:16:20 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" |