commit:     3bd2937336d73804d432d1cd394bb46055c6ffb2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 05:42:26 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 05:42:26 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3bd29373

[fixup] dev-perl/CGI-Untaint EAPI5, Normalise, Fixup tests and deps

Package-Manager: portage-2.2.10

---
 ...CGI-Untaint-1.26.ebuild => CGI-Untaint-1.260.0.ebuild} | 15 ++++++++++++---
 dev-perl/CGI-Untaint/ChangeLog                            | 10 ++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild 
b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
similarity index 51%
rename from dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild
rename to dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
index 9029578..c76c9eb 100644
--- a/dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild
+++ b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.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=TMTM
+MODULE_VERSION=1.26
 inherit perl-module
 
 DESCRIPTION="Process CGI input parameters."
@@ -12,4 +13,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND=""
+RDEPEND="
+       >=virtual/perl-Test-Simple-0.110.0
+       >=dev-perl/UNIVERSAL-require-0.10.0"
+DEPEND="$RDEPEND"
+PERL_RM_FILES=(
+       t/pod-coverage.t
+       t/pod.t
+)
+SRC_TEST=do

diff --git a/dev-perl/CGI-Untaint/ChangeLog b/dev-perl/CGI-Untaint/ChangeLog
new file mode 100644
index 0000000..4e9d020
--- /dev/null
+++ b/dev-perl/CGI-Untaint/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/CGI-Untaint
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CGI-Untaint-1.260.0 (28 Aug 2014)
+
+  28 Aug 2014; Kent Fredric <[email protected]> -CGI-Untaint-1.26.ebuild,
+  +CGI-Untaint-1.260.0.ebuild:
+  EAPI5, Normalise, Fixup tests and deps
+

Reply via email to