diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 23:41:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-30 17:09:06 +0200 |
commit | 5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d (patch) | |
tree | 654649179d713ef287e3389d031ee40ff1776323 /virtual/perl-Module-CoreList | |
parent | virtual/perl-File-Spec: Add version for Perl 5.22.2 (diff) | |
download | gentoo-5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d.tar.gz gentoo-5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d.tar.bz2 gentoo-5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d.zip |
virtual/perl-Module-CoreList: Add Perl 5.22.2 version
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/perl-Module-CoreList')
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild new file mode 100644 index 000000000000..a6a70ee1527f --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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.2* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |