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/Config-JFDI/
Date: Thu, 28 Aug 2014 07:30:16
Message-Id: 1409209958.474d3f076ae5587e074524eae74686dac5ac48ee.kent@gentoo
1 commit: 474d3f076ae5587e074524eae74686dac5ac48ee
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 07:12:38 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 07:12:38 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=474d3f07
7
8 [fixup] dev-perl/Config-JFDI EAPI5, Normalise, fixup tests and deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Config-JFDI/ChangeLog | 6 ++++++
14 .../{Config-JFDI-0.065.ebuild => Config-JFDI-0.65.0.ebuild} | 7 ++++---
15 2 files changed, 10 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Config-JFDI/ChangeLog b/dev-perl/Config-JFDI/ChangeLog
18 index a8937f9..5aba768 100644
19 --- a/dev-perl/Config-JFDI/ChangeLog
20 +++ b/dev-perl/Config-JFDI/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Config-JFDI-0.65.0 (28 Aug 2014)
26 +
27 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -Config-JFDI-0.065.ebuild,
28 + +Config-JFDI-0.65.0.ebuild:
29 + EAPI5, Normalise, fixup tests and deps
30 +
31 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -Config-JFDI-0.05.ebuild,
32 -Config-JFDI-0.063.ebuild, -Config-JFDI-0.064.ebuild:
33 Remove old EAPIs
34
35 diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild
36 similarity index 84%
37 rename from dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild
38 rename to dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild
39 index a0d5adb..da15ac5 100644
40 --- a/dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild
41 +++ b/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild
42 @@ -1,8 +1,8 @@
43 -# Copyright 1999-2013 Gentoo Foundation
44 +# Copyright 1999-2014 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 -EAPI=3
49 +EAPI=5
50
51 MODULE_AUTHOR=ROKR
52 MODULE_VERSION=0.065
53 @@ -28,9 +28,10 @@ RDEPEND="
54 dev-perl/Sub-Install
55 "
56 DEPEND="${RDEPEND}
57 + >=virtual/perl-ExtUtils-MakeMaker-6.31
58 test? (
59 dev-perl/Test-Most
60 )
61 "
62
63 -SRC_TEST=do
64 +SRC_TEST="do parallel"