summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-18 17:53:26 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-18 17:53:26 +0000
commitff6f1e1cf23df88ea0f50e28e0c489a19a5ee559 (patch)
tree0fa022653554ef387cf55cdc71f020b33c777fd1 /virtual/perl-CGI
parentStabilize minitest-5.3.3 on alpha (diff)
downloadgentoo-2-ff6f1e1cf23df88ea0f50e28e0c489a19a5ee559.tar.gz
gentoo-2-ff6f1e1cf23df88ea0f50e28e0c489a19a5ee559.tar.bz2
gentoo-2-ff6f1e1cf23df88ea0f50e28e0c489a19a5ee559.zip
Improve dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-CGI')
-rw-r--r--virtual/perl-CGI/ChangeLog9
-rw-r--r--virtual/perl-CGI/perl-CGI-3.630.0-r2.ebuild (renamed from virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild)8
-rw-r--r--virtual/perl-CGI/perl-CGI-3.650.0.ebuild8
3 files changed, 20 insertions, 5 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog
index 806e6641a175..25f0e3050d33 100644
--- a/virtual/perl-CGI/ChangeLog
+++ b/virtual/perl-CGI/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for virtual/perl-CGI
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.117 2014/07/06 09:39:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.118 2014/07/18 17:53:26 dilfridge Exp $
+
+*perl-CGI-3.630.0-r2 (18 Jul 2014)
+
+ 18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -perl-CGI-3.630.0-r1.ebuild, +perl-CGI-3.630.0-r2.ebuild,
+ perl-CGI-3.650.0.ebuild:
+ Improve dependencies
*perl-CGI-3.630.0-r1 (06 Jul 2014)
diff --git a/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild b/virtual/perl-CGI/perl-CGI-3.630.0-r2.ebuild
index 8dbd7b4d2f55..e7cc9327b141 100644
--- a/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.630.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild,v 1.1 2014/07/06 09:39:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.630.0-r2.ebuild,v 1.1 2014/07/18 17:53:26 dilfridge Exp $
EAPI=5
@@ -13,4 +13,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos"
IUSE=""
-RDEPEND="|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )"
+RDEPEND="
+ || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"
diff --git a/virtual/perl-CGI/perl-CGI-3.650.0.ebuild b/virtual/perl-CGI/perl-CGI-3.650.0.ebuild
index 8b459b7abc0c..9fd860790297 100644
--- a/virtual/perl-CGI/perl-CGI-3.650.0.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.650.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0.ebuild,v 1.1 2014/07/05 11:33:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0.ebuild,v 1.2 2014/07/18 17:53:26 dilfridge Exp $
EAPI=5
@@ -13,4 +13,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos"
IUSE=""
-RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )"
+RDEPEND="
+ || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"