summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2022-07-19 19:35:01 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2022-07-19 19:51:11 +0200
commit2028491735668959b8932e04ee0b229461f88bd1 (patch)
treecbb27879ddbcfaefa5043203b519e41a63e289b1 /net-misc/wget2
parentwww-servers/nginx: update metadata (diff)
downloadgentoo-2028491735668959b8932e04ee0b229461f88bd1.tar.gz
gentoo-2028491735668959b8932e04ee0b229461f88bd1.tar.bz2
gentoo-2028491735668959b8932e04ee0b229461f88bd1.zip
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 <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/wget2')
-rw-r--r--net-misc/wget2/wget2-2.0.1-r2.ebuild (renamed from net-misc/wget2/wget2-2.0.1-r1.ebuild)10
1 files changed, 1 insertions, 9 deletions
diff --git a/net-misc/wget2/wget2-2.0.1-r1.ebuild b/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