public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2016-02-11  9:02 Patrice Clement
  0 siblings, 0 replies; 108+ messages in thread
From: Patrice Clement @ 2016-02-11  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     cfb95721b36a9d278f9ec84523de13f9278be8e2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:58:07 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:58:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb95721

dev-perl/libwww-perl: Version bump. Fixes bug 557226.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild | 59 +++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 421777d..20991b4 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.05.tar.gz 132505 SHA256 7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 SHA512 9e9272f72ab28bba1e8c0e85ed21f672e52605b3cc785c9e7d4f930439b75ce9fd43281f6e44c8fd5797404ba82f590de6cd2a6365fa2742fdc8df12a53b9014 WHIRLPOOL 584254383e91dc235b880950227757badb14049a402ac3cc3596ddaf1569a0b733a3f9317b2bd90c54c7e607f90786ed685f0dab28a24122aaad2369518cbcbc
+DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed WHIRLPOOL 808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03

diff --git a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
new file mode 100644
index 0000000..6ea13ec
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=6.15
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
+IUSE="ssl"
+
+RDEPEND="
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=dev-perl/Net-HTTP-6.40.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-Digest-MD5-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/HTML-Parser-3.340.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	virtual/perl-libnet
+	>=dev-perl/URI-1.100.0
+"
+DEPEND="${RDEPEND}"
+PDEPEND="
+	ssl? (
+		dev-perl/LWP-Protocol-https
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym /usr/bin/lwp-request /usr/bin/GET
+		dosym /usr/bin/lwp-request /usr/bin/POST
+		dosym /usr/bin/lwp-request /usr/bin/HEAD
+	fi
+}
+#SRC_TEST=do


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2016-03-14 14:59 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d1439625454d59ee5397a8e1e14335a5d38805ee
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 14:59:40 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 14:59:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1439625

dev-perl/libwww-perl: alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, (ALLARCHES policy) wrt bug #577108

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
index 6ea13ec..88498cc 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
+KEYWORDS="alpha amd64 arm ~arm64 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"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2016-03-14 22:30 Andreas Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas Hüttel @ 2016-03-14 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a58f02d5a791fb73d396a956c0fb0684b8d9194c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:22:52 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:22:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58f02d5

dev-perl/libwww-perl: Remove old

Package-Manager: portage-2.2.27

 dev-perl/libwww-perl/Manifest                  |  1 -
 dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild | 59 --------------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 20991b4..16f16d0 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,2 +1 @@
-DIST libwww-perl-6.05.tar.gz 132505 SHA256 7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 SHA512 9e9272f72ab28bba1e8c0e85ed21f672e52605b3cc785c9e7d4f930439b75ce9fd43281f6e44c8fd5797404ba82f590de6cd2a6365fa2742fdc8df12a53b9014 WHIRLPOOL 584254383e91dc235b880950227757badb14049a402ac3cc3596ddaf1569a0b733a3f9317b2bd90c54c7e607f90786ed685f0dab28a24122aaad2369518cbcbc
 DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed WHIRLPOOL 808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03

diff --git a/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild
deleted file mode 100644
index ecfa4de..0000000
--- a/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=GAAS
-MODULE_VERSION=6.05
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 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"
-IUSE="ssl"
-
-RDEPEND="
-	>=dev-perl/File-Listing-6.0.0
-	>=dev-perl/HTTP-Cookies-6.0.0
-	>=dev-perl/HTTP-Daemon-6.0.0
-	>=dev-perl/HTTP-Date-6.0.0
-	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.0.0
-	>=dev-perl/LWP-MediaTypes-6.0.0
-	>=dev-perl/Net-HTTP-6.40.0
-	>=dev-perl/WWW-RobotRules-6.0.0
-	>=virtual/perl-Digest-MD5-2.120.0
-	dev-perl/Encode-Locale
-	>=dev-perl/HTML-Parser-3.340.0
-	>=virtual/perl-MIME-Base64-2.120.0
-	virtual/perl-libnet
-	>=dev-perl/URI-1.100.0
-"
-DEPEND="${RDEPEND}"
-PDEPEND="
-	ssl? (
-		dev-perl/LWP-Protocol-https
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	# Perform a check to see if the live filesystem is case-INsensitive
-	# or not.  If it is, the symlinks GET, POST and in particular HEAD
-	# will collide with e.g. head from coreutils.  While under Linux
-	# having a case-INsensitive filesystem is really unusual, most Mac
-	# OS X users are on it, and also Interix users deal with
-	# case-INsensitivity since Windows is underneath.
-
-	# bash should always be there, if we can find it in capitals, we're
-	# on a case-INsensitive filesystem.
-	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym /usr/bin/lwp-request /usr/bin/GET
-		dosym /usr/bin/lwp-request /usr/bin/POST
-		dosym /usr/bin/lwp-request /usr/bin/HEAD
-	fi
-}
-#SRC_TEST=do


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-01-19 14:17 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2017-01-19 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     30ab0ec9760f61c6a38c7dc42b0cf648ecaac981
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 14:08:20 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:16:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ab0ec9

dev-perl/libwww-perl: Bump to version 6.160.0

- EAPI6
- Tests enabled

Upstream:
- LWP::Protocol::GHTTP moved to its own dist (Not yet added to
  gentoo on the basis that anything using this would already need
  a dep on HTTP::GHTTP as well, which is not in tree either)
- Test suite updated
- Allow default header to carry over when using UA->post

Keywording:
- Dropped all but x86 and amd64 due to new dependencies

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 68 +++++++++++++++++++++++++
 dev-perl/libwww-perl/metadata.xml               |  1 -
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 16f16d0..25f00d5 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed WHIRLPOOL 808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03
+DIST libwww-perl-6.16.tar.gz 143751 SHA256 daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca WHIRLPOOL 3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
new file mode 100644
index 00000000..e834c26
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.16
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssl test"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	>=dev-perl/Net-HTTP-6.70.0
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		dev-perl/Test-Fatal
+		dev-perl/Test-RequiresInternet
+		virtual/perl-Test-Simple
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym /usr/bin/lwp-request /usr/bin/GET
+		dosym /usr/bin/lwp-request /usr/bin/POST
+		dosym /usr/bin/lwp-request /usr/bin/HEAD
+	fi
+}

diff --git a/dev-perl/libwww-perl/metadata.xml b/dev-perl/libwww-perl/metadata.xml
index e6779d0..a249475 100644
--- a/dev-perl/libwww-perl/metadata.xml
+++ b/dev-perl/libwww-perl/metadata.xml
@@ -16,7 +16,6 @@
     <remote-id type="cpan-module">LWP::DebugFile</remote-id>
     <remote-id type="cpan-module">LWP::MemberMixin</remote-id>
     <remote-id type="cpan-module">LWP::Protocol</remote-id>
-    <remote-id type="cpan-module">LWP::Protocol::GHTTP</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::MyFTP</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::cpan</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::data</remote-id>


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-01-26 15:18 Tobias Klausmann
  0 siblings, 0 replies; 108+ messages in thread
From: Tobias Klausmann @ 2017-01-26 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     bbfa3ecb1c73f10e79dfd63a21e455f8f465620f
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 15:17:12 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 15:18:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfa3ecb

dev-perl/libwww-perl-6.160.0-r0: keyworded for ~alpha

Gentoo-Bug: 606514

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index e834c26..f66a114 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-01-28 14:13 Fabian Groffen
  0 siblings, 0 replies; 108+ messages in thread
From: Fabian Groffen @ 2017-01-28 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ff42e0ddc6d924b3a0d6cefee855e9df57adffcc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:09:22 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:12:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff42e0dd

dev-perl/libwww-perl: re-add Prefix keywords, bug #606514

Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index f66a114..ca19665 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-01-29 16:35 Fabian Groffen
  0 siblings, 0 replies; 108+ messages in thread
From: Fabian Groffen @ 2017-01-29 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f001190d96fda4ece36239824cf0edfcf21d3038
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 16:33:51 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 16:33:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f001190d

dev-perl/libwww-perl: dropped ~x86-interix

Package-Manager: portage-2.3.3

 dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
index 88498cc..dbdd1c6 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-02-02  6:40 Jeroen Roovers
  0 siblings, 0 replies; 108+ messages in thread
From: Jeroen Roovers @ 2017-02-02  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     96a24e8588b5a76112eab3cf6c4a0b57efba8d32
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 06:39:50 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 06:40:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a24e85

