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-email/
Date: Thu, 28 Aug 2014 05:51:00
Message-Id: 1409204812.0245d43ce190257c20b2eb5db230c3b5172c9950.kent@gentoo
1 commit: 0245d43ce190257c20b2eb5db230c3b5172c9950
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:46:52 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:46:52 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0245d43c
7
8 [fixup] dev-perl/CGI-Untaint-email EAPI5, Normalise, Fixup deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../CGI-Untaint-email-0.03.ebuild | 19 -----------------
14 .../CGI-Untaint-email-0.30.0.ebuild | 24 ++++++++++++++++++++++
15 dev-perl/CGI-Untaint-email/ChangeLog | 10 +++++++++
16 3 files changed, 34 insertions(+), 19 deletions(-)
17
18 diff --git a/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.03.ebuild b/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.03.ebuild
19 deleted file mode 100644
20 index f9da171..0000000
21 --- a/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.03.ebuild
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -MODULE_AUTHOR=MIYAGAWA
29 -inherit perl-module
30 -
31 -DESCRIPTION="Plugin for CGI::Untaint for email"
32 -HOMEPAGE="http://search.cpan.org/search?query=CGI-Untaint-email&mode=dist"
33 -
34 -IUSE=""
35 -
36 -SLOT="0"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -DEPEND=">=dev-perl/CGI-Untaint-1.26
41 - >=dev-perl/Email-Valid-0.179
42 - >=dev-perl/MailTools-1.77"
43
44 diff --git a/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild b/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild
45 new file mode 100644
46 index 0000000..7e8aeef
47 --- /dev/null
48 +++ b/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild
49 @@ -0,0 +1,24 @@
50 +# Copyright 1999-2014 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +# $Header: $
53 +EAPI=5
54 +MODULE_AUTHOR=MIYAGAWA
55 +MODULE_VERSION=0.03
56 +inherit perl-module
57 +
58 +DESCRIPTION="validate an eamil address"
59 +
60 +IUSE=""
61 +
62 +SLOT="0"
63 +LICENSE="|| ( Artistic GPL-2 )"
64 +KEYWORDS="~amd64 ~x86"
65 +
66 +RDEPEND="
67 + >=virtual/perl-Test-Simple-0.180.0
68 + >=dev-perl/CGI-Untaint-0.70.0
69 + >=dev-perl/Email-Valid-0.130.0
70 + >=dev-perl/MailTools-1.400.0"
71 +DEPEND="$RDEPEND"
72 +
73 +SRC_TEST=do
74
75 diff --git a/dev-perl/CGI-Untaint-email/ChangeLog b/dev-perl/CGI-Untaint-email/ChangeLog
76 new file mode 100644
77 index 0000000..487f480
78 --- /dev/null
79 +++ b/dev-perl/CGI-Untaint-email/ChangeLog
80 @@ -0,0 +1,10 @@
81 +# ChangeLog for dev-perl/CGI-Untaint-email
82 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: $
84 +
85 +*CGI-Untaint-email-0.30.0 (28 Aug 2014)
86 +
87 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
88 + -CGI-Untaint-email-0.03.ebuild, +CGI-Untaint-email-0.30.0.ebuild:
89 + EAPI5, Normalise, Fixup deps and tests
90 +