commit: fefb286929b12f7e01c0566b27b2ecf982a355b9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:37:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:37:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fefb2869
virtual/perl-Pod-Perldoc: Fix for perl 5.24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild | 18 ------------------
....230.0.ebuild => perl-Pod-Perldoc-3.250.300.ebuild} | 4 ++--
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild
b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild
deleted file mode 100644
index 16e2b0b6e..000000000
--- a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="Virtual for perl-core/${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}-r999
-"
diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild
b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.ebuild
similarity index 67%
rename from virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild
rename to virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.ebuild
index 3ac997835..acf23770c 100644
--- a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild
+++ b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.250.300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+RDEPEND="|| ( =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1*
~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}-r999
"