public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWPx-ParanoidAgent/
Date: Fri, 27 Oct 2017 06:49:26 +0000 (UTC)	[thread overview]
Message-ID: <1509086926.aac188a70ac81f1008573e4adce22cf80a582412.kentnl@gentoo> (raw)

commit:     aac188a70ac81f1008573e4adce22cf80a582412
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 05:03:17 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 06:48:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac188a7

dev-perl/LWPx-ParanoidAgent: Bump to version 1.120.0

Upstream:
- Fix use of Net::DNS >= 1.03
- Fix warning about uninitialized value
- Fix passing of SSL Hostname for SNI

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../LWPx-ParanoidAgent-1.120.0.ebuild              | 36 ++++++++++++++++++++++
 dev-perl/LWPx-ParanoidAgent/Manifest               |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0.ebuild b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0.ebuild
new file mode 100644
index 00000000000..a45d634a7c9
--- /dev/null
+++ b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.120.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_SECTION=lwp
+DIST_AUTHOR=SAXJAZMAN
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Subclass of LWP::UserAgent that protects you from harm"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-perl/libwww-perl
+	dev-perl/Net-DNS
+	virtual/perl-Time-HiRes
+"
+RDEPEND="${DEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+	local my_test_control
+	my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+	if has network ${my_test_control}; then
+		einfo "Enabling ONLINE_TESTS"
+		export ONLINE_TESTS=1
+	else
+		ewarn "Comprehensive testing requires network access. For details see:"
+		ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
+	fi
+	perl_rm_files t/40-slowserver.t t/50-stuckserver.t
+	perl-module_src_test
+}

diff --git a/dev-perl/LWPx-ParanoidAgent/Manifest b/dev-perl/LWPx-ParanoidAgent/Manifest
index 15950591ea3..3ba8652ee6e 100644
--- a/dev-perl/LWPx-ParanoidAgent/Manifest
+++ b/dev-perl/LWPx-ParanoidAgent/Manifest
@@ -1 +1,2 @@
 DIST LWPx-ParanoidAgent-1.10.tar.gz 17665 SHA256 84130aa89cba829fe6a25c9356474e3bf15eaccd6319a71d4ea0e356cf356044 SHA512 8a1a1cdc4ab826b66abedfbbe7baee694d1083fc6dce2c2f6b69bf5e369ef0212ffdcd2afc9fadafa9977e3be9f7a4e4b1ea092e6c6773c1f9fc356c87c5434d WHIRLPOOL 398140fd71d5908812011c5ce81e6ad661c35b6042538a650c96777dbe985e215bb92cdda1441db85d24a50d9a0a33249d019aad9b48c8ead267b3a792933401
+DIST LWPx-ParanoidAgent-1.12.tar.gz 57426 SHA256 cc041aedb74e183cdf91cbebca1c7bd6d764fdee68fbdc84f2be08bde4e0d03d SHA512 96c380bedfc47802e4167fc1e96dffac8544b74c5b29082728196cd709cd8997caf5c715f06a7d37aca7dbfb1bba1e452618e5711fb250d798beb1fc7a49134b WHIRLPOOL 5473b669f01988f0d49856ce0ff1ed8da90060cb66045c588961e70764cad307c10cfc5a77f1b19ecccf80ba11668cd0542a5a23b16615c7955d2751bd0eb089


             reply	other threads:[~2017-10-27  6:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27  6:49 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-30  5:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWPx-ParanoidAgent/ Sam James
2021-11-11 18:48 Andreas K. Hüttel
2018-08-17  4:29 Kent Fredric
2018-07-15 23:57 Mikle Kolyada
2016-10-19 11:05 Agostino Sarubbo
2016-03-22 20:34 Andreas Hüttel
2016-02-22 13:10 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509086926.aac188a70ac81f1008573e4adce22cf80a582412.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox