commit: 7a8acd0481419081d36a5b0c86fbebbc8870703f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 05:03:54 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 05:03:54 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7a8acd04
[fixup] dev-perl/CGI-Application-Plugin-Config-General EAPI5, Normalise, fix
dependencies and tests
Package-Manager: portage-2.2.10
---
...CGI-Application-Plugin-Config-General-0.80.0.ebuild} | 17 ++++++++++++++---
.../CGI-Application-Plugin-Config-General/ChangeLog | 7 +++++++
2 files changed, 21 insertions(+), 3 deletions(-)
diff --git
a/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild
b/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
similarity index 58%
rename from
dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild
rename to
dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
index 712efbd..e39e244 100644
---
a/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.08.ebuild
+++
b/dev-perl/CGI-Application-Plugin-Config-General/CGI-Application-Plugin-Config-General-0.80.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=MGRAHAM
+MODULE_VERSION=0.08
inherit perl-module
DESCRIPTION="Add Config::General Support to CGI::Application"
@@ -12,7 +13,17 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
+ virtual/perl-Test-Simple
dev-perl/CGI-Application
dev-perl/Config-General-Match
+ virtual/perl-Scalar-List-Utils
"
+DEPEND="
+ $RDEPEND
+ virtual/perl-Module-Build"
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
+SRC_TEST=do
diff --git a/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
b/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
index 7f48121..b7adf65 100644
--- a/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-Config-General/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CGI-Application-Plugin-Config-General-0.80.0 (28 Aug 2014)
+
+ 28 Aug 2014; Kent Fredric <[email protected]>
+ -CGI-Application-Plugin-Config-General-0.08.ebuild,
+ +CGI-Application-Plugin-Config-General-0.80.0.ebuild:
+ EAPI5, Normalise, fix dependencies and tests
+
28 Aug 2014; Kent Fredric <[email protected]>
-CGI-Application-Plugin-Config-General-0.07.ebuild:
Remove old