diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 07:20:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 07:20:51 +0000 |
commit | b0cf9010f931b32b03745baa6898cf76dc187705 (patch) | |
tree | 967db9183bdcee8d4e0f65aacf91fa41fd1b7864 /virtual/perl-Storable | |
parent | Bump (diff) | |
download | gentoo-2-b0cf9010f931b32b03745baa6898cf76dc187705.tar.gz gentoo-2-b0cf9010f931b32b03745baa6898cf76dc187705.tar.bz2 gentoo-2-b0cf9010f931b32b03745baa6898cf76dc187705.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/perl-Storable')
-rw-r--r-- | virtual/perl-Storable/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.450.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog index f4492e9bc402..68724a3fc18c 100644 --- a/virtual/perl-Storable/ChangeLog +++ b/virtual/perl-Storable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Storable # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.55 2013/03/02 16:36:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.56 2013/08/14 07:20:51 patrick Exp $ + +*perl-Storable-2.450.0 (14 Aug 2013) + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> +perl-Storable-2.450.0.ebuild: + Bump 02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> perl-Storable-2.390.0.ebuild: Stable for sh, wrt bug #458122 diff --git a/virtual/perl-Storable/perl-Storable-2.450.0.ebuild b/virtual/perl-Storable/perl-Storable-2.450.0.ebuild new file mode 100644 index 000000000000..0f698264a837 --- /dev/null +++ b/virtual/perl-Storable/perl-Storable-2.450.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.450.0.ebuild,v 1.1 2013/08/14 07:20:51 patrick Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/${PN#perl-}-${PV}" |