dev-perl/libwww-perl: Mark ~hppa (bug #606514).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index ca19665..062034a 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-02-19  8:18 Markus Meier
  0 siblings, 0 replies; 108+ messages in thread
From: Markus Meier @ 2017-02-19  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3b38ab15be299b6cc20232308dfd1adf2f7d0eb7
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 08:17:41 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 08:18:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b38ab15

dev-perl/libwww-perl: add ~arm, bug #606514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index 062034ab87..4f0658b647 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-02-23 17:12 Markus Meier
  0 siblings, 0 replies; 108+ messages in thread
From: Markus Meier @ 2017-02-23 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4b3ca186ebcbfc2907a67a8985e0092d50179d2e
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 17:12:05 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 17:12:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3ca186

dev-perl/libwww-perl: add ~arm64, bug #606514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index 4f0658b647..d9bd4d965f 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-03-10 21:04 Matt Turner
  0 siblings, 0 replies; 108+ messages in thread
From: Matt Turner @ 2017-03-10 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     88465e46a424cdc6f19093f7237dbd22b210d42a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 20:37:11 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:04:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88465e46

dev-perl/libwww-perl: added ~ppc, bug 606514

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index 825574eb5fa..c9cd6d3f031 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-03-15 18:54 Matt Turner
  0 siblings, 0 replies; 108+ messages in thread
From: Matt Turner @ 2017-03-15 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     95275eeb697cac5430f65c6bc12c130986beee38
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 18:46:22 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 18:47:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95275eeb

dev-perl/libwww-perl-6.160.0: added ~ia64, bug 606514

 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
index c9cd6d3f031..d86ce970445 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-03-18 12:05 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2017-03-18 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     72a929b5f2f72bbf5f6db6c287922d1c7e822896
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 11:43:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 12:05:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a929b5

dev-perl/libwww-perl: Bump to version 6.240.0

Upstream:
- Removed use of UNIVERSAL::isa and use Try::Tiny instead of eval
- Update "timeout" when reusing sockets
- Fix bug triggered calling simple_request with malformed URL
- Call HTTP::Status constants without &
- bin scripts now use loaded LWPs' version
- Fix bug triggered with auth challenges lacking a viable protocol
- Ensure LWP::Simple re-exports some HTTP::Status functions
- Fix tests that depend on newer HTTP::Message
- Fix Protocol::NNTP prematurely undefining a variable
- Can now set proxy and no_proxy attributes from LWP::UA
  constructor
- Misc doc fixes/overhauls

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.240.0.ebuild | 70 +++++++++++++++++++++++++
 dev-perl/libwww-perl/metadata.xml               |  2 +
 3 files changed, 73 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 25f00d556e4..05b0376fce7 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,2 +1,3 @@
 DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed WHIRLPOOL 808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03
 DIST libwww-perl-6.16.tar.gz 143751 SHA256 daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca WHIRLPOOL 3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14
+DIST libwww-perl-6.24.tar.gz 161940 SHA256 0fcb35f215c6fc84e255835ca6654f7cf2c192364d61433424afc7b37766e75d SHA512 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1 WHIRLPOOL 835d2de7f413359b14bde00813d1b8580771bef36f6924e5e900faec6306e25e96b098b3ad73a6c496bc6344ea2dadbc8c5d5231f0ef9032c02746da867dcf4c

diff --git a/dev-perl/libwww-perl/libwww-perl-6.240.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.240.0.ebuild
new file mode 100644
index 00000000000..741225a02d0
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.240.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.24
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ssl test"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	>=dev-perl/Net-HTTP-6.70.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		dev-perl/Test-RequiresInternet
+		virtual/perl-Test-Simple
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym /usr/bin/lwp-request /usr/bin/GET
+		dosym /usr/bin/lwp-request /usr/bin/POST
+		dosym /usr/bin/lwp-request /usr/bin/HEAD
+	fi
+}

diff --git a/dev-perl/libwww-perl/metadata.xml b/dev-perl/libwww-perl/metadata.xml
index a24947559fa..0229f7cc12d 100644
--- a/dev-perl/libwww-perl/metadata.xml
+++ b/dev-perl/libwww-perl/metadata.xml
@@ -13,6 +13,8 @@
     <remote-id type="cpan-module">LWP::Authen::Ntlm</remote-id>
     <remote-id type="cpan-module">LWP::ConnCache</remote-id>
     <remote-id type="cpan-module">LWP::Debug</remote-id>
+    <remote-id type="cpan-module">LWP::Debug::TraceHTTP</remote-id>
+    <remote-id type="cpan-module">LWP::Debug::TraceHTTP::Socket</remote-id>
     <remote-id type="cpan-module">LWP::DebugFile</remote-id>
     <remote-id type="cpan-module">LWP::MemberMixin</remote-id>
     <remote-id type="cpan-module">LWP::Protocol</remote-id>


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-04-04 12:54 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2017-04-04 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3373bb1c18dc082365a742f1d8b4b32e284221d5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 12:54:15 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 12:54:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3373bb1c

dev-perl/libwww-perl: Bump to version 6.250.0

Upstream:
- doc/meta fixes

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.250.0.ebuild | 70 +++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 05b0376fce7..fa0b07bb1d4 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,3 +1,4 @@
 DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed WHIRLPOOL 808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03
 DIST libwww-perl-6.16.tar.gz 143751 SHA256 daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca WHIRLPOOL 3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14
 DIST libwww-perl-6.24.tar.gz 161940 SHA256 0fcb35f215c6fc84e255835ca6654f7cf2c192364d61433424afc7b37766e75d SHA512 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1 WHIRLPOOL 835d2de7f413359b14bde00813d1b8580771bef36f6924e5e900faec6306e25e96b098b3ad73a6c496bc6344ea2dadbc8c5d5231f0ef9032c02746da867dcf4c
+DIST libwww-perl-6.25.tar.gz 161902 SHA256 49c0110ef38d27a8963a082cf61ce245447871676b85ec9f2b9b41d6c2f37f33 SHA512 e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949 WHIRLPOOL f7bcef665040709479f399c9cf095e06ccd41327455fd7e61195ac04134d58d8cd16af4e197006a597047f623f0656bb97df6c85d275f53ac93f76bcf7bd8770

diff --git a/dev-perl/libwww-perl/libwww-perl-6.250.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.250.0.ebuild
new file mode 100644
index 00000000000..7c27878a452
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.250.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.25
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ssl test"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	>=dev-perl/Net-HTTP-6.70.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		dev-perl/Test-RequiresInternet
+		virtual/perl-Test-Simple
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym /usr/bin/lwp-request /usr/bin/GET
+		dosym /usr/bin/lwp-request /usr/bin/POST
+		dosym /usr/bin/lwp-request /usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-04-14  1:37 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2017-04-14  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     833b446e970ef0cde4e35109b590f3019e01653a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 01:33:29 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 01:33:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833b446e

dev-perl/libwww-perl: Bump to version 2.260.0

Upstream:
- Perltidy bin/ apps
- use strict/warnings in apps

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild | 70 +++++++++++++++++++++++++
 dev-perl/libwww-perl/metadata.xml               |  1 +
 3 files changed, 72 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index fa0b07bb1d4..02fb13ad5ad 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -2,3 +2,4 @@ DIST libwww-perl-6.15.tar.gz 141936 SHA256 6f349d45c21b1ec0501c4437dfcb70570940e
 DIST libwww-perl-6.16.tar.gz 143751 SHA256 daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca WHIRLPOOL 3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14
 DIST libwww-perl-6.24.tar.gz 161940 SHA256 0fcb35f215c6fc84e255835ca6654f7cf2c192364d61433424afc7b37766e75d SHA512 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1 WHIRLPOOL 835d2de7f413359b14bde00813d1b8580771bef36f6924e5e900faec6306e25e96b098b3ad73a6c496bc6344ea2dadbc8c5d5231f0ef9032c02746da867dcf4c
 DIST libwww-perl-6.25.tar.gz 161902 SHA256 49c0110ef38d27a8963a082cf61ce245447871676b85ec9f2b9b41d6c2f37f33 SHA512 e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949 WHIRLPOOL f7bcef665040709479f399c9cf095e06ccd41327455fd7e61195ac04134d58d8cd16af4e197006a597047f623f0656bb97df6c85d275f53ac93f76bcf7bd8770
+DIST libwww-perl-6.26.tar.gz 162165 SHA256 d0c5435275f8638ff36fff8f655ad2ccad1156e66cc47bfacfb9e44fc585b24f SHA512 0af62f1c393b82b2d665f4f460990bb9a446975507cc07148e9e5eebbfbcdd8ea8190dfe1ecb72a229ffa9a5e42edd9eb6c50ac1d3de89ac4681462069a3acb5 WHIRLPOOL 692ce7df77c8d0a4b4067f9e907f85e896819d64daafc1a9404acf4764743b01ce4b3bddc3980816e313f017869d2da62a9224f8d3dabcd915db23f2ab3e20d4

diff --git a/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
new file mode 100644
index 00000000000..777a0403d21
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.26
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ssl test"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	>=dev-perl/Net-HTTP-6.70.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		dev-perl/Test-RequiresInternet
+		virtual/perl-Test-Simple
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym /usr/bin/lwp-request /usr/bin/GET
+		dosym /usr/bin/lwp-request /usr/bin/POST
+		dosym /usr/bin/lwp-request /usr/bin/HEAD
+	fi
+}

diff --git a/dev-perl/libwww-perl/metadata.xml b/dev-perl/libwww-perl/metadata.xml
index 0229f7cc12d..eda868b6bae 100644
--- a/dev-perl/libwww-perl/metadata.xml
+++ b/dev-perl/libwww-perl/metadata.xml
@@ -34,5 +34,6 @@
     <remote-id type="cpan-module">LWP::RobotUA</remote-id>
     <remote-id type="cpan-module">LWP::Simple</remote-id>
     <remote-id type="cpan-module">LWP::UserAgent</remote-id>
+    <remote-id type="cpan-module">RequestAgent</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-10-02  5:20 Benda XU
  0 siblings, 0 replies; 108+ messages in thread
From: Benda XU @ 2017-10-02  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3521cb6cb9ef9b8b4303471337e7b3d0aa42cd7d
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 05:19:43 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 05:20:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3521cb6c

dev-perl/libwww-perl: use relative path for dosym.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
index 777a0403d21..84a19f55da8 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
@@ -63,8 +63,8 @@ src_install() {
 	# bash should always be there, if we can find it in capitals, we're
 	# on a case-INsensitive filesystem.
 	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym /usr/bin/lwp-request /usr/bin/GET
-		dosym /usr/bin/lwp-request /usr/bin/POST
-		dosym /usr/bin/lwp-request /usr/bin/HEAD
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
 	fi
 }


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-10-29 13:41 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2017-10-29 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     005cda81efad23e6c0e2570b083a16e53a278cbf
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 13:33:53 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 13:41:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005cda81

dev-perl/libwww-perl: Bump to version 6.270.0

