summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-15 20:53:49 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-15 20:53:49 +0000
commit169f04301b3c69ef89d13c5f28b3ac50728cc0df (patch)
treecf09a2866c0eec7aadf591e1102df07bef9a1e4c /virtual/perl-if
parentAdd 5.20 version of if to perl-5.20 mask (diff)
downloadgentoo-2-169f04301b3c69ef89d13c5f28b3ac50728cc0df.tar.gz
gentoo-2-169f04301b3c69ef89d13c5f28b3ac50728cc0df.tar.bz2
gentoo-2-169f04301b3c69ef89d13c5f28b3ac50728cc0df.zip
Add perl-5.20 version; improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-if')
-rw-r--r--virtual/perl-if/ChangeLog12
-rw-r--r--virtual/perl-if/perl-if-0.60.200-r1.ebuild21
-rw-r--r--virtual/perl-if/perl-if-0.60.200.ebuild15
-rw-r--r--virtual/perl-if/perl-if-0.60.300.ebuild21
4 files changed, 52 insertions, 17 deletions
diff --git a/virtual/perl-if/ChangeLog b/virtual/perl-if/ChangeLog
index 9900fc3565ba..2a8d5774e02f 100644
--- a/virtual/perl-if/ChangeLog
+++ b/virtual/perl-if/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for virtual/perl-if
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/ChangeLog,v 1.1 2013/08/14 05:37:59 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/ChangeLog,v 1.2 2014/07/15 20:53:49 dilfridge Exp $
+
+*perl-if-0.60.300 (15 Jul 2014)
+*perl-if-0.60.200-r1 (15 Jul 2014)
+
+ 15 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -perl-if-0.60.200.ebuild, +perl-if-0.60.200-r1.ebuild,
+ +perl-if-0.60.300.ebuild:
+ Add perl-5.20 version; improve dependencies
*perl-if-0.60.200 (14 Aug 2013)
diff --git a/virtual/perl-if/perl-if-0.60.200-r1.ebuild b/virtual/perl-if/perl-if-0.60.200-r1.ebuild
new file mode 100644
index 000000000000..8d15fe2e8da3
--- /dev/null
+++ b/virtual/perl-if/perl-if-0.60.200-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.200-r1.ebuild,v 1.1 2014/07/15 20:53:49 dilfridge Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"
diff --git a/virtual/perl-if/perl-if-0.60.200.ebuild b/virtual/perl-if/perl-if-0.60.200.ebuild
deleted file mode 100644
index 24dafb5f8de1..000000000000
--- a/virtual/perl-if/perl-if-0.60.200.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.200.ebuild,v 1.1 2013/08/14 05:37:59 patrick Exp $
-
-DESCRIPTION="Virtual for perl-core/if"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/if-${PV} )"
diff --git a/virtual/perl-if/perl-if-0.60.300.ebuild b/virtual/perl-if/perl-if-0.60.300.ebuild
new file mode 100644
index 000000000000..e20f1baee119
--- /dev/null
+++ b/virtual/perl-if/perl-if-0.60.300.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.300.ebuild,v 1.1 2014/07/15 20:53:49 dilfridge Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"