diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-14 23:10:38 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-14 23:10:38 +0000 |
commit | fd7ca6142855a09a9213631f65e779db2225f442 (patch) | |
tree | 5a9b8c6e59a8300285086083544dae43360ea383 | |
parent | Add 5.20.2 version (diff) | |
download | gentoo-2-fd7ca6142855a09a9213631f65e779db2225f442.tar.gz gentoo-2-fd7ca6142855a09a9213631f65e779db2225f442.tar.bz2 gentoo-2-fd7ca6142855a09a9213631f65e779db2225f442.zip |
Add 5.20.2 version
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r-- | virtual/perl-Storable/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.490.0.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.490.100.ebuild | 21 |
3 files changed, 30 insertions, 3 deletions
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog index c5c87fc8abe4..925e56cd4f93 100644 --- a/virtual/perl-Storable/ChangeLog +++ b/virtual/perl-Storable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Storable # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.74 2015/02/14 15:39:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.75 2015/02/14 23:10:38 dilfridge Exp $ + +*perl-Storable-2.490.100 (14 Feb 2015) + + 14 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + perl-Storable-2.490.0.ebuild, +perl-Storable-2.490.100.ebuild: + Add 5.20.2 version 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-Storable-2.490.0.ebuild: Stable for ppc, wrt bug #536790 diff --git a/virtual/perl-Storable/perl-Storable-2.490.0.ebuild b/virtual/perl-Storable/perl-Storable-2.490.0.ebuild index 9a23fd1d81c5..6821de903af1 100644 --- a/virtual/perl-Storable/perl-Storable-2.490.0.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.490.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.0.ebuild,v 1.6 2015/02/14 15:39:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.0.ebuild,v 1.7 2015/02/14 23:10:38 dilfridge Exp $ EAPI=5 @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20.1* =dev-lang/perl-5.20.0* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " diff --git a/virtual/perl-Storable/perl-Storable-2.490.100.ebuild b/virtual/perl-Storable/perl-Storable-2.490.100.ebuild new file mode 100644 index 000000000000..b20d0c1842f1 --- /dev/null +++ b/virtual/perl-Storable/perl-Storable-2.490.100.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.100.ebuild,v 1.1 2015/02/14 23:10:38 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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=" + || ( =dev-lang/perl-5.20.2* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |