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/CGI-Application-Plugin-Config-General/
Date: Thu, 28 Aug 2014 05:51:03
Message-Id: 1409202234.7a8acd0481419081d36a5b0c86fbebbc8870703f.kent@gentoo
1 commit: 7a8acd0481419081d36a5b0c86fbebbc8870703f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:03:54 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:03:54 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7a8acd04
7
8 [fixup] dev-perl/CGI-Application-Plugin-Config-General EAPI5, Normalise, fix dependencies and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...CGI-Application-Plugin-Config-General-0.80.0.ebuild} | 17 ++++++++++++++---
14 .../CGI-Application-Plugin-Config-General/ChangeLog | 7 +++++++
15 2 files changed, 21 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild b/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
18 similarity index 58%
19 rename from dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild
20 rename to dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
21 index 712efbd..e39e244 100644
22 --- a/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild
23 +++ b/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=MGRAHAM
32 +MODULE_VERSION=0.08
33 inherit perl-module
34
35 DESCRIPTION="Add Config::General Support to CGI::Application"
36 @@ -12,7 +13,17 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND="
41 +RDEPEND="
42 + virtual/perl-Test-Simple
43 dev-perl/CGI-Application
44 dev-perl/Config-General-Match
45 + virtual/perl-Scalar-List-Utils
46 "
47 +DEPEND="
48 + $RDEPEND
49 + virtual/perl-Module-Build"
50 +PERL_RM_FILES=(
51 + t/pod-coverage.t
52 + t/pod.t
53 +)
54 +SRC_TEST=do
55
56 diff --git a/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog b/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
57 index 7f48121..b7adf65 100644
58 --- a/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
59 +++ b/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
60 @@ -2,6 +2,13 @@
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: $
63
64 +*CGI-Application-Plugin-Config-General-0.80.0 (28 Aug 2014)
65 +
66 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
67 + -CGI-Application-Plugin-Config-General-0.08.ebuild,
68 + +CGI-Application-Plugin-Config-General-0.80.0.ebuild:
69 + EAPI5, Normalise, fix dependencies and tests
70 +
71 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
72 -CGI-Application-Plugin-Config-General-0.07.ebuild:
73 Remove old