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-Images/
Date: Wed, 27 Aug 2014 00:55:55
Message-Id: 1409097409.01c624173ff0df61af027e2a690e51cf49d6e0f7.kent@gentoo
1 commit: 01c624173ff0df61af027e2a690e51cf49d6e0f7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 26 23:56:49 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 26 23:56:49 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=01c62417
7
8 [fixup] dev-perl/Catalyst-Plugin-Images EAPI, Normalise, Misc test and dep fixups
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...2.ebuild => Catalyst-Plugin-Images-0.20.0.ebuild} | 20 ++++++++++++--------
14 dev-perl/Catalyst-Plugin-Images/ChangeLog | 8 +++++++-
15 2 files changed, 19 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.02.ebuild b/dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.20.0.ebuild
18 similarity index 66%
19 rename from dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.02.ebuild
20 rename to dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.20.0.ebuild
21 index 7a4462a..2297d73 100644
22 --- a/dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.02.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Images/Catalyst-Plugin-Images-0.20.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2011 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=BOBTFISH
32 +MODULE_VERSION=0.02
33 inherit perl-module
34
35 DESCRIPTION="Generate image tags for static files."
36 @@ -13,15 +14,18 @@ SLOT="0"
37 LICENSE="|| ( Artistic GPL-2 )"
38 KEYWORDS="~amd64 ~x86"
39
40 -DEPEND="
41 +RDEPEND="
42 >=dev-perl/Catalyst-Runtime-5.700.0
43 dev-perl/ImageSize
44 dev-perl/Path-Class
45 dev-perl/HTML-Parser
46 dev-perl/MRO-Compat
47 "
48 -
49 -#src_compile() {
50 -# export PERL_EXTUTILS_AUTOINSTALL="--skipdeps"
51 -# perl-module_src_compile
52 -#}
53 +DEPEND="$RDEPEND
54 + dev-perl/Test-WWW-Mechanize-Catalyst
55 +"
56 +PERL_RM_FILES=(
57 + t/pod.t
58 + t/pod_coverage.t
59 +)
60 +SRC_TEST=do
61
62 diff --git a/dev-perl/Catalyst-Plugin-Images/ChangeLog b/dev-perl/Catalyst-Plugin-Images/ChangeLog
63 index c3b68da..42b5527 100644
64 --- a/dev-perl/Catalyst-Plugin-Images/ChangeLog
65 +++ b/dev-perl/Catalyst-Plugin-Images/ChangeLog
66 @@ -1,7 +1,13 @@
67 # ChangeLog for dev-perl/Catalyst-Plugin-Images
68 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 # $Header: $
71
72 +*Catalyst-Plugin-Images-0.20.0 (26 Aug 2014)
73 +
74 + 26 Aug 2014; Kent Fredric <kentfredric@×××××.com>
75 + -Catalyst-Plugin-Images-0.02.ebuild, +Catalyst-Plugin-Images-0.20.0.ebuild:
76 + EAPI, Normalise, Misc test and dep fixups
77 +
78 11 Nov 2011; Kent Fredric <kentfredric@×××××.com>
79 Catalyst-Plugin-Images-0.02.ebuild:
80 Fixdep Catalyst-Runtime