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/LWP-Protocol-PSGI/
Date: Mon, 07 Mar 2016 06:51:21
Message-Id: 1450036368.9f4f9fe5a3f8e6f4a7c24bbc7b722fed33e6ed6d.kent@gentoo
1 commit: 9f4f9fe5a3f8e6f4a7c24bbc7b722fed33e6ed6d
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 13 19:52:48 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Dec 13 19:52:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9f4f9fe5
7
8 dev-perl/LWP-Protocol-PSGI: Version bump
9
10 Package-Manager: portage-2.2.26
11
12 .../LWP-Protocol-PSGI-0.80.0.ebuild | 28 ++++++++++++++++++++++
13 1 file changed, 28 insertions(+)
14
15 diff --git a/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.ebuild b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.ebuild
16 new file mode 100644
17 index 0000000..73799bd
18 --- /dev/null
19 +++ b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +MODULE_AUTHOR=MIYAGAWA
28 +MODULE_VERSION=0.08
29 +inherit perl-module
30 +
31 +DESCRIPTION="Override LWP's HTTP/HTTPS backend with your own PSGI application"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="
38 + dev-perl/Guard
39 + dev-perl/Plack
40 + >=dev-perl/libwww-perl-5.0.0
41 +"
42 +
43 +DEPEND="
44 + ${RDEPEND}
45 + >=dev-perl/Module-Build-Tiny-0.34.0
46 + >=virtual/perl-Test-Simple-0.88.0
47 + dev-perl/Test-Requires
48 +"