summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-06 22:49:16 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-15 01:33:59 +0200
commiteb7ab0d07ba67ec7f235e2a9baf94eda27a7d05c (patch)
tree6a6d24556efff9b329ddc970da6999a5efe64d86 /virtual/perl-AutoLoader
parentvirtual/perl-Archive-Tar: Provide versionm 2.40.0 via Perl 5.24 (diff)
downloadgentoo-eb7ab0d07ba67ec7f235e2a9baf94eda27a7d05c.tar.gz
gentoo-eb7ab0d07ba67ec7f235e2a9baf94eda27a7d05c.tar.bz2
gentoo-eb7ab0d07ba67ec7f235e2a9baf94eda27a7d05c.zip
virtual/perl-AutoLoader: Make Perl 5.24 a provider of 5.740.0
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'virtual/perl-AutoLoader')
-rw-r--r--virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r2.ebuild b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r2.ebuild
new file mode 100644
index 000000000000..d80b05faf058
--- /dev/null
+++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r2.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 ia64 ppc ppc64 sparc x86 ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"