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.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 D82DA158094 for ; Tue, 19 Jul 2022 17:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5203E08E0; Tue, 19 Jul 2022 17:51:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 95251E08E0 for ; Tue, 19 Jul 2022 17:51:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D414340E4A for ; Tue, 19 Jul 2022 17:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2D86500 for ; Tue, 19 Jul 2022 17:51:14 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1658253071.2028491735668959b8932e04ee0b229461f88bd1.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget2/wget2-2.0.1-r1.ebuild net-misc/wget2/wget2-2.0.1-r2.ebuild X-VCS-Directories: net-misc/wget2/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2028491735668959b8932e04ee0b229461f88bd1 X-VCS-Branch: master Date: Tue, 19 Jul 2022 17:51:14 +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: bf088dfe-a333-40d1-aa0f-a21e0e1d6201 X-Archives-Hash: 1c19223d0fdd981437d7e3bdff4a56c4 commit: 2028491735668959b8932e04ee0b229461f88bd1 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Jul 19 17:35:01 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jul 19 17:51:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20284917 net-misc/wget2: use QA_PKGCONFIG_VERSION libwget has different versioning but is not packaged independently for now Closes: https://bugs.gentoo.org/858575 Signed-off-by: Bernard Cafarelli gentoo.org> .../wget2/{wget2-2.0.1-r1.ebuild => wget2-2.0.1-r2.ebuild} | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/net-misc/wget2/wget2-2.0.1-r1.ebuild b/net-misc/wget2/wget2-2.0.1-r2.ebuild similarity index 94% rename from net-misc/wget2/wget2-2.0.1-r1.ebuild rename to net-misc/wget2/wget2-2.0.1-r2.ebuild index 39c4ff7aedd7..62482f69489b 100644 --- a/net-misc/wget2/wget2-2.0.1-r1.ebuild +++ b/net-misc/wget2/wget2-2.0.1-r2.ebuild @@ -3,14 +3,13 @@ EAPI=8 -inherit autotools - DESCRIPTION="GNU Wget2 is a file and recursive website downloader" HOMEPAGE="https://gitlab.com/gnuwget/wget2" SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/0" # subslot = libwget.so version +QA_PKGCONFIG_VERSION="2.1.0" # libwget pkg-config versioning KEYWORDS="~amd64 ~x86" IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl +ssl test valgrind xattr zlib" REQUIRED_USE="valgrind? ( test )" @@ -48,13 +47,6 @@ BDEPEND=" RESTRICT="!test? ( test )" -src_prepare() { - default - sed -e "/LIBWGET_VERSION/s/2.1.0/${PV}/" \ - -i configure.ac ||die - eautoreconf -} - src_configure() { local myeconfargs=( --disable-static