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-Message/
Date: Wed, 27 Aug 2014 05:18:44
Message-Id: 1409110505.9e39568ae312777d24cb9ab0f3ec39cd03afa76c.kent@gentoo
1 commit: 9e39568ae312777d24cb9ab0f3ec39cd03afa76c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 03:33:54 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 03:35:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9e39568a
7
8 [fixup] dev-perl/Catalyst-Plugin-Message EAPI5, dependency fixes, tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...0.03.ebuild => Catalyst-Plugin-Message-0.30.0.ebuild} | 16 +++++++++++++---
14 dev-perl/Catalyst-Plugin-Message/ChangeLog | 10 ++++++++++
15 2 files changed, 23 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild b/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.0.ebuild
18 similarity index 56%
19 rename from dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild
20 rename to dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.0.ebuild
21 index d688ecd..5e57bdd 100644
22 --- a/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.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=CHUNZI
32 +MODULE_VERSION=0.03
33 inherit perl-module
34
35 DESCRIPTION="The great new Catalyst::Plugin::Message!"
36 @@ -13,4 +14,13 @@ SLOT="0"
37 LICENSE="|| ( Artistic GPL-2 )"
38 KEYWORDS="~amd64 ~x86"
39
40 -DEPEND="virtual/perl-Module-Build"
41 +RDEPEND=""
42 +DEPEND="
43 + virtual/perl-Test-Simple
44 + virtual/perl-Module-Build"
45 +
46 +PERL_RM_FILES=(
47 + t/pod-coverage.t
48 + t/pod.t
49 +)
50 +SRC_TEST=do
51
52 diff --git a/dev-perl/Catalyst-Plugin-Message/ChangeLog b/dev-perl/Catalyst-Plugin-Message/ChangeLog
53 new file mode 100644
54 index 0000000..7711767
55 --- /dev/null
56 +++ b/dev-perl/Catalyst-Plugin-Message/ChangeLog
57 @@ -0,0 +1,10 @@
58 +# ChangeLog for dev-perl/Catalyst-Plugin-Message
59 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: $
61 +
62 +*Catalyst-Plugin-Message-0.30.0 (27 Aug 2014)
63 +
64 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
65 + -Catalyst-Plugin-Message-0.03.ebuild, +Catalyst-Plugin-Message-0.30.0.ebuild:
66 + EAPI5, dependency fixes, tests
67 +