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/Catalyst-Plugin-Prototype/
Date: Wed, 27 Aug 2014 05:18:44
Message-Id: 1409115233.cc3d9b68e497f170f1fc8374c141e464e9a484fd.kent@gentoo
1 commit: cc3d9b68e497f170f1fc8374c141e464e9a484fd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 04:53:53 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 04:53:53 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cc3d9b68
7
8 [fixup] dev-perl/Catalyst-Plugin-Prototype EAPI5, Normalise version, fixup tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ....33.ebuild => Catalyst-Plugin-Prototype-1.330.0.ebuild} | 14 +++++++++++---
14 dev-perl/Catalyst-Plugin-Prototype/ChangeLog | 9 ++++++++-
15 2 files changed, 19 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.33.ebuild b/dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.330.0.ebuild
18 similarity index 66%
19 rename from dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.33.ebuild
20 rename to dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.330.0.ebuild
21 index 0f68f60..e338867 100644
22 --- a/dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.33.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Prototype/Catalyst-Plugin-Prototype-1.330.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=MRAMBERG
32 +MODULE_VERSION=1.33
33 inherit perl-module
34
35 DESCRIPTION="Plugin for Prototype"
36 @@ -12,7 +13,14 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND="
41 +RDEPEND="
42 >=dev-perl/Catalyst-Runtime-5.700.600
43 >=dev-perl/HTML-Prototype-1.48
44 "
45 +DEPEND="$RDEPEND"
46 +
47 +PERL_RM_FILES=(
48 + t/02pod.t
49 + t/03podcoverage.t
50 +)
51 +SRC_TEST=do
52
53 diff --git a/dev-perl/Catalyst-Plugin-Prototype/ChangeLog b/dev-perl/Catalyst-Plugin-Prototype/ChangeLog
54 index 4c01882..213e0ff 100644
55 --- a/dev-perl/Catalyst-Plugin-Prototype/ChangeLog
56 +++ b/dev-perl/Catalyst-Plugin-Prototype/ChangeLog
57 @@ -1,7 +1,14 @@
58 # ChangeLog for dev-perl/Catalyst-Plugin-Prototype
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 # $Header: $
62
63 +*Catalyst-Plugin-Prototype-1.330.0 (27 Aug 2014)
64 +
65 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
66 + -Catalyst-Plugin-Prototype-1.33.ebuild,
67 + +Catalyst-Plugin-Prototype-1.330.0.ebuild:
68 + EAPI5, Normalise version, fixup tests
69 +
70 10 Dec 2009; Kent Fredric <kentfredric@×××××.com>
71 -Catalyst-Plugin-Prototype-1.32.ebuild:
72 CPANTIDY