commit: 878b37f88bcf222047658e8a158ac4a871154b23
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:39:54 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:39:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=878b37f8
virtual/perl-SelfLoader: Fix for perl 5.24
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../perl-SelfLoader/perl-SelfLoader-1.220.0.ebuild | 19 -------------------
...210.0-r1.ebuild => perl-SelfLoader-1.230.0.ebuild} | 4 ++--
2 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.220.0.ebuild
b/virtual/perl-SelfLoader/perl-SelfLoader-1.220.0.ebuild
deleted file mode 100644
index bea2ea76d..000000000
--- a/virtual/perl-SelfLoader/perl-SelfLoader-1.220.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}
-"
diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild
b/virtual/perl-SelfLoader/perl-SelfLoader-1.230.0.ebuild
similarity index 72%
rename from virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild
rename to virtual/perl-SelfLoader/perl-SelfLoader-1.230.0.ebuild
index a3f8a07cc..826392d00 100644
--- a/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild
+++ b/virtual/perl-SelfLoader/perl-SelfLoader-1.230.0.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
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
- || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+ || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}
"