From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1518305-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E687F15806E for <garchives@archives.gentoo.org>; Sun, 14 May 2023 00:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E996E07F1; Sun, 14 May 2023 00:31:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADC9DE07F0 for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2023 00:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC9A4340F22 for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2023 00:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A59A6C for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2023 00:31:51 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1684024279.399f991eaabbe8a6c26d3658016e33150b576149.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget2/metadata.xml net-misc/wget2/wget2-2.0.1-r2.ebuild net-misc/wget2/wget2-2.0.1.ebuild net-misc/wget2/wget2-9999.ebuild X-VCS-Directories: net-misc/wget2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 399f991eaabbe8a6c26d3658016e33150b576149 X-VCS-Branch: master Date: Sun, 14 May 2023 00:31:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a12f160c-9113-45ea-8b4f-1c9cec4e329c X-Archives-Hash: f27fc423b050ff02a0e50c5e5794b895 commit: 399f991eaabbe8a6c26d3658016e33150b576149 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 14 00:11:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 14 00:31:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399f991e net-misc/wget2: drop invalid USE=valgrind flag (for test suite) We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/wget2/metadata.xml | 1 - net-misc/wget2/wget2-2.0.1-r2.ebuild | 8 +++----- net-misc/wget2/wget2-2.0.1.ebuild | 8 +++----- net-misc/wget2/wget2-9999.ebuild | 8 +++----- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/net-misc/wget2/metadata.xml b/net-misc/wget2/metadata.xml index b9d9ab8fa92e..0143e665405e 100644 --- a/net-misc/wget2/metadata.xml +++ b/net-misc/wget2/metadata.xml @@ -12,6 +12,5 @@ <flag name="lzip">Enable <pkg>app-arch/lzip</pkg> support via <pkg>app-arch/lzlib</pkg></flag> <flag name="openssl">Enable crypto support via <pkg>dev-libs/openssl</pkg></flag> <flag name="psl">Use public suffix list via <pkg>net-libs/libpsl</pkg></flag> - <flag name="valgrind">Depend on <pkg>dev-util/valgrind</pkg> for test suite</flag> </use> </pkgmetadata> diff --git a/net-misc/wget2/wget2-2.0.1-r2.ebuild b/net-misc/wget2/wget2-2.0.1-r2.ebuild index 1e0c733d2a3d..c9f6bad3566c 100644 --- a/net-misc/wget2/wget2-2.0.1-r2.ebuild +++ b/net-misc/wget2/wget2-2.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,8 +12,7 @@ LICENSE="GPL-3+ LGPL-3+" SLOT="0/0" # subslot = libwget.so version QA_PKGCONFIG_VERSION="2.1.0" # libwget pkg-config versioning KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test valgrind xattr zlib" -REQUIRED_USE="valgrind? ( test )" +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test xattr zlib" RDEPEND=" brotli? ( app-arch/brotli ) @@ -43,7 +42,6 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) - valgrind? ( dev-util/valgrind ) " RESTRICT="!test? ( test )" @@ -51,12 +49,12 @@ RESTRICT="!test? ( test )" src_configure() { local myeconfargs=( --disable-static + --disable-valgrind-tests --with-plugin-support --with-ssl="$(usex ssl $(usex gnutls gnutls openssl) none)" --without-libidn --without-libmicrohttpd $(use_enable doc) - $(use_enable valgrind valgrind-tests) $(use_enable xattr) $(use_with brotli brotlidec) $(use_with bzip2) diff --git a/net-misc/wget2/wget2-2.0.1.ebuild b/net-misc/wget2/wget2-2.0.1.ebuild index 93ecce3e0724..974ef7241035 100644 --- a/net-misc/wget2/wget2-2.0.1.ebuild +++ b/net-misc/wget2/wget2-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,8 +15,7 @@ fi # LGPL for libwget LICENSE="GPL-3+ LGPL-3+" SLOT="0/0" # subslot = libwget.so version -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test valgrind xattr zlib" -REQUIRED_USE="valgrind? ( test )" +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test xattr zlib" RDEPEND=" brotli? ( app-arch/brotli ) @@ -46,7 +45,6 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) - valgrind? ( dev-util/valgrind ) " RESTRICT="!test? ( test )" @@ -84,12 +82,12 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-static + --disable-valgrind-tests --with-plugin-support --with-ssl="$(usex ssl $(usex gnutls gnutls openssl) none)" --without-libidn --without-libmicrohttpd $(use_enable doc) - $(use_enable valgrind valgrind-tests) $(use_enable xattr) $(use_with brotli brotlidec) $(use_with bzip2) diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild index a5d97827fcb9..2d271b4a835e 100644 --- a/net-misc/wget2/wget2-9999.ebuild +++ b/net-misc/wget2/wget2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,8 +13,7 @@ EGIT_REPO_URI="https://gitlab.com/gnuwget/wget2.git" LICENSE="GPL-3+ LGPL-3+" SLOT="0/0" # subslot = libwget.so version KEYWORDS="" -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test valgrind xattr zlib" -REQUIRED_USE="valgrind? ( test )" +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test xattr zlib" RDEPEND=" brotli? ( app-arch/brotli ) @@ -44,7 +43,6 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) - valgrind? ( dev-util/valgrind ) " RESTRICT="!test? ( test )" @@ -77,12 +75,12 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-static + --disable-valgrind-tests --with-plugin-support --with-ssl="$(usex ssl $(usex gnutls gnutls openssl) none)" --without-libidn --without-libmicrohttpd $(use_enable doc) - $(use_enable valgrind valgrind-tests) $(use_enable xattr) $(use_with brotli brotlidec) $(use_with bzip2)