summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-06 21:45:34 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-15 01:33:59 +0200
commit91d061fbf78021820750703651854f1688e35b35 (patch)
tree41f19e129043f9deec0f3580d4be8e69b7d4cd95
parentvirtual/perl-Term-ANSIColor: Bump to version 4.40.0 for Perl 5.24 (diff)
downloadgentoo-91d061fbf78021820750703651854f1688e35b35.tar.gz
gentoo-91d061fbf78021820750703651854f1688e35b35.tar.bz2
gentoo-91d061fbf78021820750703651854f1688e35b35.zip
virtual/perl-Test: Bump to version 1.310.0 for Perl 5.24
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"
-rw-r--r--virtual/perl-Test/perl-Test-1.310.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-Test/perl-Test-1.310.0.ebuild b/virtual/perl-Test/perl-Test-1.310.0.ebuild
new file mode 100644
index 000000000000..1400faf18a31
--- /dev/null
+++ b/virtual/perl-Test/perl-Test-1.310.0.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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"