summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2014-10-05 11:52:22 +1300
committerKent Fredric <kentfredric@gmail.com>2014-10-05 11:52:22 +1300
commitba447aa9430b024f362d027204f75fc1370c0c77 (patch)
treef0262c71af6d22e847edb2c9e1ae254df086144c /virtual
parent[cleanup] virtual/perl-constant remove old (diff)
downloadperl-overlay-ba447aa9430b024f362d027204f75fc1370c0c77.tar.gz
perl-overlay-ba447aa9430b024f362d027204f75fc1370c0c77.tar.bz2
perl-overlay-ba447aa9430b024f362d027204f75fc1370c0c77.zip
[fixup] virtual/perl-constant 1.270.0 = 5.18
Package-Manager: portage-2.2.10
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-constant/perl-constant-1.270.0-r1.ebuild8
-rw-r--r--virtual/perl-constant/perl-constant-1.270.0-r2.ebuild19
2 files changed, 19 insertions, 8 deletions
diff --git a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
deleted file mode 100644
index 9b0f6d6a1..000000000
--- a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-ON_CPAN=1
-inherit perl-virtual-2;
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
diff --git a/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
new file mode 100644
index 000000000..3ea204eca
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}
+"