summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-16 18:46:42 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-16 18:46:42 +0000
commit58501e0bf5b583625cf802c3afe3192910ef4f51 (patch)
tree46f19c45669f3456c126b3d57a372bb7191ece63 /virtual/perl-parent/perl-parent-0.228-r1.ebuild
parentAdd perl-5.16, -20 version; improve dependencies; remove old (diff)
downloadgentoo-2-58501e0bf5b583625cf802c3afe3192910ef4f51.tar.gz
gentoo-2-58501e0bf5b583625cf802c3afe3192910ef4f51.tar.bz2
gentoo-2-58501e0bf5b583625cf802c3afe3192910ef4f51.zip
Improve dependencies; remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-parent/perl-parent-0.228-r1.ebuild')
-rw-r--r--virtual/perl-parent/perl-parent-0.228-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-parent/perl-parent-0.228-r1.ebuild b/virtual/perl-parent/perl-parent-0.228-r1.ebuild
new file mode 100644
index 000000000000..05b28747ffc9
--- /dev/null
+++ b/virtual/perl-parent/perl-parent-0.228-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-parent/perl-parent-0.228-r1.ebuild,v 1.1 2014/07/16 18:46:42 dilfridge Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"