Upstream:
- fix lw-request -C
- use Getopt::Long in lwp-download
- handle undefined values in ->credentials
- fix lwp-mirror options checks
- update bin scripts to use LWP::VERSION

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 70 +++++++++++++++++++++++++
 dev-perl/libwww-perl/metadata.xml               |  3 --
 3 files changed, 71 insertions(+), 3 deletions(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 02fb13ad5ad..397066e8b90 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -3,3 +3,4 @@ DIST libwww-perl-6.16.tar.gz 143751 SHA256 daffd268000f92d241f8ae5508ae5616dbd02
 DIST libwww-perl-6.24.tar.gz 161940 SHA256 0fcb35f215c6fc84e255835ca6654f7cf2c192364d61433424afc7b37766e75d SHA512 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1 WHIRLPOOL 835d2de7f413359b14bde00813d1b8580771bef36f6924e5e900faec6306e25e96b098b3ad73a6c496bc6344ea2dadbc8c5d5231f0ef9032c02746da867dcf4c
 DIST libwww-perl-6.25.tar.gz 161902 SHA256 49c0110ef38d27a8963a082cf61ce245447871676b85ec9f2b9b41d6c2f37f33 SHA512 e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949 WHIRLPOOL f7bcef665040709479f399c9cf095e06ccd41327455fd7e61195ac04134d58d8cd16af4e197006a597047f623f0656bb97df6c85d275f53ac93f76bcf7bd8770
 DIST libwww-perl-6.26.tar.gz 162165 SHA256 d0c5435275f8638ff36fff8f655ad2ccad1156e66cc47bfacfb9e44fc585b24f SHA512 0af62f1c393b82b2d665f4f460990bb9a446975507cc07148e9e5eebbfbcdd8ea8190dfe1ecb72a229ffa9a5e42edd9eb6c50ac1d3de89ac4681462069a3acb5 WHIRLPOOL 692ce7df77c8d0a4b4067f9e907f85e896819d64daafc1a9404acf4764743b01ce4b3bddc3980816e313f017869d2da62a9224f8d3dabcd915db23f2ab3e20d4
+DIST libwww-perl-6.27.tar.gz 163020 SHA256 298f226f0faef4920adeb0317cd774350df50dc5a7e4d6d092d5673e22eab58a SHA512 ceb7df71ef2773752dfa8a46f6e48cfbe7501f543d53ddaf50ee97da2cb21025be4bb32bee62d6f6fa837a7b0726718b3b8470de0b8a9d789e40c16a42b894e7 WHIRLPOOL 4556ab147c852c4987a48027aba7c507e469f2cfecead46e397cd46bfff499db7e60c0c787fc178cc471fe8a94867f24cbdcff96b9342e8b3f273b443b68a86e

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
new file mode 100644
index 00000000000..acf572b3d1e
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.27
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ssl test"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Daemon-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.120.0
+	>=dev-perl/Net-HTTP-6.70.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		dev-perl/Test-RequiresInternet
+		virtual/perl-Test-Simple
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
+	fi
+}

diff --git a/dev-perl/libwww-perl/metadata.xml b/dev-perl/libwww-perl/metadata.xml
index eda868b6bae..bccbdf361d4 100644
--- a/dev-perl/libwww-perl/metadata.xml
+++ b/dev-perl/libwww-perl/metadata.xml
@@ -14,7 +14,6 @@
     <remote-id type="cpan-module">LWP::ConnCache</remote-id>
     <remote-id type="cpan-module">LWP::Debug</remote-id>
     <remote-id type="cpan-module">LWP::Debug::TraceHTTP</remote-id>
-    <remote-id type="cpan-module">LWP::Debug::TraceHTTP::Socket</remote-id>
     <remote-id type="cpan-module">LWP::DebugFile</remote-id>
     <remote-id type="cpan-module">LWP::MemberMixin</remote-id>
     <remote-id type="cpan-module">LWP::Protocol</remote-id>
@@ -25,8 +24,6 @@
     <remote-id type="cpan-module">LWP::Protocol::ftp</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::gopher</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::http</remote-id>
-    <remote-id type="cpan-module">LWP::Protocol::http::Socket</remote-id>
-    <remote-id type="cpan-module">LWP::Protocol::http::SocketMethods</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::loopback</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::mailto</remote-id>
     <remote-id type="cpan-module">LWP::Protocol::nntp</remote-id>


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2017-11-09  0:07 Matt Turner
  0 siblings, 0 replies; 108+ messages in thread
From: Matt Turner @ 2017-11-09  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     cafe32e453687447b404a31dff608b85c22b8e8a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 00:03:36 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 00:07:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe32e4

dev-perl/libwww-perl-6.270.0: added ~mips, bug 606514

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index acf572b3d1e..1ccb4aa370f 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-02-22 19:19 Michał Górny
  0 siblings, 0 replies; 108+ messages in thread
From: Michał Górny @ 2018-02-22 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     272225889c8a8e5c478747e9ac55c4642a102b60
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 19:14:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 19:19:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27222588

