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-Check-StashChange/
Date: Sat, 02 May 2015 02:21:22
Message-Id: 1430529671.3153a05d5baddd60078fe3bd905820cb99404400.kent@gentoo
1 commit: 3153a05d5baddd60078fe3bd905820cb99404400
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat May 2 01:21:11 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat May 2 01:21:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3153a05d
7
8 [fixup] B-Hooks-OP-Check-StashChange: EAPI5, Fixup deps
9
10 Package-Manager: portage-2.2.17
11
12 ...ild => B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild} | 16 ++++++++++------
13 1 file changed, 10 insertions(+), 6 deletions(-)
14
15 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
16 similarity index 64%
17 rename from dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
18 rename to dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
19 index 69143d1..33dbe78 100644
20 --- a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
21 +++ b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
22 @@ -1,8 +1,8 @@
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
28 -EAPI=3
29 +EAPI=5
30
31 MODULE_VERSION=0.06
32 MODULE_AUTHOR=FLORA
33 @@ -12,12 +12,16 @@ DESCRIPTION="Invoke callbacks when the stash code is being compiled in changes"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 +IUSE="test"
39
40 +# Test::More -> Test-Simple
41 RDEPEND="
42 + virtual/perl-parent
43 >=dev-perl/B-Hooks-OP-Check-0.140.0
44 "
45 DEPEND="${RDEPEND}
46 - dev-perl/extutils-depends"
47 -
48 -SRC_TEST=do
49 + dev-perl/ExtUtils-Depends
50 + test? (
51 + virtual/perl-Test-Simple
52 + )
53 +"