Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Untaint/
Date: Thu, 28 Aug 2014 05:51:01
Message-Id: 1409204546.3bd2937336d73804d432d1cd394bb46055c6ffb2.kent@gentoo
1 commit: 3bd2937336d73804d432d1cd394bb46055c6ffb2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:42:26 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:42:26 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3bd29373
7
8 [fixup] dev-perl/CGI-Untaint EAPI5, Normalise, Fixup tests and deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...CGI-Untaint-1.26.ebuild => CGI-Untaint-1.260.0.ebuild} | 15 ++++++++++++---
14 dev-perl/CGI-Untaint/ChangeLog | 10 ++++++++++
15 2 files changed, 22 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
18 similarity index 51%
19 rename from dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild
20 rename to dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
21 index 9029578..c76c9eb 100644
22 --- a/dev-perl/CGI-Untaint/CGI-Untaint-1.26.ebuild
23 +++ b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=TMTM
32 +MODULE_VERSION=1.26
33 inherit perl-module
34
35 DESCRIPTION="Process CGI input parameters."
36 @@ -12,4 +13,12 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND=""
41 +RDEPEND="
42 + >=virtual/perl-Test-Simple-0.110.0
43 + >=dev-perl/UNIVERSAL-require-0.10.0"
44 +DEPEND="$RDEPEND"
45 +PERL_RM_FILES=(
46 + t/pod-coverage.t
47 + t/pod.t
48 +)
49 +SRC_TEST=do
50
51 diff --git a/dev-perl/CGI-Untaint/ChangeLog b/dev-perl/CGI-Untaint/ChangeLog
52 new file mode 100644
53 index 0000000..4e9d020
54 --- /dev/null
55 +++ b/dev-perl/CGI-Untaint/ChangeLog
56 @@ -0,0 +1,10 @@
57 +# ChangeLog for dev-perl/CGI-Untaint
58 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: $
60 +
61 +*CGI-Untaint-1.260.0 (28 Aug 2014)
62 +
63 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com> -CGI-Untaint-1.26.ebuild,
64 + +CGI-Untaint-1.260.0.ebuild:
65 + EAPI5, Normalise, Fixup tests and deps
66 +