Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/LWP-Protocol-https: metadata.xml ChangeLog LWP-Protocol-https-6.20.0.ebuild
Date: Tue, 29 Mar 2011 07:41:01
Message-Id: 20110329074037.5870920054@flycatcher.gentoo.org
1 tove 11/03/29 07:40:37
2
3 Added: metadata.xml ChangeLog
4 LWP-Protocol-https-6.20.0.ebuild
5 Log:
6 Initial commit
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-perl/LWP-Protocol-https/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>perl</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-perl/LWP-Protocol-https/ChangeLog
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for dev-perl/LWP-Protocol-https
34 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.1 2011/03/29 07:40:37 tove Exp $
36
37 *LWP-Protocol-https-6.20.0 (29 Mar 2011)
38
39 29 Mar 2011; Torsten Veller <tove@g.o>
40 +LWP-Protocol-https-6.20.0.ebuild, +metadata.xml:
41 Initial commit
42
43
44
45
46 1.1 dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: LWP-Protocol-https-6.20.0.ebuild
52 ===================================================================
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild,v 1.1 2011/03/29 07:40:37 tove Exp $
56
57 EAPI=4
58
59 MODULE_AUTHOR=GAAS
60 MODULE_VERSION=6.02
61 inherit perl-module
62
63 DESCRIPTION="Provide https support for LWP::UserAgent"
64 SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert.patch.gz"
65
66 SLOT="0"
67 IUSE=""
68 KEYWORDS="~amd64 ~x86"
69
70 RDEPEND="
71 app-misc/ca-certificates
72 >=dev-perl/libwww-perl-6.20.0
73 >=dev-perl/Net-HTTP-6
74 >=dev-perl/IO-Socket-SSL-1.38
75 "
76 DEPEND="${RDEPEND}
77 virtual/perl-ExtUtils-MakeMaker
78 "
79
80 PATCHES=( "${WORKDIR}"/${PN}_ca-cert.patch )
81
82 SRC_TEST=online