summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-29 07:40:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-29 07:40:37 +0000
commit3bbea744a192d7017014ac3e0ce370e4569561e3 (patch)
treed85c6df664872678845cb63ffb2c5fba193d1e42 /dev-perl/LWP-Protocol-https
parentVersion bump. Split LWP-Protocol-https (diff)
downloadgentoo-2-3bbea744a192d7017014ac3e0ce370e4569561e3.tar.gz
gentoo-2-3bbea744a192d7017014ac3e0ce370e4569561e3.tar.bz2
gentoo-2-3bbea744a192d7017014ac3e0ce370e4569561e3.zip
Initial commit
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/LWP-Protocol-https')
-rw-r--r--dev-perl/LWP-Protocol-https/ChangeLog10
-rw-r--r--dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild30
-rw-r--r--dev-perl/LWP-Protocol-https/metadata.xml5
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/LWP-Protocol-https/ChangeLog b/dev-perl/LWP-Protocol-https/ChangeLog
new file mode 100644
index 000000000000..ccad01c38569
--- /dev/null
+++ b/dev-perl/LWP-Protocol-https/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/LWP-Protocol-https
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.1 2011/03/29 07:40:37 tove Exp $
+
+*LWP-Protocol-https-6.20.0 (29 Mar 2011)
+
+ 29 Mar 2011; Torsten Veller <tove@gentoo.org>
+ +LWP-Protocol-https-6.20.0.ebuild, +metadata.xml:
+ Initial commit
+
diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild
new file mode 100644
index 000000000000..d3188691d6e4
--- /dev/null
+++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.20.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=4
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.02
+inherit perl-module
+
+DESCRIPTION="Provide https support for LWP::UserAgent"
+SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert.patch.gz"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-misc/ca-certificates
+ >=dev-perl/libwww-perl-6.20.0
+ >=dev-perl/Net-HTTP-6
+ >=dev-perl/IO-Socket-SSL-1.38
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+
+PATCHES=( "${WORKDIR}"/${PN}_ca-cert.patch )
+
+SRC_TEST=online
diff --git a/dev-perl/LWP-Protocol-https/metadata.xml b/dev-perl/LWP-Protocol-https/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/dev-perl/LWP-Protocol-https/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>