dev-perl/libwww-perl: Tested on ~amd64-fbsd (bug #606514)

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 1ccb4aa370f..73161ae3f06 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-06-07 13:32 Mikle Kolyada
  0 siblings, 0 replies; 108+ messages in thread
From: Mikle Kolyada @ 2018-06-07 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b14d7a58e834aa0d5836b69b5b5e635bc0cf33c4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 13:28:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 13:28:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14d7a58

dev-perl/libwww-perl: s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
index 4c6bb74ce4a..323c95bce91 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-07-14 21:58 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2018-07-14 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6395cc5b51ae363a1942de7424f6edaefc66711b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 17:19:05 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 21:58:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6395cc5b

dev-perl/libwww-perl: Restore ~s390 keywording to latest version

Dependencies are now satisfied on ~s390

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 73161ae3f06..41e71c1cd52 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-08-20  2:26 Mikle Kolyada
  0 siblings, 0 replies; 108+ messages in thread
From: Mikle Kolyada @ 2018-08-20  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f4a1e4f28495b00a999564c29c656195504060
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 02:18:29 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 02:26:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f4a1e4

dev-perl/libwww-perl: amd64 stable wrt bug #663934

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 9ef571b2e18..e64f033ac0c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-09-30 16:08 Sergei Trofimovich
  0 siblings, 0 replies; 108+ messages in thread
From: Sergei Trofimovich @ 2018-09-30 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0453f736d4b4cd1c3ea2c04ced5a335aacb5a39e
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep 30 14:42:45 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 16:07:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0453f736

dev-perl/libwww-perl: stable 6.270.0 for sparc, bug #667266

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index e64f033ac0c..417ab6b7cd8 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-10-02  7:33 Sergei Trofimovich
  0 siblings, 0 replies; 108+ messages in thread
From: Sergei Trofimovich @ 2018-10-02  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a93c8837bb1e63db980e3fc2806efb16be3fe70b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 23:24:34 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 07:33:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93c8837

dev-perl/libwww-perl: stable 6.270.0 for ia64, bug #667266

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 417ab6b7cd8..db96f888d62 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-10-06 19:34 Matt Turner
  0 siblings, 0 replies; 108+ messages in thread
From: Matt Turner @ 2018-10-06 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4940c72a31077be1fcf141c53788208e0dd3cf29
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 19:33:50 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 19:33:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4940c72a

dev-perl/libwww-perl-6.270.0: ppc64 stable, bug 667266

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 01b16f3c838..81c8280039a 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-10-12 11:16 Tobias Klausmann
  0 siblings, 0 replies; 108+ messages in thread
From: Tobias Klausmann @ 2018-10-12 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9f2920084a60a553a850fe8cc5ad9f1f079dbc
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 11:16:00 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 11:16:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9f2920

dev-perl/libwww-perl-6.270.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/667266
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 81c8280039a..59d346dc44e 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-10-19 18:15 Fabian Groffen
  0 siblings, 0 replies; 108+ messages in thread
From: Fabian Groffen @ 2018-10-19 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4c99632f7f54cbe06390a308922f969fd54d446d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 18:06:04 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 18:14:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c99632f

dev-perl/libwww-perl: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 59d346dc44e..a6cdbd1c154 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-12-01 15:10 Sergei Trofimovich
  0 siblings, 0 replies; 108+ messages in thread
From: Sergei Trofimovich @ 2018-12-01 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6dcb623448b897ec67cf8d1a5756ce6ac7ecbf5f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 15:09:32 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 15:09:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcb6234

dev-perl/libwww-perl: stable 6.270.0 for hppa, bug #667266

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index a6cdbd1c154..86dcdbcf72d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-12-08 12:35 Mikle Kolyada
  0 siblings, 0 replies; 108+ messages in thread
From: Mikle Kolyada @ 2018-12-08 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     47be7932c0ab39733ec9447d5753d24bb6b9cdb6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 12:33:43 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 12:34:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47be7932

dev-perl/libwww-perl: s390 stable wrt bug #667266

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 86dcdbcf72d..276d210ecd0 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2018-12-08 12:51 Mikle Kolyada
  0 siblings, 0 replies; 108+ messages in thread
From: Mikle Kolyada @ 2018-12-08 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     85903ea79e227a017da088d83756421ff54e1b95
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 12:46:59 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 12:46:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85903ea7

dev-perl/libwww-perl: arm stable wrt bug #667266

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 276d210ecd0..b7f18ed8539 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2019-01-17 20:39 Mikle Kolyada
  0 siblings, 0 replies; 108+ messages in thread
From: Mikle Kolyada @ 2019-01-17 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a81c67df0756deb93151371808b2e469892ed528
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 20:36:35 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 20:36:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81c67df

dev-perl/libwww-perl: Add ~m68k keyword wrt bug #665088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 6b48ddeb340..5f7403d190c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2019-05-04 19:20 Andreas K. Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas K. Hüttel @ 2019-05-04 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9cce6d8a5fce0ecba3f7dac9795a5cc84269016d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 19:12:00 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  4 19:20:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cce6d8a

dev-perl/libwww-perl: keyword ~riscv

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 5f7403d190c..980d6050eac 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2020-04-14 13:57 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2020-04-14 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     361363964277220cb184a38bfbeb9d0acb73fd24
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:53:59 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:57:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36136396

dev-perl/libwww-perl: Remove old 6.150.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 -
 dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild | 58 -------------------------
 2 files changed, 59 deletions(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 8f6366c08fb..c86793fbf3b 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,2 +1 @@
-DIST libwww-perl-6.15.tar.gz 141936 BLAKE2B d75c56e28ef2df3a114012aeecd57a10eff994cecdcc2dd492204e1ccfdeeb30af80baaeadf0beba16ddc547e02e47905141d4217ab1691947b6953970d2eea4 SHA512 b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed
 DIST libwww-perl-6.27.tar.gz 163020 BLAKE2B a0ad6068e5ef754dedd616b4a2904b2326b1cbdd11dee6e16db984f2e46738812e0b64b95cf1466ebeef17387dd1921472888663cbbf2644504197767c65e8c2 SHA512 ceb7df71ef2773752dfa8a46f6e48cfbe7501f543d53ddaf50ee97da2cb21025be4bb32bee62d6f6fa837a7b0726718b3b8470de0b8a9d789e40c16a42b894e7

diff --git a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
deleted file mode 100644
index ce3d0527c66..00000000000
--- a/dev-perl/libwww-perl/libwww-perl-6.150.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=6.15
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ssl"
-
-RDEPEND="
-	>=dev-perl/File-Listing-6.0.0
-	>=dev-perl/HTTP-Cookies-6.0.0
-	>=dev-perl/HTTP-Daemon-6.0.0
-	>=dev-perl/HTTP-Date-6.0.0
-	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.0.0
-	>=dev-perl/LWP-MediaTypes-6.0.0
-	>=dev-perl/Net-HTTP-6.40.0
-	>=dev-perl/WWW-RobotRules-6.0.0
-	>=virtual/perl-Digest-MD5-2.120.0
-	dev-perl/Encode-Locale
-	>=dev-perl/HTML-Parser-3.340.0
-	>=virtual/perl-MIME-Base64-2.120.0
-	virtual/perl-libnet
-	>=dev-perl/URI-1.100.0
-"
-DEPEND="${RDEPEND}"
-PDEPEND="
-	ssl? (
-		dev-perl/LWP-Protocol-https
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	# Perform a check to see if the live filesystem is case-INsensitive
-	# or not.  If it is, the symlinks GET, POST and in particular HEAD
-	# will collide with e.g. head from coreutils.  While under Linux
-	# having a case-INsensitive filesystem is really unusual, most Mac
-	# OS X users are on it, and also Interix users deal with
-	# case-INsensitivity since Windows is underneath.
-
-	# bash should always be there, if we can find it in capitals, we're
-	# on a case-INsensitive filesystem.
-	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym /usr/bin/lwp-request /usr/bin/GET
-		dosym /usr/bin/lwp-request /usr/bin/POST
-		dosym /usr/bin/lwp-request /usr/bin/HEAD
-	fi
-}
-#SRC_TEST=do


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2020-07-18  3:42 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2020-07-18  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     544c96e15cbfe148da8ac5c06cdea7dd91638f8d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 03:30:19 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 03:30:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544c96e1

dev-perl/libwww-perl: Drop ~x64-cygwin re bug #665088

Depends on dev-perl/Try-Tiny which in turn requires
dev-perl/Capture-Tiny

Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index e275836cf7f..93a13d8d4c5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2020-07-18  7:04 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2020-07-18  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b8da4c7c0fd186d34432a4a0e93e6279992bf182
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 05:43:36 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 07:02:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8da4c7c

dev-perl/libwww-perl: Drop m68k-mint re bug #673504

Depends:
- dev-perl/Encode-Locale

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 93a13d8d4c5..5aa56cf04a5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2020-07-23  9:47 Kent Fredric
  0 siblings, 0 replies; 108+ messages in thread
From: Kent Fredric @ 2020-07-23  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a70d5bc0994599f4dd559958254c4ee980c95184
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 09:45:38 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 09:46:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70d5bc0

dev-perl/libwww-perl: Drop m68k and various prefixes re bug #690140

Depends:
- dev-perl/LWP-Protocol-https
 - dev-perl/IO-Socket-SSL

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index 5aa56cf04a5..e0c9c7b6e42 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-01-08 16:18 Fabian Groffen
  0 siblings, 0 replies; 108+ messages in thread
From: Fabian Groffen @ 2021-01-08 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     38129083a9563d3962964c0fddbcb41def7d2d85
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 16:14:26 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 16:18:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38129083

dev-perl/libwww-perl: marked ~x64-solaris

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
index e0c9c7b6e42..e25d3f0d29f 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-04-24 17:14 Andreas K. Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas K. Hüttel @ 2021-04-24 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e7bb693eec8b3e181b9e13a67af61707b2581150
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 16:59:45 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 17:14:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7bb693e

dev-perl/libwww-perl: Version bump 6.53

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 74 +++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index c86793fbf3b..c39cbd3da84 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.27.tar.gz 163020 BLAKE2B a0ad6068e5ef754dedd616b4a2904b2326b1cbdd11dee6e16db984f2e46738812e0b64b95cf1466ebeef17387dd1921472888663cbbf2644504197767c65e8c2 SHA512 ceb7df71ef2773752dfa8a46f6e48cfbe7501f543d53ddaf50ee97da2cb21025be4bb32bee62d6f6fa837a7b0726718b3b8470de0b8a9d789e40c16a42b894e7
+DIST libwww-perl-6.53.tar.gz 177561 BLAKE2B 254b9c7c02baf339d9d63c00c4cca229575e161bc1dac9c3bad52f3d230f0af0f95d1510e2ef137101f941a887c5cb325dcba39a0ce052c7fa030135c1e14065 SHA512 d45bba79bf2f3d49cf6b14591a58d04f551e0f6666e6bac32ec31018091590d5efe4313781605287dab22693bafa547dc916b010aafcc677a35a7c3a1154c8ff

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
new file mode 100644
index 00000000000..1b3d7d67444
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.53
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="ssl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.0.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	virtual/perl-Module-Metadata
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-11 20:15 Andreas K. Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas K. Hüttel @ 2021-07-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c69496c89024a345ad96e88ff4cd4c72c0eedefd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 14:46:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:14:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69496c8

dev-perl/libwww-perl: Version bump 6.55

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 73 +++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index c39cbd3da84..42b0cca8196 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,2 +1,3 @@
 DIST libwww-perl-6.27.tar.gz 163020 BLAKE2B a0ad6068e5ef754dedd616b4a2904b2326b1cbdd11dee6e16db984f2e46738812e0b64b95cf1466ebeef17387dd1921472888663cbbf2644504197767c65e8c2 SHA512 ceb7df71ef2773752dfa8a46f6e48cfbe7501f543d53ddaf50ee97da2cb21025be4bb32bee62d6f6fa837a7b0726718b3b8470de0b8a9d789e40c16a42b894e7
 DIST libwww-perl-6.53.tar.gz 177561 BLAKE2B 254b9c7c02baf339d9d63c00c4cca229575e161bc1dac9c3bad52f3d230f0af0f95d1510e2ef137101f941a887c5cb325dcba39a0ce052c7fa030135c1e14065 SHA512 d45bba79bf2f3d49cf6b14591a58d04f551e0f6666e6bac32ec31018091590d5efe4313781605287dab22693bafa547dc916b010aafcc677a35a7c3a1154c8ff
+DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e18167aefc20a9901a090df7dd0b7f61266784fe3ca3a64d317cb089b0f8aa61e5fce61727ba7b43eaec555d131c98d2 SHA512 4a26bbcea343af513cc7d22761b7b9412da864bc7ff5e6d8cc6494978ceb829f001d1e221482a215e363e7f7857002120dbd12fda14b1b5778b1f437a5e338eb

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
new file mode 100644
index 00000000000..63e38c0e77e
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.55
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.70.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	virtual/perl-Module-Metadata
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-14 16:08 Sergei Trofimovich
  0 siblings, 0 replies; 108+ messages in thread
From: Sergei Trofimovich @ 2021-07-14 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2d1416b8fc08c2a8a465e5eb804233db5643bcfc
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jul 14 15:54:37 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 16:08:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1416b8

dev-perl/libwww-perl: stable 6.530.0 for sparc, bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index 1b3d7d67444..5c46cf69686 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-15  7:38 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-07-15  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4783829500c29a56ad2983cfd398fc7682d29def
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 07:37:35 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 07:37:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47838295

dev-perl/libwww-perl: amd64 stable wrt bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index 5c46cf69686..0d8cc37b2a1 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-15  7:39 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-07-15  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e11604e3c84a6fc8b41060d39bf7ad380863dd87
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 07:39:20 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 07:39:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11604e3

dev-perl/libwww-perl: ppc stable wrt bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index 0d8cc37b2a1..9afcc974cb2 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-15  7:40 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-07-15  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     efa5304f7ea8334a26bb663ac2f2f9e7ba5780b6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 07:40:01 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 07:40:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa5304f

dev-perl/libwww-perl: ppc64 stable wrt bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index 9afcc974cb2..a33a0be0e64 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-15  7:42 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-07-15  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     01b80ae606c420daec91845fd8c2c2d39da3bf1c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 07:41:26 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 07:41:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b80ae6

dev-perl/libwww-perl: x86 stable wrt bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index a33a0be0e64..169074f7477 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-17 23:14 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-07-17 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4746859ffa697cd1bc1a123ba4846980d727a9a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 23:13:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 23:13:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4746859f

dev-perl/libwww-perl: Stabilize 6.530.0 arm, #801586

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index 169074f7477..a08ea514547 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-07-18 13:14 Sergei Trofimovich
  0 siblings, 0 replies; 108+ messages in thread
From: Sergei Trofimovich @ 2021-07-18 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fa9809375dd7cc54e592eed34d95d618bbc2e269
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jul 18 12:46:31 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 13:14:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa980937

dev-perl/libwww-perl: stable 6.530.0 for hppa, bug #801586

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index a08ea514547..a41714d1ee5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-02  3:18 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-08-02  3:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b65f133cc844916bf444b6e253bbdf5d18f23d4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 03:17:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 03:17:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65f133c

dev-perl/libwww-perl: Stabilize 6.530.0 arm64, #801586

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
index a41714d1ee5..db446a41ff6 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-25  5:25 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     53bbb34adc12097efbc96589542d5d291eb6ca8e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:24:47 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:24:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bbb34a

dev-perl/libwww-perl: amd64 stable wrt bug #810221

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 63e38c0e77e..619c57b7bb0 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-25  5:32 Agostino Sarubbo
  0 siblings, 0 replies; 108+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b765f62908773a9232f3db60fbb3089066ea3f28
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:31:34 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:31:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b765f629

dev-perl/libwww-perl: x86 stable wrt bug #810221

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 619c57b7bb0..a5dadc2d8fd 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-25 16:26 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-08-25 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e38b47dfa55c4477cea458e3ba690180c15ccd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 16:22:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 16:22:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e38b47

dev-perl/libwww-perl: Stabilize 6.550.0 sparc, #810221

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index baafb0c54df..5e3487a2a71 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-26 14:52 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-08-26 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0f98a5ec21af221ce6cb1422c6d8912a8006975a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 14:51:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 14:51:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f98a5ec

dev-perl/libwww-perl: Stabilize 6.550.0 arm64, #810221

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 5e3487a2a71..05df37a7b1d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-26 14:55 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-08-26 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4726977ffe6b8adc0a33dca3f181c6703e832bb1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 14:54:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 14:54:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4726977f

dev-perl/libwww-perl: Stabilize 6.550.0 arm, #810221

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 05df37a7b1d..5601a034d1c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-08-26 19:51 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-08-26 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     239d93e27319e7f930d09e0b97852fce6c940e49
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug 26 16:07:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 19:50:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239d93e2

dev-perl/libwww-perl: stable 6.550.0 for hppa, bug #810221

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 5601a034d1c..791f63c72ad 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-09-28 13:59 James Le Cuirot
  0 siblings, 0 replies; 108+ messages in thread
From: James Le Cuirot @ 2021-09-28 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ad2d0ff60c38dc66dd89b80e48d01106eb0a9462
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 13:53:32 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 13:53:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2d0ff6

dev-perl/libwww-perl: Keyword 6.550.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 791f63c72ad..a2c8669ecbb 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-11-11 18:48 Andreas K. Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas K. Hüttel @ 2021-11-11 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     76b60a18812934d1796d266996c039680ee7cc53
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:36:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:48:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b60a18

dev-perl/libwww-perl: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  2 -
 dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild | 71 ------------------------
 dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild | 74 -------------------------
 3 files changed, 147 deletions(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 42b0cca8196..8d5dbd80882 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,3 +1 @@
-DIST libwww-perl-6.27.tar.gz 163020 BLAKE2B a0ad6068e5ef754dedd616b4a2904b2326b1cbdd11dee6e16db984f2e46738812e0b64b95cf1466ebeef17387dd1921472888663cbbf2644504197767c65e8c2 SHA512 ceb7df71ef2773752dfa8a46f6e48cfbe7501f543d53ddaf50ee97da2cb21025be4bb32bee62d6f6fa837a7b0726718b3b8470de0b8a9d789e40c16a42b894e7
-DIST libwww-perl-6.53.tar.gz 177561 BLAKE2B 254b9c7c02baf339d9d63c00c4cca229575e161bc1dac9c3bad52f3d230f0af0f95d1510e2ef137101f941a887c5cb325dcba39a0ce052c7fa030135c1e14065 SHA512 d45bba79bf2f3d49cf6b14591a58d04f551e0f6666e6bac32ec31018091590d5efe4313781605287dab22693bafa547dc916b010aafcc677a35a7c3a1154c8ff
 DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e18167aefc20a9901a090df7dd0b7f61266784fe3ca3a64d317cb089b0f8aa61e5fce61727ba7b43eaec555d131c98d2 SHA512 4a26bbcea343af513cc7d22761b7b9412da864bc7ff5e6d8cc6494978ceb829f001d1e221482a215e363e7f7857002120dbd12fda14b1b5778b1f437a5e338eb

diff --git a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
deleted file mode 100644
index 32823ef6458..00000000000
--- a/dev-perl/libwww-perl/libwww-perl-6.270.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=OALDERS
-DIST_VERSION=6.27
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="ssl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Digest-MD5
-	>=virtual/perl-Encode-2.120.0
-	dev-perl/Encode-Locale
-	>=dev-perl/File-Listing-6.0.0
-	>=dev-perl/HTML-Parser-3.340.0
-	>=dev-perl/HTTP-Cookies-6.0.0
-	>=dev-perl/HTTP-Daemon-6.0.0
-	>=dev-perl/HTTP-Date-6.0.0
-	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.0.0
-	virtual/perl-IO
-	>=dev-perl/LWP-MediaTypes-6.0.0
-	>=virtual/perl-MIME-Base64-2.120.0
-	>=dev-perl/Net-HTTP-6.70.0
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Try-Tiny
-	>=dev-perl/URI-1.100.0
-	>=dev-perl/WWW-RobotRules-6.0.0
-	>=virtual/perl-libnet-1.220.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-Getopt-Long
-	test? (
-		virtual/perl-File-Spec
-		dev-perl/Test-Fatal
-		dev-perl/Test-RequiresInternet
-		virtual/perl-Test-Simple
-	)
-"
-PDEPEND="
-	ssl? (
-		>=dev-perl/LWP-Protocol-https-6.20.0
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	# Perform a check to see if the live filesystem is case-INsensitive
-	# or not.  If it is, the symlinks GET, POST and in particular HEAD
-	# will collide with e.g. head from coreutils.  While under Linux
-	# having a case-INsensitive filesystem is really unusual, most Mac
-	# OS X users are on it, and also Interix users deal with
-	# case-INsensitivity since Windows is underneath.
-
-	# bash should always be there, if we can find it in capitals, we're
-	# on a case-INsensitive filesystem.
-	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym lwp-request /usr/bin/GET
-		dosym lwp-request /usr/bin/POST
-		dosym lwp-request /usr/bin/HEAD
-	fi
-}

diff --git a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
deleted file mode 100644
index db446a41ff6..00000000000
--- a/dev-perl/libwww-perl/libwww-perl-6.530.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=OALDERS
-DIST_VERSION=6.53
-inherit perl-module
-
-DESCRIPTION="A collection of Perl Modules for the WWW"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="ssl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Digest-MD5
-	>=virtual/perl-Encode-2.120.0
-	dev-perl/Encode-Locale
-	>=dev-perl/File-Listing-6.0.0
-	>=dev-perl/HTML-Parser-3.340.0
-	>=dev-perl/HTTP-Cookies-6.0.0
-	>=dev-perl/HTTP-Date-6.0.0
-	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.0.0
-	virtual/perl-IO
-	>=dev-perl/LWP-MediaTypes-6.0.0
-	>=virtual/perl-MIME-Base64-2.100.0
-	>=virtual/perl-libnet-2.580.0
-	>=dev-perl/Net-HTTP-6.180.0
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Try-Tiny
-	>=dev-perl/URI-1.100.0
-	>=dev-perl/WWW-RobotRules-6.0.0
-"
-BDEPEND="${RDEPEND}
-	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-Getopt-Long
-	virtual/perl-Module-Metadata
-	test? (
-		virtual/perl-File-Spec
-		>=dev-perl/HTTP-Daemon-6.120.0
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.960.0
-		dev-perl/Test-Needs
-		dev-perl/Test-RequiresInternet
-	)
-"
-PDEPEND="
-	ssl? (
-		>=dev-perl/LWP-Protocol-https-6.20.0
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	# Perform a check to see if the live filesystem is case-INsensitive
-	# or not.  If it is, the symlinks GET, POST and in particular HEAD
-	# will collide with e.g. head from coreutils.  While under Linux
-	# having a case-INsensitive filesystem is really unusual, most Mac
-	# OS X users are on it, and also Interix users deal with
-	# case-INsensitivity since Windows is underneath.
-
-	# bash should always be there, if we can find it in capitals, we're
-	# on a case-INsensitive filesystem.
-	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym lwp-request /usr/bin/GET
-		dosym lwp-request /usr/bin/POST
-		dosym lwp-request /usr/bin/HEAD
-	fi
-}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-11-11 18:48 Andreas K. Hüttel
  0 siblings, 0 replies; 108+ messages in thread
From: Andreas K. Hüttel @ 2021-11-11 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     37971518e2d74e911b2520da7e54d7946177c962
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:41:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:48:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37971518

dev-perl/libwww-perl: Version bump 6.58

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 74 +++++++++++++++++++++++++
 1 file changed, 74 insertions(+)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
new file mode 100644
index 00000000000..403f98a5660
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.55
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.70.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-parent-0.217.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	virtual/perl-Module-Metadata
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13  5:43 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-13  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4d840b7ae7ff6f259e2d5dc71c07bc8d4d0fb3d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 05:43:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 05:43:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d840b7a

dev-perl/libwww-perl: Stabilize 6.580.0 amd64, #829035

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index 403f98a56602..38f82d9f724a 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13  6:17 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-13  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8d63bbf4c8cc96e199a19507938664bc937f7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:16:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:16:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8d63bb

dev-perl/libwww-perl: Stabilize 6.580.0 ppc64, #829035

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index 38f82d9f724a..ff4cc1ede15c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13  6:17 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-13  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     55e8cad1f518b2d018455c60807c04f3d8f4eef5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:16:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:16:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e8cad1

dev-perl/libwww-perl: Stabilize 6.580.0 sparc, #829035

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index ff4cc1ede15c..b96349249396 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13  6:22 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-13  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6746502bc4c6c62f9ccf4f528e42788190f2f89c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:22:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:22:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6746502b

dev-perl/libwww-perl: Stabilize 6.580.0 ppc, #829035

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index b96349249396..7f84829c4812 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13  6:22 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-13  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5e32a777438bfc20706f8153d8d6539c445a8248
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:22:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:22:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e32a777

dev-perl/libwww-perl: Stabilize 6.580.0 x86, #829035

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index 7f84829c4812..92171b4c5b20 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13 18:38 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2021-12-13 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4ebf499fc62f155936488afc2b2edf08c928b77f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 18:37:45 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 18:38:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebf499f

dev-perl/libwww-perl: Stabilize 6.580.0 arm64, #829035

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index 92171b4c5b20..8e5c986d74af 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-13 19:17 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2021-12-13 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3e40be13c5fd5ec929e046dbb49dcba6866fd899
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 19:17:22 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 19:17:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e40be13

dev-perl/libwww-perl: Stabilize 6.580.0 arm, #829035

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index 8e5c986d74af..e0b312459d65 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-14 20:11 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2021-12-14 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2896f275c7b48f79f1ec7a55408685238dcb0b49
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:10:50 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:11:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2896f275

dev-perl/libwww-perl: Stabilize 6.580.0 hppa, #829035

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
index e0b312459d65..d030ffbb1843 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-20  4:08 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-20  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4252a77eea7d71341f594bd899b76ea2d984e68c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 02:26:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 04:08:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4252a77e

dev-perl/libwww-perl: add 6.600.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild | 74 +++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 8d5dbd808825..47720140c82e 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e18167aefc20a9901a090df7dd0b7f61266784fe3ca3a64d317cb089b0f8aa61e5fce61727ba7b43eaec555d131c98d2 SHA512 4a26bbcea343af513cc7d22761b7b9412da864bc7ff5e6d8cc6494978ceb829f001d1e221482a215e363e7f7857002120dbd12fda14b1b5778b1f437a5e338eb
+DIST libwww-perl-6.60.tar.gz 179043 BLAKE2B e6a5f4186b8f7ef707c7150bac734572948b14fb6200920ba7acee1ab4b31bdaa6856bcbd1a50622c73cd5a1482792b0447513107f8f60d4d585d448a81cf4c4 SHA512 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild
new file mode 100644
index 000000000000..703519c8526d
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.60
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.70.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-parent-0.217.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	virtual/perl-Module-Metadata
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		dosym lwp-request /usr/bin/GET
+		dosym lwp-request /usr/bin/POST
+		dosym lwp-request /usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-20  4:17 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-20  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9872461571b92698910b2cdb83a1f7e0dadf0014
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 04:15:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 04:17:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98724615

dev-perl/libwww-perl: fix VariableScope

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ibwww-perl-6.600.0.ebuild => libwww-perl-6.600.0-r1.ebuild} | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
similarity index 92%
rename from dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 703519c8526d..97c54ca9012c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -54,9 +54,7 @@ PDEPEND="
 	)
 "
 
-src_install() {
-	perl-module_src_install
-
+pkg_postinst() {
 	# Perform a check to see if the live filesystem is case-INsensitive
 	# or not.  If it is, the symlinks GET, POST and in particular HEAD
 	# will collide with e.g. head from coreutils.  While under Linux
@@ -67,8 +65,8 @@ src_install() {
 	# bash should always be there, if we can find it in capitals, we're
 	# on a case-INsensitive filesystem.
 	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
-		dosym lwp-request /usr/bin/GET
-		dosym lwp-request /usr/bin/POST
-		dosym lwp-request /usr/bin/HEAD
+		ln -s lwp-request "${EROOT}"/usr/bin/GET
+		ln -s lwp-request "${EROOT}"/usr/bin/POST
+		ln -s lwp-request "${EROOT}"/usr/bin/HEAD
 	fi
 }


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-20  4:17 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2021-12-20  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     53144a5ba626da937a0a8387285f84bfbdf53b2c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 04:16:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 04:17:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53144a5b

dev-perl/libwww-perl: fix MismatchedPerlVersion for 6.580.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                                         | 1 +
 .../{libwww-perl-6.580.0.ebuild => libwww-perl-6.580.0-r1.ebuild}     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 47720140c82e..9361b28746c3 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,2 +1,3 @@
 DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e18167aefc20a9901a090df7dd0b7f61266784fe3ca3a64d317cb089b0f8aa61e5fce61727ba7b43eaec555d131c98d2 SHA512 4a26bbcea343af513cc7d22761b7b9412da864bc7ff5e6d8cc6494978ceb829f001d1e221482a215e363e7f7857002120dbd12fda14b1b5778b1f437a5e338eb
+DIST libwww-perl-6.58.tar.gz 178862 BLAKE2B e4312abeccfa5220f45f7d152b3d9d6ab3a22a1d40b54e640498e82027ab70a21d5c52635785a90b03f8a1187048e9b24eb99734b5fbdec34f2c1bd2e5daa2da SHA512 a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b
 DIST libwww-perl-6.60.tar.gz 179043 BLAKE2B e6a5f4186b8f7ef707c7150bac734572948b14fb6200920ba7acee1ab4b31bdaa6856bcbd1a50622c73cd5a1482792b0447513107f8f60d4d585d448a81cf4c4 SHA512 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544

diff --git a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.580.0-r1.ebuild
similarity index 92%
rename from dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.580.0-r1.ebuild
index d030ffbb1843..9dc90c6aa01f 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.580.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.580.0-r1.ebuild
@@ -4,13 +4,13 @@
 EAPI=8
 
 DIST_AUTHOR=OALDERS
-DIST_VERSION=6.55
+DIST_VERSION=6.58
 inherit perl-module
 
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2021-12-27 12:57 Fabian Groffen
  0 siblings, 0 replies; 108+ messages in thread
From: Fabian Groffen @ 2021-12-27 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4f0f038a5ecb11ab1029288d264dbc8050864a34
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 12:54:41 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 12:57:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0f038a

dev-perl/libwww-perl-6.600.0-r1: marked ~ppc-macos

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 97c54ca9012c..92d8ba046b7a 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19  7:00 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b551ff20c0dc2e33571d910af7ae99968a26be49
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 06:59:58 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 06:59:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b551ff20

dev-perl/libwww-perl: Stabilize 6.600.0-r1 amd64, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 92d8ba046b7a..e5f8c457c12b 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19  7:42 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6c99e7aeed943d5b81cfb4d71f0496dddfdf2d20
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:42:24 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:42:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c99e7ae

dev-perl/libwww-perl: Stabilize 6.600.0-r1 ppc, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index e5f8c457c12b..1e0d86520d1f 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19  8:36 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e3915a1801fe3b63d93db486195b06ee60214a6d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 08:36:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 08:36:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3915a18

dev-perl/libwww-perl: Stabilize 6.600.0-r1 sparc, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 1e0d86520d1f..16f961d701c2 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19 10:15 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     415153ae47928c05a00c7a67782883f820417f0d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 10:15:18 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 10:15:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415153ae

dev-perl/libwww-perl: Stabilize 6.600.0-r1 ppc64, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 16f961d701c2..b8445f72750c 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19 12:18 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8e7c5572335fe150e31c4287acbf6d63058d4e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 12:18:30 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 12:18:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8e7c55

dev-perl/libwww-perl: Stabilize 6.600.0-r1 arm, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index b8445f72750c..e82d63c01b78 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-19 12:32 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-19 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     16e476be560e4e619f50ef02f00d23156c4977d7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 12:32:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 12:32:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e476be

dev-perl/libwww-perl: Stabilize 6.600.0-r1 arm64, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index e82d63c01b78..b335e4ef5a72 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-02-22  9:30 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2022-02-22  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d9ba07b730d689d49d08b0d6dc6f6687676e8579
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 09:29:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 09:30:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ba07b7

dev-perl/libwww-perl: Stabilize 6.600.0-r1 hppa, #833685

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index 760ec122aba4..f24b9eedfb82 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2022-05-14  6:54 WANG Xuerui
  0 siblings, 0 replies; 108+ messages in thread
From: WANG Xuerui @ 2022-05-14  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9b5dd88e3fe2667cdd50b0e6fc9e3be7f0266e63
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 06:53:15 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 06:53:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5dd88e

dev-perl/libwww-perl: keyword 6.600.0-r1 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
index f24b9eedfb82..f53af7fdf872 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.600.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21  2:00 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-06-21  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     61277a23324cdcdd1ee84df96a25c31cdb9f4751
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 01:46:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 02:00:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61277a23

dev-perl/libwww-perl: add 6.710.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 74 +++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 9361b28746c3..ec7246691563 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1,3 +1,4 @@
 DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e18167aefc20a9901a090df7dd0b7f61266784fe3ca3a64d317cb089b0f8aa61e5fce61727ba7b43eaec555d131c98d2 SHA512 4a26bbcea343af513cc7d22761b7b9412da864bc7ff5e6d8cc6494978ceb829f001d1e221482a215e363e7f7857002120dbd12fda14b1b5778b1f437a5e338eb
 DIST libwww-perl-6.58.tar.gz 178862 BLAKE2B e4312abeccfa5220f45f7d152b3d9d6ab3a22a1d40b54e640498e82027ab70a21d5c52635785a90b03f8a1187048e9b24eb99734b5fbdec34f2c1bd2e5daa2da SHA512 a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b
 DIST libwww-perl-6.60.tar.gz 179043 BLAKE2B e6a5f4186b8f7ef707c7150bac734572948b14fb6200920ba7acee1ab4b31bdaa6856bcbd1a50622c73cd5a1482792b0447513107f8f60d4d585d448a81cf4c4 SHA512 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544
+DIST libwww-perl-6.71.tar.gz 184513 BLAKE2B 175523f0b5bb5f964c27ef574185ef1e630e5f41fcd636d8c952d2e85cae45e13745c98be0b8447f5050f32e50df226efec08fe65c15d80777737333be7c3b7d SHA512 f6b3065e777ef12fcf093dbed83699b3832dd344be07d007eb56fafb7dec2983e4661cb121766254ffd75e18841a6f3ecf019787a9e345ee415bbdb653e11d15

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
new file mode 100644
index 000000000000..3986c6c3d0cb
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.71
+inherit perl-module
+
+DESCRIPTION="Collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~m68k ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	>=dev-perl/HTML-Parser-3.340.0
+	dev-perl/HTTP-CookieJar
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.70.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	virtual/perl-Module-Load
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-parent-0.217.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+pkg_postinst() {
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		ln -s lwp-request "${EROOT}"/usr/bin/GET
+		ln -s lwp-request "${EROOT}"/usr/bin/POST
+		ln -s lwp-request "${EROOT}"/usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21  9:40 Jakov Smolić
  0 siblings, 0 replies; 108+ messages in thread
From: Jakov Smolić @ 2023-06-21  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ffd07d369b00c519b6e19c1262219063cedcdb10
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 09:40:14 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 09:40:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd07d36

dev-perl/libwww-perl: Keyword 6.710.0 riscv, #908902

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 3986c6c3d0cb..90a4782a6d20 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~m68k ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~m68k ~mips ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 10:31 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-06-21 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bb23c94e3a153fdc339a2f9f08c03b213d82702d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:30:52 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:30:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb23c94e

dev-perl/libwww-perl: Keyword 6.710.0 sparc, #908902

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 90a4782a6d20..fda365a6b54d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~m68k ~mips ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 10:31 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-06-21 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4981adc891170594068317edd977d9f7c3154627
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:30:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:30:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4981adc8

dev-perl/libwww-perl: Keyword 6.710.0 hppa, #908902

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index fda365a6b54d..bee56f5fb064 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 17:28 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-06-21 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     324f857fdd4351e63f967c4a58c112d516a7a28a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 17:27:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:28:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324f857f

dev-perl/libwww-perl: Keyword 6.710.0 arm64, #908902

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index bee56f5fb064..006c55534f1b 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 17:28 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-06-21 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     35a3b8491eb8fb3da33365de0bcbc9ac1111496e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 17:27:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:28:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a3b849

dev-perl/libwww-perl: Keyword 6.710.0 ppc, #908902

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 006c55534f1b..d4b9bfb65969 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 17:28 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-06-21 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5d9e9484d2a1cb8c73345377fb3603af0ebe5a6f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 17:27:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:28:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9e9484

dev-perl/libwww-perl: Keyword 6.710.0 ppc64, #908902

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index d4b9bfb65969..1dc59fcb2e16 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 17:37 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-06-21 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1ed14df4ceb5e226718feb21f23eb2a871392836
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 17:36:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:36:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed14df4

dev-perl/libwww-perl: Keyword 6.710.0 arm, #908902

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 1dc59fcb2e16..5b086864db9d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-06-21 17:52 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-06-21 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     188877dbcdf8892a0445e8288367cbd15da56693
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 17:52:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:52:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188877db

dev-perl/libwww-perl: Keyword 6.710.0 ia64, #908902

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 5b086864db9d..481e1f8eaf0b 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-07-04  5:22 WANG Xuerui
  0 siblings, 0 replies; 108+ messages in thread
From: WANG Xuerui @ 2023-07-04  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d010d929c15c520fd8d74e8525e51cdf8108887c
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 10:32:32 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 05:22:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d010d929

dev-perl/libwww-perl: keyword 6.710.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 481e1f8eaf0b..a452ac17a546 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-07-18 21:52 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-07-18 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0ddd936403c0af4960938ca544238515c424e2ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 21:37:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 21:52:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddd9364

dev-perl/libwww-perl: add 6.720.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild | 74 +++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index ec7246691563..6318172388a4 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -2,3 +2,4 @@ DIST libwww-perl-6.55.tar.gz 177842 BLAKE2B 5952f311024357f8601e0e5583ae4cf9e181
 DIST libwww-perl-6.58.tar.gz 178862 BLAKE2B e4312abeccfa5220f45f7d152b3d9d6ab3a22a1d40b54e640498e82027ab70a21d5c52635785a90b03f8a1187048e9b24eb99734b5fbdec34f2c1bd2e5daa2da SHA512 a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b
 DIST libwww-perl-6.60.tar.gz 179043 BLAKE2B e6a5f4186b8f7ef707c7150bac734572948b14fb6200920ba7acee1ab4b31bdaa6856bcbd1a50622c73cd5a1482792b0447513107f8f60d4d585d448a81cf4c4 SHA512 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544
 DIST libwww-perl-6.71.tar.gz 184513 BLAKE2B 175523f0b5bb5f964c27ef574185ef1e630e5f41fcd636d8c952d2e85cae45e13745c98be0b8447f5050f32e50df226efec08fe65c15d80777737333be7c3b7d SHA512 f6b3065e777ef12fcf093dbed83699b3832dd344be07d007eb56fafb7dec2983e4661cb121766254ffd75e18841a6f3ecf019787a9e345ee415bbdb653e11d15
+DIST libwww-perl-6.72.tar.gz 184644 BLAKE2B 20e58a888d46dc7e35b59bf7f5be29f5e0039ee15d81656ffa5c494b62a5e755eb7048d110a6a8fa2e2a33ed51a016e3aaa48898f9d8513aff3d74f1f3a4bd37 SHA512 2dd7052e2105b7bc8abe81742707e6a9aa9891316755171c275e8f547c65f97354a133027eeac93f1a1657ae986bdd9a74a9c887518acb8b5ea634e96910e57d

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
new file mode 100644
index 000000000000..d5a531aa378a
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.72
+inherit perl-module
+
+DESCRIPTION="Collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	>=dev-perl/HTML-Parser-3.340.0
+	dev-perl/HTTP-CookieJar
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.70.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	virtual/perl-Module-Load
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-parent-0.217.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+pkg_postinst() {
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		ln -s lwp-request "${EROOT}"/usr/bin/GET
+		ln -s lwp-request "${EROOT}"/usr/bin/POST
+		ln -s lwp-request "${EROOT}"/usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-05 12:42 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-08-05 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     44bd9d4e496483ae51aee8aeaa534c16ba786ef6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 12:41:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 12:41:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bd9d4e

dev-perl/libwww-perl: Keyword 6.720.0 s390, #908902

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
index d5a531aa378a..ed98943dbc41 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:01 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-19  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b09a785ffd0f6ec139b48ca28b6373ec04671a69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:01:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:01:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09a785f

dev-perl/libwww-perl: Stabilize 6.710.0 arm64, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index a452ac17a546..5727e39205db 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:01 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-19  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     713af30cccd1f6f215b1f3fad0ea06f0fb0a4a79
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:01:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:01:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713af30c

dev-perl/libwww-perl: Stabilize 6.710.0 arm, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 5727e39205db..1e6d6aecbaa6 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:23 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-19  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2e0f90d3c8526b1e657c20d75ed63eb63a796f57
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:23:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:23:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0f90d3

dev-perl/libwww-perl: Stabilize 6.710.0 ppc64, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 1e6d6aecbaa6..3072b70a6ac1 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:33 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-19  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c336439101c829978a6aefb2c0adf792332cc0ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:32:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:32:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3364391

dev-perl/libwww-perl: Stabilize 6.710.0 ppc, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 74147afd3841..acc98934b1af 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:33 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-19  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     233a63dfa84edc04cd9a8f89fc06a6a29f4c0000
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:32:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:32:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233a63df

dev-perl/libwww-perl: Stabilize 6.710.0 sparc, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 3072b70a6ac1..74147afd3841 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-19  6:58 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-08-19  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb89156a59a821bfead7f3c8221d288a7f30fe9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:58:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:58:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb89156

dev-perl/libwww-perl: Stabilize 6.710.0 hppa, #912537

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index acc98934b1af..43c6befeeb79 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-08-20  5:43 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-08-20  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dec327ec301fb6cad49afb6812955a014dc75e1a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 05:42:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 05:42:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec327ec

dev-perl/libwww-perl: Stabilize 6.710.0 x86, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 43c6befeeb79..452d45d35298 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-18 23:51 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-09-18 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9fde09a6ae13f77ca3f056fce055f8ffb4c151c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 23:51:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 23:51:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fde09a6

dev-perl/libwww-perl: Stabilize 6.710.0 amd64, #912537

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
index 452d45d35298..2147e59baafb 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  0:37 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-09-19  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     aa3b361683fe75b311123f39df49c59f9e599636
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:05:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:05:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3b3616

dev-perl/libwww-perl: fix minimum dependency versions in 6.710.0, 6.720.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libwww-perl-6.710.0.ebuild => libwww-perl-6.710.0-r1.ebuild}     | 4 ++--
 .../{libwww-perl-6.720.0.ebuild => libwww-perl-6.720.0-r1.ebuild}     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
similarity index 96%
rename from dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
index 2147e59baafb..5569d6a302d2 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.710.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.710.0-r1.ebuild
@@ -20,12 +20,12 @@ RDEPEND="
 	>=dev-perl/File-Listing-6.0.0
 	virtual/perl-File-Temp
 	virtual/perl-Getopt-Long
-	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTML-Parser-3.710.0
 	dev-perl/HTTP-CookieJar
 	>=dev-perl/HTTP-Cookies-6.0.0
 	>=dev-perl/HTTP-Date-6.0.0
 	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.70.0
+	>=dev-perl/HTTP-Message-6.180.0
 	virtual/perl-IO
 	>=dev-perl/LWP-MediaTypes-6.0.0
 	>=virtual/perl-MIME-Base64-2.100.0

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
similarity index 96%
rename from dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
rename to dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index ed98943dbc41..c9acd7c8ebeb 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -20,12 +20,12 @@ RDEPEND="
 	>=dev-perl/File-Listing-6.0.0
 	virtual/perl-File-Temp
 	virtual/perl-Getopt-Long
-	>=dev-perl/HTML-Parser-3.340.0
+	>=dev-perl/HTML-Parser-3.710.0
 	dev-perl/HTTP-CookieJar
 	>=dev-perl/HTTP-Cookies-6.0.0
 	>=dev-perl/HTTP-Date-6.0.0
 	>=dev-perl/HTTP-Negotiate-6.0.0
-	>=dev-perl/HTTP-Message-6.70.0
+	>=dev-perl/HTTP-Message-6.180.0
 	virtual/perl-IO
 	>=dev-perl/LWP-MediaTypes-6.0.0
 	>=virtual/perl-MIME-Base64-2.100.0


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8fbabdc4bde4e93de34ac97eaef43f35acddff12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbabdc4

dev-perl/libwww-perl: Stabilize 6.720.0-r1 sparc, #914414

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index c9acd7c8ebeb..6b8ae916ffa5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     22de764c06cec2125b7e8618b03d7bf47f707219
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22de764c

dev-perl/libwww-perl: Stabilize 6.720.0-r1 arm, #914414

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 6b8ae916ffa5..45df34e135b0 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     41522705fe73b8a16ba509d226f9a212b6181cab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:14 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41522705

dev-perl/libwww-perl: Stabilize 6.720.0-r1 amd64, #914414

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 45df34e135b0..ffec0426bb60 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8d45249941956b8ac46b1640539fda988f016acb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d452499

dev-perl/libwww-perl: Stabilize 6.720.0-r1 ppc64, #914414

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 5379a5158b5d..f2904523b1c5 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     123fdf23539a1e099ee9c334071a268ab61af347
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123fdf23

dev-perl/libwww-perl: Stabilize 6.720.0-r1 x86, #914414

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index ffec0426bb60..5379a5158b5d 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-09-27 19:22 Arthur Zamarin
  0 siblings, 0 replies; 108+ messages in thread
From: Arthur Zamarin @ 2023-09-27 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     38b8522536ace9b756acfca836c0a8e9e5d8842c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:22:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:22:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b85225

dev-perl/libwww-perl: Stabilize 6.720.0-r1 arm64, #914414

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index f2904523b1c5..f9533e415b9b 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2023-12-10  1:38 Ionen Wolkens
  0 siblings, 0 replies; 108+ messages in thread
From: Ionen Wolkens @ 2023-12-10  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     12ca304bd74dd9d4299ab1b837bfb1b6f9304e5f
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Dec  9 21:29:19 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 01:24:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ca304b

dev-perl/libwww-perl: Stabilize 6.720.0-r1 ppc, #914414

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
index 124306f435a6..83fcef7bf7dc 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.720.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2024-05-01  3:59 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2024-05-01  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bdf5d8eef277d5786a8276ea660e4933730b2409
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 03:21:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  1 03:49:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf5d8ee

dev-perl/libwww-perl: add 6.770.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/Manifest                   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild | 75 +++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 8433d70f1fc4..d685d3a44a07 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.72.tar.gz 184644 BLAKE2B 20e58a888d46dc7e35b59bf7f5be29f5e0039ee15d81656ffa5c494b62a5e755eb7048d110a6a8fa2e2a33ed51a016e3aaa48898f9d8513aff3d74f1f3a4bd37 SHA512 2dd7052e2105b7bc8abe81742707e6a9aa9891316755171c275e8f547c65f97354a133027eeac93f1a1657ae986bdd9a74a9c887518acb8b5ea634e96910e57d
+DIST libwww-perl-6.77.tar.gz 183886 BLAKE2B 6b9d8b70e57ac903808bba845d5975781289ac0d77c1afa159d96b3e5b2c9731de1e543bb29ce0046b702e5ace753b2e416b48d5437383edf8ab88bfca6bdf5a SHA512 66aa1928da3362a496da543473a0ce1a7cc3885ebb5bf449ab0cdd18ce7836835b80ec8919cf6d0e63107eda03e1fe9d05ba39422a32e144034ef02632d43659

diff --git a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
new file mode 100644
index 000000000000..1b7e15bf02fb
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.77
+inherit perl-module
+
+DESCRIPTION="Collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="ssl"
+
+RDEPEND="
+	virtual/perl-Digest-MD5
+	>=virtual/perl-Encode-2.120.0
+	dev-perl/Encode-Locale
+	>=dev-perl/File-Listing-6.0.0
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	>=dev-perl/HTML-Parser-3.710.0
+	>=dev-perl/HTTP-Cookies-6.0.0
+	>=dev-perl/HTTP-Date-6.0.0
+	>=dev-perl/HTTP-Negotiate-6.0.0
+	>=dev-perl/HTTP-Message-6.180.0
+	virtual/perl-IO
+	>=dev-perl/LWP-MediaTypes-6.0.0
+	>=virtual/perl-MIME-Base64-2.100.0
+	virtual/perl-Module-Load
+	>=virtual/perl-libnet-2.580.0
+	>=dev-perl/Net-HTTP-6.180.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Try-Tiny
+	>=dev-perl/URI-1.100.0
+	>=dev-perl/WWW-RobotRules-6.0.0
+	>=virtual/perl-parent-0.217.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Getopt-Long
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/HTTP-CookieJar
+		>=dev-perl/HTTP-Daemon-6.120.0
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Needs
+		dev-perl/Test-RequiresInternet
+	)
+"
+PDEPEND="
+	ssl? (
+		>=dev-perl/LWP-Protocol-https-6.20.0
+	)
+"
+
+pkg_postinst() {
+	# Perform a check to see if the live filesystem is case-INsensitive
+	# or not.  If it is, the symlinks GET, POST and in particular HEAD
+	# will collide with e.g. head from coreutils.  While under Linux
+	# having a case-INsensitive filesystem is really unusual, most Mac
+	# OS X users are on it, and also Interix users deal with
+	# case-INsensitivity since Windows is underneath.
+
+	# bash should always be there, if we can find it in capitals, we're
+	# on a case-INsensitive filesystem.
+	if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+		ln -s lwp-request "${EROOT}"/usr/bin/GET
+		ln -s lwp-request "${EROOT}"/usr/bin/POST
+		ln -s lwp-request "${EROOT}"/usr/bin/HEAD
+	fi
+}


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2024-06-09 20:41 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2024-06-09 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f54cad780af0c3779b31cc3afedc6434688fd47c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 20:40:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 20:40:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54cad78

dev-perl/libwww-perl: Stabilize 6.770.0 arm64, #933896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
index 1b7e15bf02fb..eb5f93516991 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2024-06-09 21:21 Sam James
  0 siblings, 0 replies; 108+ messages in thread
From: Sam James @ 2024-06-09 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1c9ac1365d39c9b2f2d50d16f8d1cfc620df96
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 21:20:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 21:20:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1c9ac1

dev-perl/libwww-perl: Stabilize 6.770.0 amd64, #933896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
index 4f58d6eeb48f..c1225f5c56cd 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/
@ 2024-07-10  4:21 Ionen Wolkens
  0 siblings, 0 replies; 108+ messages in thread
From: Ionen Wolkens @ 2024-07-10  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4c780907772b39f388830472b865445fb7db94c9
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Jul 10 00:34:39 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 04:18:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c780907

dev-perl/libwww-perl: Stabilize 6.770.0 hppa, #933896

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
index cd3985916f3b..f391ba42ca31 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.770.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 108+ messages in thread

end of thread, other threads:[~2024-07-10  4:21 UTC | newest]

Thread overview: 108+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-20  4:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10  4:21 Ionen Wolkens
2024-06-09 21:21 Sam James
2024-06-09 20:41 Sam James
2024-05-01  3:59 Sam James
2023-12-10  1:38 Ionen Wolkens
2023-09-27 19:22 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:37 Sam James
2023-09-18 23:51 Sam James
2023-08-20  5:43 Sam James
2023-08-19  6:58 Arthur Zamarin
2023-08-19  6:33 Sam James
2023-08-19  6:33 Sam James
2023-08-19  6:23 Sam James
2023-08-19  6:01 Sam James
2023-08-19  6:01 Sam James
2023-08-05 12:42 Arthur Zamarin
2023-07-18 21:52 Sam James
2023-07-04  5:22 WANG Xuerui
2023-06-21 17:52 Arthur Zamarin
2023-06-21 17:37 Sam James
2023-06-21 17:28 Sam James
2023-06-21 17:28 Sam James
2023-06-21 17:28 Sam James
2023-06-21 10:31 Arthur Zamarin
2023-06-21 10:31 Arthur Zamarin
2023-06-21  9:40 Jakov Smolić
2023-06-21  2:00 Sam James
2022-05-14  6:54 WANG Xuerui
2022-02-22  9:30 Arthur Zamarin
2022-02-19 12:32 Arthur Zamarin
2022-02-19 12:18 Arthur Zamarin
2022-02-19 10:15 Arthur Zamarin
2022-02-19  8:36 Arthur Zamarin
2022-02-19  7:42 Arthur Zamarin
2022-02-19  7:00 Arthur Zamarin
2021-12-27 12:57 Fabian Groffen
2021-12-20  4:17 Sam James
2021-12-20  4:08 Sam James
2021-12-14 20:11 Arthur Zamarin
2021-12-13 19:17 Arthur Zamarin
2021-12-13 18:38 Arthur Zamarin
2021-12-13  6:22 Sam James
2021-12-13  6:22 Sam James
2021-12-13  6:17 Sam James
2021-12-13  6:17 Sam James
2021-12-13  5:43 Sam James
2021-11-11 18:48 Andreas K. Hüttel
2021-11-11 18:48 Andreas K. Hüttel
2021-09-28 13:59 James Le Cuirot
2021-08-26 19:51 Sam James
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25  5:32 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-08-02  3:18 Sam James
2021-07-18 13:14 Sergei Trofimovich
2021-07-17 23:14 Sam James
2021-07-15  7:42 Agostino Sarubbo
2021-07-15  7:40 Agostino Sarubbo
2021-07-15  7:39 Agostino Sarubbo
2021-07-15  7:38 Agostino Sarubbo
2021-07-14 16:08 Sergei Trofimovich
2021-07-11 20:15 Andreas K. Hüttel
2021-04-24 17:14 Andreas K. Hüttel
2021-01-08 16:18 Fabian Groffen
2020-07-23  9:47 Kent Fredric
2020-07-18  7:04 Kent Fredric
2020-07-18  3:42 Kent Fredric
2020-04-14 13:57 Kent Fredric
2019-05-04 19:20 Andreas K. Hüttel
2019-01-17 20:39 Mikle Kolyada
2018-12-08 12:51 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-12-01 15:10 Sergei Trofimovich
2018-10-19 18:15 Fabian Groffen
2018-10-12 11:16 Tobias Klausmann
2018-10-06 19:34 Matt Turner
2018-10-02  7:33 Sergei Trofimovich
2018-09-30 16:08 Sergei Trofimovich
2018-08-20  2:26 Mikle Kolyada
2018-07-14 21:58 Kent Fredric
2018-06-07 13:32 Mikle Kolyada
2018-02-22 19:19 Michał Górny
2017-11-09  0:07 Matt Turner
2017-10-29 13:41 Kent Fredric
2017-10-02  5:20 Benda XU
2017-04-14  1:37 Kent Fredric
2017-04-04 12:54 Kent Fredric
2017-03-18 12:05 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-03-10 21:04 Matt Turner
2017-02-23 17:12 Markus Meier
2017-02-19  8:18 Markus Meier
2017-02-02  6:40 Jeroen Roovers
2017-01-29 16:35 Fabian Groffen
2017-01-28 14:13 Fabian Groffen
2017-01-26 15:18 Tobias Klausmann
2017-01-19 14:17 Kent Fredric
2016-03-14 22:30 Andreas Hüttel
2016-03-14 14:59 Agostino Sarubbo
2016-02-11  9:02 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox