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 38852138334 for ; Mon, 2 Dec 2019 09:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1BAE0845; Mon, 2 Dec 2019 09:13:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18D06E0845 for ; Mon, 2 Dec 2019 09:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E26B334D69F for ; Mon, 2 Dec 2019 09:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E098C9 for ; Mon, 2 Dec 2019 09:13:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1575277982.7143d1db07aa623aff13a615c99a31ede5e685d4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget/metadata.xml net-misc/wget/wget-1.20.3-r2.ebuild net-misc/wget/wget-1.20.3-r3.ebuild X-VCS-Directories: net-misc/wget/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7143d1db07aa623aff13a615c99a31ede5e685d4 X-VCS-Branch: master Date: Mon, 2 Dec 2019 09:13:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48de6e45-104e-4f07-8402-087c26a81855 X-Archives-Hash: 8917b7fd953c1c8d4dd288c2f5e71a90 commit: 7143d1db07aa623aff13a615c99a31ede5e685d4 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 2 09:02:31 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 2 09:13:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7143d1db net-misc/wget: Revbump to fix automagic dep on media-libs/libmetalink Bug: https://bugs.gentoo.org/701724 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler gentoo.org> net-misc/wget/metadata.xml | 1 + net-misc/wget/{wget-1.20.3-r2.ebuild => wget-1.20.3-r3.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/wget/metadata.xml b/net-misc/wget/metadata.xml index d0383b4091d..bcdf4d308b7 100644 --- a/net-misc/wget/metadata.xml +++ b/net-misc/wget/metadata.xml @@ -7,6 +7,7 @@ Enable cookie checks via net-libs/libpsl + Enable support for media-libs/libmetalink Enable support for NTLM (Windows-based) authorization Generate UUIDs for the WARC (Web ARChive file format) using libuuid; otherwise use a simple RNG (random number generator) diff --git a/net-misc/wget/wget-1.20.3-r2.ebuild b/net-misc/wget/wget-1.20.3-r3.ebuild similarity index 95% rename from net-misc/wget/wget-1.20.3-r2.ebuild rename to net-misc/wget/wget-1.20.3-r3.ebuild index 2d73864ac71..f25b6349368 100644 --- a/net-misc/wget/wget-1.20.3-r2.ebuild +++ b/net-misc/wget/wget-1.20.3-r3.ebuild @@ -14,13 +14,14 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~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" -IUSE="cookie_check debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib" +IUSE="cookie_check debug gnutls idn ipv6 libressl metalink nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" # Force a newer libidn2 to avoid libunistring deps. #612498 LIB_DEPEND=" cookie_check? ( net-libs/libpsl ) idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] ) + metalink? ( media-libs/libmetalink ) pcre? ( dev-libs/libpcre2[static-libs(+)] ) ssl? ( gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) @@ -102,6 +103,7 @@ src_configure() { $(use_enable ssl opie) $(use_with cookie_check libpsl) $(use_with idn libidn) + $(use_with metalink) $(use_with ssl ssl $(usex gnutls gnutls openssl)) $(use_with uuid libuuid) $(use_with zlib)