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-File/
Date: Wed, 27 Aug 2014 05:37:40
Message-Id: 1409117313.e5dbeb86be3962c5ac8d679d78ada9cc114afbf9.kent@gentoo
1 commit: e5dbeb86be3962c5ac8d679d78ada9cc114afbf9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:28:33 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:28:33 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5dbeb86
7
8 [fixup] dev-perl/Catalyst-Plugin-Session-Store-File EAPI5, Test and dep fixups
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ... Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild} | 15 +++++++++++----
14 dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog | 9 ++++++++-
15 2 files changed, 19 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
18 similarity index 70%
19 rename from dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
20 rename to dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
21 index 5900ba6..72b4461 100644
22 --- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2013 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=FLORA
32 MODULE_VERSION="0.18"
33 inherit perl-module
34 @@ -17,8 +17,15 @@ KEYWORDS="~amd64 ~x86"
35 RDEPEND="
36 >=dev-perl/Class-Data-Inheritable-0.40.0
37 >=dev-perl/Catalyst-Runtime-5.700.0
38 - >=dev-perl/Cache-Cache-1.02
39 + >=dev-perl/Cache-Cache-1.20.0
40 >=dev-perl/Catalyst-Plugin-Session-0.270.0
41 >=dev-perl/MRO-Compat-0.100.0
42 "
43 -DEPEND="${RDEPEND}"
44 +DEPEND="${RDEPEND}
45 + virtual/perl-Test-Simple
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-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
54 index d701335..ad55535 100644
55 --- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
56 +++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
57 @@ -1,7 +1,14 @@
58 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-File
59 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 # $Header: $
62
63 +*Catalyst-Plugin-Session-Store-File-0.180.0-r1 (27 Aug 2014)
64 +
65 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
66 + -Catalyst-Plugin-Session-Store-File-0.180.0.ebuild,
67 + +Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild:
68 + EAPI5, Test and dep fixups
69 +
70 03 May 2013; Kent Fredric <kentfredric@×××××.com>
71 Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
72 Fix dependency on Class-Data-Inheritable ( normalize )