commit: 7642dd6c357c1e4cb7369b1aee5f8a878c13cd61
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 19:01:10 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 19:01:10 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7642dd6c
[fixup] dev-perl/Catalyst-Plugin-CGI-Untaint EAPI5, Normalise, Fixups
Package-Manager: portage-2.2.10
---
...0.05.ebuild => Catalyst-Plugin-CGI-Untaint-0.50.0.ebuild} | 12 ++++++++----
dev-perl/Catalyst-Plugin-CGI-Untaint/ChangeLog | 9 ++++++++-
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.05.ebuild
b/dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.50.0.ebuild
similarity index 67%
rename from
dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.05.ebuild
rename to
dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.50.0.ebuild
index f3abe5f..901a1ab 100644
---
a/dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.05.ebuild
+++
b/dev-perl/Catalyst-Plugin-CGI-Untaint/Catalyst-Plugin-CGI-Untaint-0.50.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=TJC
+MODULE_VERSION=0.05
inherit perl-module
#S=${WORKDIR}/${P}
@@ -14,7 +15,10 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="
- dev-perl/Catalyst-Runtime
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.500.0
>=dev-perl/CGI-Untaint-1.20
"
+DEPEND="$RDEPEND"
+
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-Plugin-CGI-Untaint/ChangeLog
b/dev-perl/Catalyst-Plugin-CGI-Untaint/ChangeLog
index 7955c1f..46d327f 100644
--- a/dev-perl/Catalyst-Plugin-CGI-Untaint/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-CGI-Untaint/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Plugin-CGI-Untaint
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-CGI-Untaint-0.50.0 (26 Aug 2014)
+
+ 26 Aug 2014; Kent Fredric <[email protected]>
+ -Catalyst-Plugin-CGI-Untaint-0.05.ebuild,
+ +Catalyst-Plugin-CGI-Untaint-0.50.0.ebuild:
+ EAPI5, Normalise, Fixups
+
03 Jun 2010; Torsten Veller <[email protected]>
-Catalyst-Plugin-CGI-Untaint-0.02.ebuild,
-Catalyst-Plugin-CGI-Untaint-0.03.ebuild: