Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Request-AsCGI/
Date: Sun, 27 Mar 2016 20:56:40
Message-Id: 1459112181.dd82b7c9de8606fd024002e5153cf8f1f5d70fd7.dilfridge@gentoo
1 commit: dd82b7c9de8606fd024002e5153cf8f1f5d70fd7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 22 06:30:07 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 20:56:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd82b7c9
7
8 dev-perl/HTTP-Request-AsCGI: Added at version 1.200.0
9
10 Used by dev-perl/Plack for tests.
11
12 Previously maintained in ::perl-experimental since Jan 2008
13 by Torsten Veller, Michele Beltrame and Kent Fredric
14
15 Package-Manager: portage-2.2.28
16
17 .../HTTP-Request-AsCGI-1.200.0.ebuild | 37 ++++++++++++++++++++++
18 dev-perl/HTTP-Request-AsCGI/Manifest | 1 +
19 dev-perl/HTTP-Request-AsCGI/metadata.xml | 12 +++++++
20 3 files changed, 50 insertions(+)
21
22 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
23 new file mode 100644
24 index 0000000..32713e6
25 --- /dev/null
26 +++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
27 @@ -0,0 +1,37 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=6
33 +
34 +DIST_AUTHOR=FLORA
35 +DIST_VERSION=1.2
36 +inherit perl-module
37 +
38 +DESCRIPTION="Set up a CGI environment from an HTTP::Request"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE="examples"
42 +
43 +RDEPEND="
44 + virtual/perl-Carp
45 + dev-perl/Class-Accessor
46 + >=dev-perl/HTTP-Message-1.530.0
47 + virtual/perl-IO
48 + dev-perl/URI
49 +"
50 +DEPEND="${RDEPEND}
51 + virtual/perl-ExtUtils-MakeMaker
52 +"
53 +src_test() {
54 + perl_rm_files "t/release-pod-syntax.t" "t/release-pod-coverage.t"
55 + perl-module_src_test
56 +}
57 +src_install() {
58 + perl-module_src_install
59 + if use examples; then
60 + docompress -x /usr/share/doc/${PF}/examples
61 + docinto examples
62 + dodoc -r examples
63 + fi
64 +}
65
66 diff --git a/dev-perl/HTTP-Request-AsCGI/Manifest b/dev-perl/HTTP-Request-AsCGI/Manifest
67 new file mode 100644
68 index 0000000..06818f5
69 --- /dev/null
70 +++ b/dev-perl/HTTP-Request-AsCGI/Manifest
71 @@ -0,0 +1 @@
72 +DIST HTTP-Request-AsCGI-1.2.tar.gz 14173 SHA256 945bfb07c6d1af52773fb7845ba62e3a74111b35cbd2d5e43ef8319e55acbcea SHA512 5ea9fe149c7c938af5a089fafe4585f50ea98cd6bab0e06f6de5c8b89c2b749c2cf759fdd8aa70a2d65e34971d030342924c2eafd72b9290da3831eadcc29e89 WHIRLPOOL 81df32b5b2cfa21f91cc964100b12d4bbca6851d43ad76e4db8f1afa8172d546590d4619ee35b381a6e111de0aef1b18aae2d4928bf7c00a4e81b44e0700c9c8
73
74 diff --git a/dev-perl/HTTP-Request-AsCGI/metadata.xml b/dev-perl/HTTP-Request-AsCGI/metadata.xml
75 new file mode 100644
76 index 0000000..decda73
77 --- /dev/null
78 +++ b/dev-perl/HTTP-Request-AsCGI/metadata.xml
79 @@ -0,0 +1,12 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <maintainer type="project">
84 + <email>perl@g.o</email>
85 + <name>Gentoo Perl Project</name>
86 + </maintainer>
87 + <upstream>
88 + <remote-id type="cpan">HTTP-Request-AsCGI</remote-id>
89 + <remote-id type="cpan-module">HTTP::Request::AsCGI</remote-id>
90 + </upstream>
91 +</pkgmetadata>