From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92863139085 for ; Thu, 19 Jan 2017 14:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62FC23403B; Thu, 19 Jan 2017 14:17:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A237223403B for ; Thu, 19 Jan 2017 14:17:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B51F2340C9F for ; Thu, 19 Jan 2017 14:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DDD32925 for ; Thu, 19 Jan 2017 14:17:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1484835370.30ab0ec9760f61c6a38c7dc42b0cf648ecaac981.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/libwww-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/libwww-perl/Manifest dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild dev-perl/libwww-perl/metadata.xml X-VCS-Directories: dev-perl/libwww-perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 30ab0ec9760f61c6a38c7dc42b0cf648ecaac981 X-VCS-Branch: master Date: Thu, 19 Jan 2017 14:17:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec944e55-40cb-41f6-a8da-2d72934ab667 X-Archives-Hash: 833bec3a6840d0bf5656da8b36e4f4e3 commit: 30ab0ec9760f61c6a38c7dc42b0cf648ecaac981 Author: Kent Fredric gentoo org> AuthorDate: Thu Jan 19 14:08:20 2017 +0000 Commit: Kent Fredric gentoo 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 @@ LWP::DebugFile LWP::MemberMixin LWP::Protocol - LWP::Protocol::GHTTP LWP::Protocol::MyFTP LWP::Protocol::cpan LWP::Protocol::data