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-Session-Store-Cache/
Date: Wed, 27 Aug 2014 05:18:45
Message-Id: 1409116658.544ba8a6e17d804a7ea6db0f7b15c4fcb95e9bba.kent@gentoo
1 commit: 544ba8a6e17d804a7ea6db0f7b15c4fcb95e9bba
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:17:38 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:17:38 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=544ba8a6
7
8 [fixup] dev-perl/Catalyst-Plugin-Session-Store-Cache EAPI5, test cleanup
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ... => Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild} | 12 +++++++++---
14 dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog | 9 ++++++++-
15 2 files changed, 17 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild
18 similarity index 70%
19 rename from dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild
20 rename to dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild
21 index d5cc5e0..8ca6d32 100644
22 --- a/dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2012 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=LBR
32 MODULE_VERSION="0.01"
33 inherit perl-module
34 @@ -14,6 +14,12 @@ SLOT="0"
35 LICENSE="|| ( Artistic GPL-2 )"
36 KEYWORDS="~amd64 ~x86"
37
38 -DEPEND="
39 +RDEPEND="
40 >=dev-perl/Catalyst-Plugin-Session-0.60.0
41 "
42 +DEPEND="${RDEPEND}"
43 +PERL_RM_FILES=(
44 + t/02pod.t
45 + t/03podcoverage.t
46 +)
47 +SRC_TEST=do
48
49 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
50 index 7f8b1e0..336bdd2 100644
51 --- a/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
52 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
53 @@ -1,7 +1,14 @@
54 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-Cache
55 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 # $Header: $
58
59 +*Catalyst-Plugin-Session-Store-Cache-0.10.0-r1 (27 Aug 2014)
60 +
61 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
62 + -Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild,
63 + +Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild:
64 + EAPI5, test cleanup
65 +
66 *Catalyst-Plugin-Session-Store-Cache-0.10.0 (12 Feb 2012)
67
68 12 Feb 2012; Kent Fredric <kentfredric@×××××.com>