diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-19 02:02:03 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-19 03:49:32 +0100 |
commit | 833617d22a5c64bd752a45ad8a81f150ca9cc711 (patch) | |
tree | 7cd70d1173805ff7a4ab6af93e871e24b8863e6a /virtual/perl-Storable | |
parent | virtual/perl-Module-CoreList: Add Perl 5.22.1 version (diff) | |
download | gentoo-833617d22a5c64bd752a45ad8a81f150ca9cc711.tar.gz gentoo-833617d22a5c64bd752a45ad8a81f150ca9cc711.tar.bz2 gentoo-833617d22a5c64bd752a45ad8a81f150ca9cc711.zip |
virtual/perl-Storable: Add Perl 5.22.1 version
Package-Manager: portage-2.2.26
Diffstat (limited to 'virtual/perl-Storable')
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.530.0-r1.ebuild (renamed from virtual/perl-Storable/perl-Storable-2.530.0.ebuild) | 2 | ||||
-rw-r--r-- | virtual/perl-Storable/perl-Storable-2.530.100.ebuild | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-Storable/perl-Storable-2.530.0.ebuild b/virtual/perl-Storable/perl-Storable-2.530.0-r1.ebuild index 5a319b207dc2..5bc00e7d13eb 100644 --- a/virtual/perl-Storable/perl-Storable-2.530.0.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.530.0-r1.ebuild @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22.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.530.100.ebuild b/virtual/perl-Storable/perl-Storable-2.530.100.ebuild new file mode 100644 index 000000000000..688e5c30a83c --- /dev/null +++ b/virtual/perl-Storable/perl-Storable-2.530.100.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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.22.1* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |