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-telephone/
Date: Thu, 28 Aug 2014 05:51:02
Message-Id: 1409205007.37e220b3373961137b48ebd91f4382868027f0fa.kent@gentoo
1 commit: 37e220b3373961137b48ebd91f4382868027f0fa
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:50:07 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:50:07 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=37e220b3
7
8 [fixup] dev-perl/CGI-Untaint-telephone EAPI5, Normalise, Fixup deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...ephone-0.03.ebuild => CGI-Untaint-telephone-0.30.0.ebuild} | 11 +++++++----
14 dev-perl/CGI-Untaint-telephone/ChangeLog | 10 ++++++++++
15 2 files changed, 17 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild b/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild
18 similarity index 61%
19 rename from dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild
20 rename to dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild
21 index dc9730e..4e2ba78 100644
22 --- a/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild
23 +++ b/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild
24 @@ -1,12 +1,12 @@
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=TJC
32 +MODULE_VERSION=0.03
33 inherit perl-module
34
35 DESCRIPTION="CGI::Untaint plugin for telephone numbers"
36 -HOMEPAGE="http://search.cpan.org/search?query=CGI-Untaint-telephone&mode=dist"
37
38 IUSE=""
39
40 @@ -14,4 +14,7 @@ SLOT="0"
41 LICENSE="|| ( Artistic GPL-2 )"
42 KEYWORDS="~amd64 ~x86"
43
44 -DEPEND=">=dev-perl/CGI-Untaint-1.26"
45 +RDEPEND=">=dev-perl/CGI-Untaint-1.260.0"
46 +DEPEND="$RDEPEND"
47 +
48 +SRC_TEST=do
49
50 diff --git a/dev-perl/CGI-Untaint-telephone/ChangeLog b/dev-perl/CGI-Untaint-telephone/ChangeLog
51 new file mode 100644
52 index 0000000..e839646
53 --- /dev/null
54 +++ b/dev-perl/CGI-Untaint-telephone/ChangeLog
55 @@ -0,0 +1,10 @@
56 +# ChangeLog for dev-perl/CGI-Untaint-telephone
57 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: $
59 +
60 +*CGI-Untaint-telephone-0.30.0 (28 Aug 2014)
61 +
62 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
63 + -CGI-Untaint-telephone-0.03.ebuild, +CGI-Untaint-telephone-0.30.0.ebuild:
64 + EAPI5, Normalise, Fixup deps and tests
65 +