commit:     3153a05d5baddd60078fe3bd905820cb99404400
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  2 01:21:11 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  2 01:21:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3153a05d

[fixup] B-Hooks-OP-Check-StashChange: EAPI5, Fixup deps

Package-Manager: portage-2.2.17

 ...ild => B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild} | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git 
a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
 
b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
similarity index 64%
rename from 
dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
rename to 
dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
index 69143d1..33dbe78 100644
--- 
a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
+++ 
b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_VERSION=0.06
 MODULE_AUTHOR=FLORA
@@ -12,12 +12,16 @@ DESCRIPTION="Invoke callbacks when the stash code is being 
compiled in changes"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
+# Test::More -> Test-Simple
 RDEPEND="
+       virtual/perl-parent
        >=dev-perl/B-Hooks-OP-Check-0.140.0
 "
 DEPEND="${RDEPEND}
-       dev-perl/extutils-depends"
-
-SRC_TEST=do
+       dev-perl/ExtUtils-Depends
+       test? (
+               virtual/perl-Test-Simple
+       )
+"

Reply via email to