summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-08 22:35:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-08 22:35:59 +0000
commitea366a12358071dd8143184976f1f1d4cd067081 (patch)
tree5a38c2b98695c81577d9bb18b6dd2a28e0ea862a /virtual/perl-CGI
parentAdd version since the included one is marked deprecated, bug 524218 (diff)
downloadgentoo-2-ea366a12358071dd8143184976f1f1d4cd067081.tar.gz
gentoo-2-ea366a12358071dd8143184976f1f1d4cd067081.tar.bz2
gentoo-2-ea366a12358071dd8143184976f1f1d4cd067081.zip
Bump virtual to enforce perl-core package in 5.20 (otherwise we get deprecation warnings), bug 524218
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-CGI')
-rw-r--r--virtual/perl-CGI/ChangeLog9
-rw-r--r--virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild (renamed from virtual/perl-CGI/perl-CGI-3.650.0.ebuild)10
2 files changed, 14 insertions, 5 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog
index 25f0e3050d33..c35fc2ad41f7 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.118 2014/07/18 17:53:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.119 2014/10/08 22:35:59 dilfridge Exp $
+
+*perl-CGI-3.650.0-r1 (08 Oct 2014)
+
+ 08 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -perl-CGI-3.650.0.ebuild, +perl-CGI-3.650.0-r1.ebuild:
+ Bump virtual to enforce perl-core package in 5.20 (otherwise we get
+ deprecation warnings), bug 524218
*perl-CGI-3.630.0-r2 (18 Jul 2014)
diff --git a/virtual/perl-CGI/perl-CGI-3.650.0.ebuild b/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild
index 9fd860790297..f5876e30e647 100644
--- a/virtual/perl-CGI/perl-CGI-3.650.0.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.650.0-r1.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.2 2014/07/18 17:53:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v 1.1 2014/10/08 22:35:59 dilfridge Exp $
EAPI=5
@@ -14,7 +14,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE=""
RDEPEND="
- || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}-r999
+ ~perl-core/${PN#perl-}-${PV}
"
+
+# this is the version included in dev-lang/perl-5.20
+# CGI was first released with perl 5.004, deprecated (will be CPAN-only) in v5.19.7 and removed from v5.21.0
+# move to dev-perl when 5.18 leaves the tree