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: Fri, 01 Apr 2016 01:32:03
Message-Id: 1459474040.ee00c101e2e3765c954616ba0775eff043fbc71f.kent@gentoo
1 commit: ee00c101e2e3765c954616ba0775eff043fbc71f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 1 01:27:20 2016 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 1 01:27:20 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ee00c101
7
8 dev-perl/HTTP-Request-AsCGI: Remove, gone to ::gentoo
9
10 .../HTTP-Request-AsCGI-1.200.0-r1.ebuild | 34 ----------------------
11 dev-perl/HTTP-Request-AsCGI/metadata.xml | 16 ----------
12 2 files changed, 50 deletions(-)
13
14 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
15 deleted file mode 100644
16 index d4dc6ee..0000000
17 --- a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
18 +++ /dev/null
19 @@ -1,34 +0,0 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -MODULE_AUTHOR=FLORA
26 -MODULE_VERSION="1.2"
27 -inherit perl-module
28 -
29 -DESCRIPTION="Setup a CGI enviroment from a HTTP::Request"
30 -
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -# Test::More -> Test-Simple
36 -# IO::File -> perl-IO
37 -# HTTP::Response -> HTTP-Message
38 -# URI::Escape -> URI
39 -# HTTP::Request -> HTTP-Message
40 -RDEPEND="
41 - virtual/perl-Test-Simple
42 - virtual/perl-IO
43 - >=dev-perl/HTTP-Message-1.530.0
44 - dev-perl/URI
45 - dev-perl/Class-Accessor
46 - virtual/perl-Carp
47 -"
48 -DEPEND="${RDEPEND}"
49 -PERL_RM_FILES=(
50 - t/release-pod-coverage.t
51 - t/release-pod-syntax.t
52 -)
53 -SRC_TEST=do
54
55 diff --git a/dev-perl/HTTP-Request-AsCGI/metadata.xml b/dev-perl/HTTP-Request-AsCGI/metadata.xml
56 deleted file mode 100644
57 index b05c920..0000000
58 --- a/dev-perl/HTTP-Request-AsCGI/metadata.xml
59 +++ /dev/null
60 @@ -1,16 +0,0 @@
61 -<?xml version="1.0" encoding="UTF-8"?>
62 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
63 -<pkgmetadata>
64 - <maintainer type="project">
65 - <email>perl@g.o</email>
66 - <name>Gentoo Perl Project</name>
67 - </maintainer>
68 - <maintainer type="person">
69 - <email>mb@×××××××.net</email>
70 - <name>Michele Beltrame</name>
71 - </maintainer>
72 - <upstream>
73 - <remote-id type="cpan">HTTP-Request-AsCGI</remote-id>
74 - <remote-id type="cpan-module">HTTP::Request::AsCGI</remote-id>
75 - </upstream>
76 -</pkgmetadata>