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-LogDispatch/
Date: Thu, 28 Aug 2014 05:50:58
Message-Id: 1409202544.a383e1305df85a265b8341cd93843ee13018626d.kent@gentoo
1 commit: a383e1305df85a265b8341cd93843ee13018626d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:09:04 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:09:04 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a383e130
7
8 [fixup] dev-perl/CGI-Application-Plugin-LogDispatch EAPI5, Normalise, fix tests and deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...> CGI-Application-Plugin-LogDispatch-1.20.0.ebuild} | 18 ++++++++++++++----
14 dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog | 11 +++++++++++
15 2 files changed, 25 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
18 similarity index 56%
19 rename from dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild
20 rename to dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
21 index a083c50..fb6352e 100644
22 --- a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild
23 +++ b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.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=CEESHEK
32 +MODULE_VERSION=1.02
33 inherit perl-module
34
35 DESCRIPTION="Add Log::Dispatch support to CGI::Application"
36 @@ -12,8 +13,17 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND="
41 +RDEPEND="
42 dev-perl/CGI-Application
43 - >=dev-perl/log-dispatch-0.21
44 + >=dev-perl/log-dispatch-0.210.0
45 dev-perl/UNIVERSAL-require
46 + virtual/perl-Scalar-List-Utils
47 "
48 +DEPEND="$RDEPEND
49 + virtual/perl-Module-Build"
50 +
51 +PERL_RM_FILES=(
52 + t/pod.t
53 + t/pod_coverage.t
54 +)
55 +SRC_TEST=do
56
57 diff --git a/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog b/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog
58 new file mode 100644
59 index 0000000..0550fbb
60 --- /dev/null
61 +++ b/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog
62 @@ -0,0 +1,11 @@
63 +# ChangeLog for dev-perl/CGI-Application-Plugin-LogDispatch
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: $
66 +
67 +*CGI-Application-Plugin-LogDispatch-1.20.0 (28 Aug 2014)
68 +
69 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
70 + -CGI-Application-Plugin-LogDispatch-1.02.ebuild,
71 + +CGI-Application-Plugin-LogDispatch-1.20.0.ebuild:
72 + EAPI5, Normalise, fix tests and deps
73 +