commit:     10ef58e3a139b023ea9822041caee8880d653a0b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 00:09:52 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 00:09:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=10ef58e3

[fixup] B-Hooks-OP-Check-EntersubForCV-0.90.0-r1: EAPI5, Fixup deps esp re 
rt#94945

Package-Manager: portage-2.2.17

 ...B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 25 +++++++++++
 .../B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild   | 50 ----------------------
 2 files changed, 25 insertions(+), 50 deletions(-)

diff --git 
a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
 
b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
new file mode 100644
index 0000000..41d02e4
--- /dev/null
+++ 
b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# B-Utils-0.250.0 RT #94945
+RDEPEND="
+       >=dev-perl/B-Hooks-OP-Check-0.190.0
+       >=dev-perl/B-Utils-0.250.0
+       virtual/perl-Scalar-List-Utils
+       virtual/perl-parent
+"
+DEPEND="
+       ${RDEPEND}
+       dev-perl/extutils-depends
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+"

diff --git 
a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
 
b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
deleted file mode 100644
index ac40893..0000000
--- 
a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       # B::Hooks::OP::Check 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
-       # B::Utils 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Utils-0.190.0
-       # ExtUtils::Depends
-       echo dev-perl/extutils-depends
-       # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-       # B::Hooks::OP::Check 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
-       # B::Utils 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Utils-0.190.0
-       # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_runtime() {
-       # B::Hooks::OP::Check 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
-       # B::Utils 0.19 ( 0.190.0 )
-       echo \>=dev-perl/B-Utils-0.190.0
-       # Scalar::Util
-       echo virtual/perl-Scalar-List-Utils
-       # parent
-       echo virtual/perl-parent
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to