commit: 8ae83127c038fa073c17537acf3ee4bfcb93dd97
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 05:12:27 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 05:12:27 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8ae83127
[fixup] dev-perl/CGI-Application-Plugin-Redirect EAPI5, Normalise, fix deps and
test
Package-Manager: portage-2.2.10
---
...build => CGI-Application-Plugin-Redirect-1.0.0.ebuild} | 15 ++++++++++++---
dev-perl/CGI-Application-Plugin-Redirect/ChangeLog | 11 +++++++++++
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git
a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild
b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild
similarity index 60%
rename from
dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild
rename to
dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild
index cc40e7f..46a3652 100644
---
a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild
+++
b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.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=CEESHEK
+MODULE_VERSION=1.00
inherit perl-module
DESCRIPTION="Easy external redirects in CGI::Application"
@@ -12,6 +13,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
dev-perl/CGI-Application
"
+DEPEND="$RDEPEND
+ virtual/perl-Module-Build
+"
+PERL_RM_FILES=(
+ t/98_pod.t
+ t/99_pod_coverage.t
+)
+SRC_TEST=do
diff --git a/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog
b/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog
new file mode 100644
index 0000000..0c43552
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/CGI-Application-Plugin-Redirect
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CGI-Application-Plugin-Redirect-1.0.0 (28 Aug 2014)
+
+ 28 Aug 2014; Kent Fredric <[email protected]>
+ -CGI-Application-Plugin-Redirect-1.00.ebuild,
+ +CGI-Application-Plugin-Redirect-1.0.0.ebuild:
+ EAPI5, Normalise, fix deps and test
+