diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-14 17:43:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-14 17:43:49 +0000 |
commit | c42fc0aee57ba8643d5ea742f0cebc8e6d24e412 (patch) | |
tree | 9e2e9374ade8c2b8c7c632a5bd2318a8993bafde /perl-core/Storable | |
parent | [bump] virtual/perl-Storable-2.390.0 (diff) | |
download | gentoo-2-c42fc0aee57ba8643d5ea742f0cebc8e6d24e412.tar.gz gentoo-2-c42fc0aee57ba8643d5ea742f0cebc8e6d24e412.tar.bz2 gentoo-2-c42fc0aee57ba8643d5ea742f0cebc8e6d24e412.zip |
[bump] perl-core/Storable-2.390.0
(Portage version: 2.2.0_alpha127/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.390.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 2d5c3704aaf7..5031b8ff612b 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.50 2012/06/24 15:39:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.51 2012/09/14 17:43:49 tove Exp $ + +*Storable-2.390.0 (14 Sep 2012) + + 14 Sep 2012; Torsten Veller <tove@gentoo.org> +Storable-2.390.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/Storable/Storable-2.390.0.ebuild b/perl-core/Storable/Storable-2.390.0.ebuild new file mode 100644 index 000000000000..100e7afd4db4 --- /dev/null +++ b/perl-core/Storable/Storable-2.390.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.390.0.ebuild,v 1.1 2012/09/14 17:43:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=AMS +MODULE_VERSION=2.39 +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 ~amd64-fbsd ~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="" + +#RDEPEND=" +# virtual/perl-XSLoader +#" +#DEPEND="${RDEPEND}" + +SRC_TEST="do" |