diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-19 01:57:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-19 03:49:32 +0100 |
commit | d894a28e5f42848f4c1514d1f01ad1c21254a3df (patch) | |
tree | 199bf9f947111e3e085e2b3efba6a0885f3ce526 /virtual | |
parent | package.mask: Add mask for Perl 5.22.1 version bump (diff) | |
download | gentoo-d894a28e5f42848f4c1514d1f01ad1c21254a3df.tar.gz gentoo-d894a28e5f42848f4c1514d1f01ad1c21254a3df.tar.bz2 gentoo-d894a28e5f42848f4c1514d1f01ad1c21254a3df.zip |
virtual/perl-Module-CoreList: Add Perl 5.22.1 version
Package-Manager: portage-2.2.26
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r3.ebuild (renamed from virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r2.ebuild) | 2 | ||||
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.512.130.ebuild | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r2.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r3.ebuild index 1ecbd779ed7e..207739d63fc1 100644 --- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r2.ebuild +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.505.200-r3.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="" 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-Module-CoreList/perl-Module-CoreList-5.201.512.130.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.512.130.ebuild new file mode 100644 index 000000000000..cc8f5565f43b --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.512.130.ebuild @@ -0,0 +1,20 @@ +# 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 ~m68k ~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="" + +RDEPEND=" + || ( =dev-lang/perl-5.22.1* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |