diff options
author | 2011-01-13 08:18:44 +0000 | |
---|---|---|
committer | 2011-01-13 08:18:44 +0000 | |
commit | fb57d6d64ca5e7386bfc730b211b45f7c1f8e63a (patch) | |
tree | 83ada567dfb3e2a2810b1829e959ad7b0cbcd290 /perl-core/Storable | |
parent | Version bump (diff) | |
download | historical-fb57d6d64ca5e7386bfc730b211b45f7c1f8e63a.tar.gz historical-fb57d6d64ca5e7386bfc730b211b45f7c1f8e63a.tar.bz2 historical-fb57d6d64ca5e7386bfc730b211b45f7c1f8e63a.zip |
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.250.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 94a0d4dcfad6..2317edbe2cc3 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.41 2010/01/17 14:45:32 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.42 2011/01/13 08:18:44 tove Exp $ + +*Storable-2.250 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +Storable-2.250.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Storable-2.16.ebuild, -Storable-2.18.ebuild: diff --git a/perl-core/Storable/Storable-2.250.ebuild b/perl-core/Storable/Storable-2.250.ebuild new file mode 100644 index 000000000000..dfc4ecd135b9 --- /dev/null +++ b/perl-core/Storable/Storable-2.250.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.250.ebuild,v 1.1 2011/01/13 08:18:44 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=AMS +MODULE_VERSION=2.25 +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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" |