summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2013-12-19 17:34:32 +0000
committerMikle Kolyada <zlogene@gentoo.org>2013-12-19 17:34:32 +0000
commitd2ed5bbee16c6c5a3ab3fea5704cc387627eb4a4 (patch)
tree4e49aa2a87aabfbfe447537c420916a3d8bcfdb7 /dev-perl/LWP-Protocol-https
parentRemove traces of BugpointPasses in darwin branch. (diff)
downloadgentoo-2-d2ed5bbee16c6c5a3ab3fea5704cc387627eb4a4.tar.gz
gentoo-2-d2ed5bbee16c6c5a3ab3fea5704cc387627eb4a4.tar.bz2
gentoo-2-d2ed5bbee16c6c5a3ab3fea5704cc387627eb4a4.zip
Version bump wrt bug #485964
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/LWP-Protocol-https')
-rw-r--r--dev-perl/LWP-Protocol-https/ChangeLog8
-rw-r--r--dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.40.0.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/LWP-Protocol-https/ChangeLog b/dev-perl/LWP-Protocol-https/ChangeLog
index 6f327d4d96e2..7b139d4212ba 100644
--- a/dev-perl/LWP-Protocol-https/ChangeLog
+++ b/dev-perl/LWP-Protocol-https/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/LWP-Protocol-https
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.31 2013/06/02 08:40:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWP-Protocol-https/ChangeLog,v 1.32 2013/12/19 17:34:32 zlogene Exp $
+
+*LWP-Protocol-https-6.40.0 (19 Dec 2013)
+
+ 19 Dec 2013; Mikle Kolyada <zlogene@gentoo.org>
+ +LWP-Protocol-https-6.40.0.ebuild:
+ Version bump wrt bug #485964
02 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
LWP-Protocol-https-6.30.0.ebuild:
diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.40.0.ebuild b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.40.0.ebuild
new file mode 100644
index 000000000000..36e6a132526d
--- /dev/null
+++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.40.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 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.40.0.ebuild,v 1.1 2013/12/19 17:34:32 zlogene Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.04
+inherit perl-module
+
+DESCRIPTION="Provide https support for LWP::UserAgent"
+SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert-r1.patch.gz"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ app-misc/ca-certificates
+ >=dev-perl/libwww-perl-6.20.0
+ >=dev-perl/Net-HTTP-6
+ >=dev-perl/IO-Socket-SSL-1.540.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+
+PATCHES=( "${WORKDIR}"/${PN}_ca-cert-r1.patch )
+
+SRC_TEST=online