commit: 544ba8a6e17d804a7ea6db0f7b15c4fcb95e9bba
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:17:38 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:17:38 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=544ba8a6
[fixup] dev-perl/Catalyst-Plugin-Session-Store-Cache EAPI5, test cleanup
Package-Manager: portage-2.2.10
---
... => Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild} | 12 +++++++++---
dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog | 9 ++++++++-
2 files changed, 17 insertions(+), 4 deletions(-)
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
similarity index 70%
rename from
dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-Store-Cache/Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild
index d5cc5e0..8ca6d32 100644
---
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
@@ -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=LBR
MODULE_VERSION="0.01"
inherit perl-module
@@ -14,6 +14,12 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="
+RDEPEND="
>=dev-perl/Catalyst-Plugin-Session-0.60.0
"
+DEPEND="${RDEPEND}"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+)
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
b/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
index 7f8b1e0..336bdd2 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Cache/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-Cache
-# 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-Cache-0.10.0-r1 (27 Aug 2014)
+
+ 27 Aug 2014; Kent Fredric <[email protected]>
+ -Catalyst-Plugin-Session-Store-Cache-0.10.0.ebuild,
+ +Catalyst-Plugin-Session-Store-Cache-0.10.0-r1.ebuild:
+ EAPI5, test cleanup
+
*Catalyst-Plugin-Session-Store-Cache-0.10.0 (12 Feb 2012)
12 Feb 2012; Kent Fredric <[email protected]>