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-General-Match/
Date: Thu, 28 Aug 2014 05:50:59
Message-Id: 1409202113.66f2d5966c6e172fd49b4d50c9e05e10220d15a6.kent@gentoo
1 commit: 66f2d5966c6e172fd49b4d50c9e05e10220d15a6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:01:53 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:01:53 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66f2d596
7
8 [fixup] dev-perl/Config-General-Match EAPI5, Normalise versions, Fixup dependencies and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Config-General-Match/ChangeLog | 10 ++++++++++
14 ...h-0.05.ebuild => Config-General-Match-0.50.0.ebuild} | 17 ++++++++++++++---
15 2 files changed, 24 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Config-General-Match/ChangeLog b/dev-perl/Config-General-Match/ChangeLog
18 new file mode 100644
19 index 0000000..38c55fa
20 --- /dev/null
21 +++ b/dev-perl/Config-General-Match/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/Config-General-Match
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*Config-General-Match-0.50.0 (28 Aug 2014)
28 +
29 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Config-General-Match-0.05.ebuild, +Config-General-Match-0.50.0.ebuild:
31 + EAPI5, Normalise versions, Fixup dependencies and tests
32 +
33
34 diff --git a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
35 similarity index 57%
36 rename from dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild
37 rename to dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
38 index 45c00c3..34362e9 100644
39 --- a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild
40 +++ b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2014 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46 -
47 +EAPI=5
48 MODULE_AUTHOR=MGRAHAM
49 +MODULE_VERSION=0.05
50 inherit perl-module
51
52 DESCRIPTION="Add <Location> and <LocationMatch> style matching toi Config::General"
53 @@ -12,6 +13,16 @@ SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55
56 IUSE=""
57 -DEPEND="
58 +RDEPEND="
59 + virtual/perl-Test-Simple
60 dev-perl/config-general
61 + dev-perl/Hash-Merge
62 "
63 +DEPEND="$RDEPEND
64 + virtual/perl-Module-Build"
65 +
66 +PERL_RM_FILES=(
67 + t/pod-coverage.t
68 + t/pod.t
69 +)
70 +SRC_TEST=do