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/HTTP-Request-AsCGI/
Date: Mon, 01 Sep 2014 17:07:27
Message-Id: 1409591165.8dc2d6ab3938cc0f600130a9c3141aae01ec99b3.kent@gentoo
1 commit: 8dc2d6ab3938cc0f600130a9c3141aae01ec99b3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 1 17:06:05 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 1 17:06:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8dc2d6ab
7
8 [fixup] dev-perl/HTTP-Request-AsCGI EAPI5, fixup tests and deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/HTTP-Request-AsCGI/ChangeLog | 6 ++++
14 .../HTTP-Request-AsCGI-1.200.0-r1.ebuild | 34 ++++++++++++++++++++++
15 .../HTTP-Request-AsCGI-1.200.0.ebuild | 20 -------------
16 3 files changed, 40 insertions(+), 20 deletions(-)
17
18 diff --git a/dev-perl/HTTP-Request-AsCGI/ChangeLog b/dev-perl/HTTP-Request-AsCGI/ChangeLog
19 index 5769eb6..bfb07a0 100644
20 --- a/dev-perl/HTTP-Request-AsCGI/ChangeLog
21 +++ b/dev-perl/HTTP-Request-AsCGI/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*HTTP-Request-AsCGI-1.200.0-r1 (01 Sep 2014)
27 +
28 + 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
29 + -HTTP-Request-AsCGI-1.200.0.ebuild, +HTTP-Request-AsCGI-1.200.0-r1.ebuild:
30 + EAPI5, fixup tests and deps
31 +
32 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
33 -HTTP-Request-AsCGI-0.300.0.ebuild, -HTTP-Request-AsCGI-0.500.0.ebuild,
34 -HTTP-Request-AsCGI-0.900.0.ebuild, -HTTP-Request-AsCGI-1.0.0.ebuild:
35
36 diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
37 new file mode 100644
38 index 0000000..e506247
39 --- /dev/null
40 +++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
41 @@ -0,0 +1,34 @@
42 +# Copyright 1999-2014 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +
46 +EAPI=5
47 +MODULE_AUTHOR=FLORA
48 +MODULE_VERSION="1.2"
49 +inherit perl-module
50 +
51 +DESCRIPTION="Setup a CGI enviroment from a HTTP::Request"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +
57 +# Test::More -> Test-Simple
58 +# IO::File -> perl-IO
59 +# HTTP::Response -> HTTP-Message
60 +# URI::Escape -> URI
61 +# HTTP::Request -> HTTP-Message
62 +RDEPEND="
63 + virtual/perl-Test-Simple
64 + virtual/perl-IO
65 + >=dev-perl/HTTP-Message-1.530.0
66 + dev-perl/URI
67 + dev-perl/Class-Accessor
68 + virtual/perl-Carp
69 +"
70 +DEPEND="${RDEPEND}"
71 +PERL_RM_FILES=(
72 + t/release-pod-coverage.t
73 + t/release-pod-syntax.t
74 +)
75 +SRC_TEST=do
76
77 diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
78 deleted file mode 100644
79 index a3195b9..0000000
80 --- a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
81 +++ /dev/null
82 @@ -1,20 +0,0 @@
83 -# Copyright 1999-2011 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Header: $
86 -
87 -EAPI=2
88 -
89 -MODULE_AUTHOR=FLORA
90 -MODULE_VERSION="1.2"
91 -inherit perl-module
92 -
93 -DESCRIPTION="Setup a CGI enviroment from a HTTP::Request"
94 -
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE=""
98 -
99 -RDEPEND="dev-perl/Class-Accessor
100 - dev-perl/URI
101 - dev-perl/libwww-perl"
102 -DEPEND="${RDEPEND}"