* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Untaint/
@ 2015-07-17 11:06 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-07-17 11:06 UTC (permalink / raw
To: gentoo-commits
commit: eb0d47b871e67196c0b43709b066e4b983faaa44
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 17 10:28:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 17 10:28:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eb0d47b8
dev-perl/CGI-Untaint: Depend on dev-perl/CGI
Package-Manager: portage-2.2.17
...-Untaint-1.260.0.ebuild => CGI-Untaint-1.260.0-r1.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
similarity index 76%
rename from dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
rename to dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
index c76c9eb..2ad6cf2 100644
--- a/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
+++ b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -7,18 +7,20 @@ MODULE_VERSION=1.26
inherit perl-module
DESCRIPTION="Process CGI input parameters."
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND="
>=virtual/perl-Test-Simple-0.110.0
>=dev-perl/UNIVERSAL-require-0.10.0"
-DEPEND="$RDEPEND"
+DEPEND="$RDEPEND
+ test? (
+ dev-perl/CGI
+ )
+"
PERL_RM_FILES=(
t/pod-coverage.t
t/pod.t
)
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Untaint/
@ 2014-08-28 5:50 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28 5:50 UTC (permalink / raw
To: gentoo-commits
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 <kentfredric@gmail.com> -CGI-Untaint-1.26.ebuild,
+ +CGI-Untaint-1.260.0.ebuild:
+ EAPI5, Normalise, Fixup tests and deps
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-17 11:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 11:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Untaint/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-08-28 5:50 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox