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-Server-Simple-PSGI/
Date: Fri, 01 Apr 2016 01:32:03
Message-Id: 1459474171.d2556b2e4ccc8c02620ddc62cf5a0f814fcf514c.kent@gentoo
1 commit: d2556b2e4ccc8c02620ddc62cf5a0f814fcf514c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 1 01:29:31 2016 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 1 01:29:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d2556b2e
7
8 dev-perl/HTTP-Server-Simple-PSGI: Remove, Gone to ::gentoo
9
10 .../HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild | 23 ----------------------
11 dev-perl/HTTP-Server-Simple-PSGI/metadata.xml | 19 ------------------
12 2 files changed, 42 deletions(-)
13
14 diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
15 deleted file mode 100644
16 index c77d6bd..0000000
17 --- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
18 +++ /dev/null
19 @@ -1,23 +0,0 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -EAPI=5
24 -MODULE_AUTHOR=MIYAGAWA
25 -MODULE_VERSION="0.14"
26 -inherit perl-module
27 -
28 -DESCRIPTION="PSGI handler for HTTP::Server::Simple"
29 -
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 -COMMON_DEPEND="
34 - >=dev-perl/HTTP-Server-Simple-0.42
35 -"
36 -DEPEND="
37 - ${COMMON_DEPEND}
38 - virtual/perl-ExtUtils-MakeMaker
39 -"
40 -RDEPEND="
41 - ${COMMON_DEPEND}
42 -"
43
44 diff --git a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
45 deleted file mode 100644
46 index 2a367e2..0000000
47 --- a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
48 +++ /dev/null
49 @@ -1,19 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <maintainer type="project">
54 - <email>perl@g.o</email>
55 - <name>Gentoo Perl Project</name>
56 - </maintainer>
57 - <maintainer type="person">
58 - <email>kentfredric@×××××.com</email>
59 - <name>Kent Fredric</name>
60 - </maintainer>
61 - <upstream>
62 - <remote-id type="cpan">HTTP-Server-Simple-PSGI</remote-id>
63 - <remote-id type="cpan-module">HTTP::Server::Simple::PSGI</remote-id>
64 - <remote-id type="cpan-module">HTTP::Server::Simple::PSGI::Writer</remote-id>
65 - <remote-id type="cpan-module">Plack::Handler::HTTP::Server::Simple</remote-id>
66 - <remote-id type="cpan-module">Plack::Handler::HTTP::Server::Simple::PSGIServer</remote-id>
67 - </upstream>
68 -</pkgmetadata>