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-BerkeleyDB/
Date: Wed, 27 Aug 2014 05:18:44
Message-Id: 1409116437.479df192a8185c9bcd36be905e0fa44cf6c9cf5b.kent@gentoo
1 commit: 479df192a8185c9bcd36be905e0fa44cf6c9cf5b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:13:57 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:13:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=479df192
7
8 [fixup] dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB EAPI5, dependency and test fixups
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...t-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild} | 18 +++++++++++-------
14 .../Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog | 9 ++++++++-
15 2 files changed, 19 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
18 similarity index 75%
19 rename from dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild
20 rename to dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
21 index a821c16..e80a162 100644
22 --- a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild
23 +++ b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.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=FLORA
32 MODULE_VERSION="0.04"
33 inherit perl-module
34 @@ -14,20 +14,24 @@ SLOT="0"
35 LICENSE="|| ( Artistic GPL-2 )"
36 KEYWORDS="~amd64 ~x86"
37
38 -COMMON_DEPEND="
39 +RDEPEND="
40 dev-perl/BerkeleyDB-Manager
41 >=dev-perl/Catalyst-Plugin-Session-0.270.0
42 >=dev-perl/Catalyst-Runtime-5.700.0
43 dev-perl/Class-Data-Inheritable
44 dev-perl/MRO-Compat
45 + virtual/perl-Scalar-List-Utils
46 + virtual/perl-Storable
47 dev-perl/namespace-clean
48 "
49 DEPEND="
50 - ${COMMON_DEPEND}
51 -"
52 -RDEPEND="
53 - ${COMMON_DEPEND}
54 + ${RDEPEND}
55 dev-perl/File-Remove
56 dev-perl/Test-WWW-Mechanize-Catalyst
57 + virtual/perl-Test-Simple
58 dev-perl/Test-use-ok
59 "
60 +PERL_RM_FILES=(
61 + t/author/pod.t
62 +)
63 +SRC_TEST=do
64
65 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
66 index 58665c0..e053f24 100644
67 --- a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
68 +++ b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
69 @@ -1,7 +1,14 @@
70 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB
71 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: $
74
75 +*Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1 (27 Aug 2014)
76 +
77 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
78 + -Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild,
79 + +Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild:
80 + EAPI5, dependency and test fixups
81 +
82 *Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0 (12 Feb 2012)
83
84 12 Feb 2012; Kent Fredric <kentfredric@×××××.com>