From 54eca75a4e3e380e1d386f4d235baeb7d4ff332e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Jul 2022 20:39:44 +0100 Subject: gentoo auto-resync : 19:07:2022 - 20:39:44 --- net-misc/Manifest.gz | Bin 55467 -> 55467 bytes net-misc/wget2/Manifest | 2 +- net-misc/wget2/wget2-2.0.1-r1.ebuild | 101 ----------------------------------- net-misc/wget2/wget2-2.0.1-r2.ebuild | 93 ++++++++++++++++++++++++++++++++ 4 files changed, 94 insertions(+), 102 deletions(-) delete mode 100644 net-misc/wget2/wget2-2.0.1-r1.ebuild create mode 100644 net-misc/wget2/wget2-2.0.1-r2.ebuild (limited to 'net-misc') diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index c7ea632614aa..1da5ce66e61a 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/wget2/Manifest b/net-misc/wget2/Manifest index 2519fe4ad5be..400aa8acd1a2 100644 --- a/net-misc/wget2/Manifest +++ b/net-misc/wget2/Manifest @@ -1,5 +1,5 @@ DIST wget2-2.0.1.tar.gz 3780748 BLAKE2B cc28c58ab59c28540259545d60b19d6c513725e856fce02690e40ab0818d213bd656de704bd6310650af7190d7d3265fee859eebab326ad441f7351213fce6d3 SHA512 7a4afebf87ecda9e7e2d1fb2861c220875a96bab7c7ead6397c7ac11b6effae80d80f71b57a58d6b91a6c849b9a9fd974ce620d3050f677dd0fc4bc05358b27e -EBUILD wget2-2.0.1-r1.ebuild 2176 BLAKE2B f7f3c76d544101ffc2c64966ed60e96dc9efc2848e8ab62d3d6e9f8a306d925ba238b54f6596883447cedccfc2d95768145943fc9a6b1230eed1816bd3fff324 SHA512 af8133ff26554e0a0ff337011362852a274f59b13d9116036f4b801dac397df70444716b7f645c16756870b34fb99a87951748e5122b231d7e4c90f1c534032b +EBUILD wget2-2.0.1-r2.ebuild 2109 BLAKE2B bbdfbb0c89e664a05b18f93643fb02a52a4859686a8b315ba25e332b67e7fd123a63bc097c0d5a3738f259fd68ea204971231309a54fe39ef694cc114f1520c0 SHA512 20dca184e18013248ea30a304d041134e66ce8eb6ffa60a99cb1ffd4101be4a16554cd62390ae95281535716ff7f4d9978e610dbecf0d8cdbf2073ac4733c129 EBUILD wget2-2.0.1.ebuild 2715 BLAKE2B 3be7e1a72cc0ed2fbc9e0267c380f35aa1accac3a67655089014fff05919b73204f57fbd075da0651eaf90753a80bc2f101095c56ea4af0ceb29af80645498ed SHA512 41fb6d27c190aa083c506e8932cd180440c2413344c2c8f3b9f059ef6647d8c9b3d8f4b3a57b85551fe002bd44d312e41bf5475d502ab5b49425619b7327918e EBUILD wget2-9999.ebuild 2519 BLAKE2B 1ba52b6dd037f081d5bb2ccdb10dbdd87fb0b70be92b1a66ae3e3db6f4a7b2c1ffba9be48f5fa0a214b2d255c496e3f24554f8e68c2cc88733a62f7c6f4a6e11 SHA512 5f0bc1311126366d750e85d6f6b4826908a52c4ce4462507af5d56aa7b2c8873839ea81cbac5ed4141fcf757ad1fbd941529af7c9a437919230ba1542bc05c79 MISC metadata.xml 834 BLAKE2B 8eab169590bc792f2063eec8dea70a83a9ba7bd4f363bd6c707ab56f183bffa90008acec04cb18e2aaff9a94195c7e578ea986153a52ca6d40bc7054f37cbb5c SHA512 b565e77d2c6a21178f67d26136e08a3a5eda96786dfea254998a74c032c1864983a1a2757be3b8a9bad733909e85640d1fae859bfe4b7a2e6bb50e2f570aa152 diff --git a/net-misc/wget2/wget2-2.0.1-r1.ebuild b/net-misc/wget2/wget2-2.0.1-r1.ebuild deleted file mode 100644 index 39c4ff7aedd7..000000000000 --- a/net-misc/wget2/wget2-2.0.1-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 -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 )" - -RDEPEND=" - brotli? ( app-arch/brotli ) - bzip2? ( app-arch/bzip2 ) - !gnutls? ( dev-libs/libgcrypt:= ) - ssl? ( - gnutls? ( net-libs/gnutls:= ) - !gnutls? ( - dev-libs/openssl:0= - ) - ) - gpgme? ( - app-crypt/gpgme:= - dev-libs/libassuan - dev-libs/libgpg-error - ) - http2? ( net-libs/nghttp2 ) - idn? ( net-dns/libidn2:= ) - lzip? ( app-arch/lzlib ) - lzma? ( app-arch/xz-utils ) - pcre? ( dev-libs/libpcre2 ) - psl? ( net-libs/libpsl ) - xattr? ( sys-apps/attr ) - zlib? ( sys-libs/zlib ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] ) - valgrind? ( dev-util/valgrind ) -" - -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 - --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) - $(use_with gpgme) - $(use_with http2 libnghttp2) - $(use_with idn libidn2) - $(use_with lzip) - $(use_with lzma) - $(use_with pcre libpcre2) - $(use_with psl libpsl) - $(use_with zlib) - - # Avoid calling ldconfig - LDCONFIG=: - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - if [[ ${PV} == *9999 ]] ; then - if use doc ; then - local mpage - for mpage in $(find docs/man -type f -regextype grep -regex ".*\.[[:digit:]]$") ; do - doman ${mpage} - done - fi - else - doman docs/man/man{1/*.1,3/*.3} - fi - - find "${D}" -type f -name '*.la' -delete || die - rm "${ED}"/usr/bin/${PN}_noinstall || die -} diff --git a/net-misc/wget2/wget2-2.0.1-r2.ebuild b/net-misc/wget2/wget2-2.0.1-r2.ebuild new file mode 100644 index 000000000000..62482f69489b --- /dev/null +++ b/net-misc/wget2/wget2-2.0.1-r2.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 )" + +RDEPEND=" + brotli? ( app-arch/brotli ) + bzip2? ( app-arch/bzip2 ) + !gnutls? ( dev-libs/libgcrypt:= ) + ssl? ( + gnutls? ( net-libs/gnutls:= ) + !gnutls? ( + dev-libs/openssl:0= + ) + ) + gpgme? ( + app-crypt/gpgme:= + dev-libs/libassuan + dev-libs/libgpg-error + ) + http2? ( net-libs/nghttp2 ) + idn? ( net-dns/libidn2:= ) + lzip? ( app-arch/lzlib ) + lzma? ( app-arch/xz-utils ) + pcre? ( dev-libs/libpcre2 ) + psl? ( net-libs/libpsl ) + xattr? ( sys-apps/attr ) + zlib? ( sys-libs/zlib ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( app-doc/doxygen[dot] ) + valgrind? ( dev-util/valgrind ) +" + +RESTRICT="!test? ( test )" + +src_configure() { + local myeconfargs=( + --disable-static + --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) + $(use_with gpgme) + $(use_with http2 libnghttp2) + $(use_with idn libidn2) + $(use_with lzip) + $(use_with lzma) + $(use_with pcre libpcre2) + $(use_with psl libpsl) + $(use_with zlib) + + # Avoid calling ldconfig + LDCONFIG=: + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + + if [[ ${PV} == *9999 ]] ; then + if use doc ; then + local mpage + for mpage in $(find docs/man -type f -regextype grep -regex ".*\.[[:digit:]]$") ; do + doman ${mpage} + done + fi + else + doman docs/man/man{1/*.1,3/*.3} + fi + + find "${D}" -type f -name '*.la' -delete || die + rm "${ED}"/usr/bin/${PN}_noinstall || die +} -- cgit v1.2.3