commit: e5dbeb86be3962c5ac8d679d78ada9cc114afbf9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:28:33 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:28:33 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5dbeb86
[fixup] dev-perl/Catalyst-Plugin-Session-Store-File EAPI5, Test and dep fixups
Package-Manager: portage-2.2.10
---
... Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild} | 15 +++++++++++----
dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog | 9 ++++++++-
2 files changed, 19 insertions(+), 5 deletions(-)
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
similarity index 70%
rename from
dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
index 5900ba6..72b4461 100644
---
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
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 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.18"
inherit perl-module
@@ -17,8 +17,15 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Class-Data-Inheritable-0.40.0
>=dev-perl/Catalyst-Runtime-5.700.0
- >=dev-perl/Cache-Cache-1.02
+ >=dev-perl/Cache-Cache-1.20.0
>=dev-perl/Catalyst-Plugin-Session-0.270.0
>=dev-perl/MRO-Compat-0.100.0
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/perl-Test-Simple
+"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+)
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index d701335..ad55535 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-File
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Session-Store-File-0.180.0-r1 (27 Aug 2014)
+
+ 27 Aug 2014; Kent Fredric <[email protected]>
+ -Catalyst-Plugin-Session-Store-File-0.180.0.ebuild,
+ +Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild:
+ EAPI5, Test and dep fixups
+
03 May 2013; Kent Fredric <[email protected]>
Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
Fix dependency on Class-Data-Inheritable ( normalize )