diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-07 13:59:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-07 13:59:09 +0000 |
commit | 56f456b753da12cca1948e2de1f719f9d1abbb81 (patch) | |
tree | c05a19a59ea75af447aa7a103f21a89d428175c1 /perl-core/Storable | |
parent | Add ~ia64 wrt #359963 (diff) | |
download | gentoo-2-56f456b753da12cca1948e2de1f719f9d1abbb81.tar.gz gentoo-2-56f456b753da12cca1948e2de1f719f9d1abbb81.tar.bz2 gentoo-2-56f456b753da12cca1948e2de1f719f9d1abbb81.zip |
[bump] perl-core/Storable-2.300.0
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.300.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index c625b0b1a16f..1535f61cf588 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.46 2011/07/30 12:24:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.47 2011/08/07 13:59:09 tove Exp $ + +*Storable-2.300.0 (07 Aug 2011) + + 07 Aug 2011; Torsten Veller <tove@gentoo.org> +Storable-2.300.0.ebuild: + Version bump 30 Jul 2011; Torsten Veller <tove@gentoo.org> Storable-2.20.ebuild, Storable-2.250.ebuild: diff --git a/perl-core/Storable/Storable-2.300.0.ebuild b/perl-core/Storable/Storable-2.300.0.ebuild new file mode 100644 index 000000000000..d7cb7c7ec696 --- /dev/null +++ b/perl-core/Storable/Storable-2.300.0.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.300.0.ebuild,v 1.1 2011/08/07 13:59:09 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=AMS +MODULE_VERSION=2.30 +inherit perl-module + +DESCRIPTION="The Perl Storable Module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" |