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/Module-Compile/
Date: Mon, 01 Sep 2014 21:29:19
Message-Id: 1409594531.aff69698818e114c1d87edac70f241e51bc6ccdd.kent@gentoo
1 commit: aff69698818e114c1d87edac70f241e51bc6ccdd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 1 18:02:11 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 1 18:02:11 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aff69698
7
8 [bump] dev-perl/Module-Compile to 0.340.0, w/ EAPI5 and fixes. Remove old
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Module-Compile/ChangeLog | 6 ++++++
14 ....230.0-r1.ebuild => Module-Compile-0.340.0.ebuild} | 19 ++++++++++---------
15 2 files changed, 16 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
18 index 827d491..467834f 100644
19 --- a/dev-perl/Module-Compile/ChangeLog
20 +++ b/dev-perl/Module-Compile/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Module-Compile-0.340.0 (01 Sep 2014)
26 +
27 + 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
28 + -Module-Compile-0.230.0-r1.ebuild, +Module-Compile-0.340.0.ebuild:
29 + to 0.340.0, w/ EAPI5 and fixes. Remove old
30 +
31 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
32 -Module-Compile-0.200.0.ebuild, -Module-Compile-0.210.0.ebuild,
33 -Module-Compile-0.220.0.ebuild:
34
35 diff --git a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
36 similarity index 64%
37 rename from dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
38 rename to dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
39 index bca8176..a30f98f 100644
40 --- a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
41 +++ b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
42 @@ -2,10 +2,9 @@
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 -EAPI=4
47 -
48 +EAPI=5
49 MODULE_AUTHOR=INGY
50 -MODULE_VERSION=0.23
51 +MODULE_VERSION=0.34
52 inherit perl-module
53
54 DESCRIPTION="Perl Module Optimization"
55 @@ -13,12 +12,14 @@ DESCRIPTION="Perl Module Optimization"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59 -comment() { echo ''; }
60 RDEPEND="
61 >=dev-perl/Digest-SHA1-2.130.0
62 - dev-perl/Filter $(comment Filter::Util::Call)
63 - >=dev-lang/perl-5.8.3
64 "
65 -DEPEND="${RDEPEND}"
66 -
67 -SRC_TEST=do
68 +DEPEND="
69 + ${RDEPEND}
70 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
71 +"
72 +PERL_RM_FILES=(
73 + t/release-pod-syntax.t
74 +)
75 +SRC_TEST="do parallel"