diff options
author | 2011-01-13 08:18:44 +0000 | |
---|---|---|
committer | 2011-01-13 08:18:44 +0000 | |
commit | 1dc47ec396add6428e35018192e7e655a68d5098 (patch) | |
tree | 8cd85372a59f4c1219b8d99113440d39ac8088bb /perl-core | |
parent | Version bump (diff) | |
download | gentoo-2-1dc47ec396add6428e35018192e7e655a68d5098.tar.gz gentoo-2-1dc47ec396add6428e35018192e7e655a68d5098.tar.bz2 gentoo-2-1dc47ec396add6428e35018192e7e655a68d5098.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-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" |