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/B-Hooks-OP-Annotation/
Date: Sat, 02 May 2015 02:21:16
Message-Id: 1430518104.93daf61068538a875cce6e9b94cc17bcfeef5801.kent@gentoo
1 commit: 93daf61068538a875cce6e9b94cc17bcfeef5801
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 1 22:08:24 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 1 22:08:24 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=93daf610
7
8 [fixup] B-Hooks-OP-Annotation: EAPI5, fixup deps and tests
9
10 Package-Manager: portage-2.2.17
11
12 ...ild => B-Hooks-OP-Annotation-0.440.0-r1.ebuild} | 22 ++++++++++------------
13 1 file changed, 10 insertions(+), 12 deletions(-)
14
15 diff --git a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
16 similarity index 55%
17 rename from dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
18 rename to dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
19 index 58a54f3..0366d09 100644
20 --- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
21 +++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
22 @@ -1,25 +1,23 @@
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.44
31 inherit perl-module
32
33 DESCRIPTION="annotate and delegate hooked OPs"
34 -LICENSE="|| ( Artistic GPL-2 )"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38 -comment() { echo ''; }
39 -COMMON_DEPEND="
40 - >=dev-perl/extutils-depends-0.304.0
41 -"
42 +
43 +PERL_RM_FILES=(
44 + t/pod.t
45 +)
46 +
47 +RDEPEND=""
48 DEPEND="
49 - ${COMMON_DEPEND}
50 + ${RDEPEND}
51 virtual/perl-ExtUtils-MakeMaker
52 + >=dev-perl/ExtUtils-Depends-0.304.0
53 "
54 -RDEPEND="
55 - ${COMMON_DEPEND}
56 -"
57 -SRC_TEST="do"