Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/true/
Date: Sat, 02 May 2015 02:21:21
Message-Id: 1430530912.151877ee17e34412e473de3cfe90395adcc47348.kent@gentoo
1 commit: 151877ee17e34412e473de3cfe90395adcc47348
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat May 2 01:41:52 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat May 2 01:41:52 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=151877ee
7
8 [fixup] true : EAPI5, fixup deps
9
10 Package-Manager: portage-2.2.17
11
12 ...{true-0.180.0.ebuild => true-0.180.0-r1.ebuild} | 23 +++++++++-------------
13 1 file changed, 9 insertions(+), 14 deletions(-)
14
15 diff --git a/dev-perl/true/true-0.180.0.ebuild b/dev-perl/true/true-0.180.0-r1.ebuild
16 similarity index 57%
17 rename from dev-perl/true/true-0.180.0.ebuild
18 rename to dev-perl/true/true-0.180.0-r1.ebuild
19 index 11222b1..c6fa11a 100644
20 --- a/dev-perl/true/true-0.180.0.ebuild
21 +++ b/dev-perl/true/true-0.180.0-r1.ebuild
22 @@ -1,30 +1,25 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27 -EAPI="4"
28 +EAPI=5
29 MODULE_AUTHOR=CHOCOLATE
30 MODULE_VERSION=0.18
31 inherit perl-module
32
33 DESCRIPTION="automatically return a true value when a file is required"
34 -LICENSE="|| ( Artistic GPL-2 )"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38 -
39 -comment() { echo ''; }
40 -COMMON_DEPEND="
41 +PERL_RM_FILES=(
42 + t/pod.t
43 +)
44 +RDEPEND="
45 >=dev-perl/B-Hooks-OP-Annotation-0.430.0
46 >=dev-perl/B-Hooks-OP-Check-0.180.0
47 - >=dev-perl/Devel-StackTrace-1.270 $(comment 1.270.0)
48 + >=dev-perl/Devel-StackTrace-1.270.0
49 "
50 DEPEND="
51 - ${COMMON_DEPEND}
52 - $(comment CONFIGURE REQUIRES)
53 - >=dev-perl/extutils-depends-0.304.0
54 + ${RDEPEND}
55 + >=dev-perl/ExtUtils-Depends-0.304.0
56 virtual/perl-ExtUtils-MakeMaker
57 "
58 -RDEPEND="
59 - ${COMMON_DEPEND}
60 -"
61 -SRC_TEST="do"