commit: 479df192a8185c9bcd36be905e0fa44cf6c9cf5b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:13:57 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:13:57 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=479df192
[fixup] dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB EAPI5, dependency and
test fixups
Package-Manager: portage-2.2.10
---
...t-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild} | 18 +++++++++++-------
.../Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog | 9 ++++++++-
2 files changed, 19 insertions(+), 8 deletions(-)
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
similarity index 75%
rename from
dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
index a821c16..e80a162 100644
---
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
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=FLORA
MODULE_VERSION="0.04"
inherit perl-module
@@ -14,20 +14,24 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-COMMON_DEPEND="
+RDEPEND="
dev-perl/BerkeleyDB-Manager
>=dev-perl/Catalyst-Plugin-Session-0.270.0
>=dev-perl/Catalyst-Runtime-5.700.0
dev-perl/Class-Data-Inheritable
dev-perl/MRO-Compat
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
dev-perl/namespace-clean
"
DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
dev-perl/File-Remove
dev-perl/Test-WWW-Mechanize-Catalyst
+ virtual/perl-Test-Simple
dev-perl/Test-use-ok
"
+PERL_RM_FILES=(
+ t/author/pod.t
+)
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
index 58665c0..e053f24 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1 (27 Aug 2014)
+
+ 27 Aug 2014; Kent Fredric <[email protected]>
+ -Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild,
+ +Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild:
+ EAPI5, dependency and test fixups
+
*Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0 (12 Feb 2012)
12 Feb 2012; Kent Fredric <[email protected]>