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/LWP-Protocol-http10/
Date: Sun, 27 Mar 2016 20:56:43
Message-Id: 1459112181.f1582f422e170020e50549cde46ac6cfd0c5c3ce.dilfridge@gentoo
1 commit: f1582f422e170020e50549cde46ac6cfd0c5c3ce
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 22 07:01:08 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=f1582f42
7
8 dev-perl/LWP-Protocol-http10: Added at version 6.30.0
9
10 Used for dev-perl/Plack tests
11
12 Package-Manager: portage-2.2.28
13
14 .../LWP-Protocol-http10-6.30.0.ebuild | 23 ++++++++++++++++++++++
15 dev-perl/LWP-Protocol-http10/Manifest | 1 +
16 dev-perl/LWP-Protocol-http10/metadata.xml | 12 +++++++++++
17 3 files changed, 36 insertions(+)
18
19 diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
20 new file mode 100644
21 index 0000000..fc1fe5f
22 --- /dev/null
23 +++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
24 @@ -0,0 +1,23 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=GAAS
32 +DIST_VERSION=6.03
33 +inherit perl-module
34 +
35 +DESCRIPTION="Legacy HTTP/1.0 support for LWP"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +RDEPEND="
41 + >=dev-perl/HTTP-Message-6.0.0
42 + virtual/perl-IO
43 + >=dev-perl/libwww-perl-6.0.0
44 +"
45 +DEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 +"
48
49 diff --git a/dev-perl/LWP-Protocol-http10/Manifest b/dev-perl/LWP-Protocol-http10/Manifest
50 new file mode 100644
51 index 0000000..102d90d
52 --- /dev/null
53 +++ b/dev-perl/LWP-Protocol-http10/Manifest
54 @@ -0,0 +1 @@
55 +DIST LWP-Protocol-http10-6.03.tar.gz 4792 SHA256 f3ffa911f9d59181f1717910ea26620905c298b74dc30f7d4e5139ee3020b8d3 SHA512 50d146acad2cbfbd28cf7d0646485788574f217b216e35eb14c1cefd811fabe72237080f80b7900a06c7f1169ce8c07b87b6472143b5c27b59e3c55884b55153 WHIRLPOOL 90c7db9970e09e2d214c9ef7d6e616d756d99dd91dba8fb5a703c43d0a293b711db9cc6c1147e7f355f6d74f8a0540656b658cc153455903b159a5d2a62c79b4
56
57 diff --git a/dev-perl/LWP-Protocol-http10/metadata.xml b/dev-perl/LWP-Protocol-http10/metadata.xml
58 new file mode 100644
59 index 0000000..6558a77
60 --- /dev/null
61 +++ b/dev-perl/LWP-Protocol-http10/metadata.xml
62 @@ -0,0 +1,12 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="project">
67 + <email>perl@g.o</email>
68 + <name>Gentoo Perl Project</name>
69 + </maintainer>
70 + <upstream>
71 + <remote-id type="cpan">LWP-Protocol-http10</remote-id>
72 + <remote-id type="cpan-module">LWP::Protocol::http10</remote-id>
73 + </upstream>
74 +</pkgmetadata>