commit:     151877ee17e34412e473de3cfe90395adcc47348
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  2 01:41:52 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  2 01:41:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=151877ee

[fixup] true : EAPI5, fixup deps

Package-Manager: portage-2.2.17

 ...{true-0.180.0.ebuild => true-0.180.0-r1.ebuild} | 23 +++++++++-------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/dev-perl/true/true-0.180.0.ebuild 
b/dev-perl/true/true-0.180.0-r1.ebuild
similarity index 57%
rename from dev-perl/true/true-0.180.0.ebuild
rename to dev-perl/true/true-0.180.0-r1.ebuild
index 11222b1..c6fa11a 100644
--- a/dev-perl/true/true-0.180.0.ebuild
+++ b/dev-perl/true/true-0.180.0-r1.ebuild
@@ -1,30 +1,25 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI="4"
+EAPI=5
 MODULE_AUTHOR=CHOCOLATE
 MODULE_VERSION=0.18
 inherit perl-module
 
 DESCRIPTION="automatically return a true value when a file is required"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-
-comment() { echo ''; }
-COMMON_DEPEND="
+PERL_RM_FILES=(
+       t/pod.t
+)
+RDEPEND="
        >=dev-perl/B-Hooks-OP-Annotation-0.430.0
        >=dev-perl/B-Hooks-OP-Check-0.180.0
-       >=dev-perl/Devel-StackTrace-1.270 $(comment 1.270.0)
+       >=dev-perl/Devel-StackTrace-1.270.0
 "
 DEPEND="
-       ${COMMON_DEPEND}
-       $(comment CONFIGURE REQUIRES)
-       >=dev-perl/extutils-depends-0.304.0
+       ${RDEPEND}
+       >=dev-perl/ExtUtils-Depends-0.304.0
        virtual/perl-ExtUtils-MakeMaker
 "
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

Reply via email to