Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/
Date: Sat, 01 May 2021 10:19:44
Message-Id: 1619864357.1a7fc4aa2b67c29cb0924b821761401785b370d3.zlogene@gentoo
1 commit: 1a7fc4aa2b67c29cb0924b821761401785b370d3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 10:19:17 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 10:19:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7fc4aa
7
8 net-misc/wget2: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/wget2/wget2-1.99.2.ebuild | 7 +++----
14 net-misc/wget2/wget2-9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-misc/wget2/wget2-1.99.2.ebuild b/net-misc/wget2/wget2-1.99.2.ebuild
18 index f9970c40fb1..bf81f1f8ebb 100644
19 --- a/net-misc/wget2/wget2-1.99.2.ebuild
20 +++ b/net-misc/wget2/wget2-1.99.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
28 LICENSE="GPL-3"
29 SLOT="0/0" # subslot = libwget.so version
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn libressl lzma openssl pcre psl +ssl test valgrind xattr zlib"
32 +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzma openssl pcre psl +ssl test valgrind xattr zlib"
33 REQUIRED_USE="valgrind? ( test )"
34
35 RDEPEND="
36 @@ -22,8 +22,7 @@ RDEPEND="
37 ssl? (
38 gnutls? ( net-libs/gnutls:= )
39 !gnutls? (
40 - libressl? ( dev-libs/libressl:0= )
41 - !libressl? ( dev-libs/openssl:0= )
42 + dev-libs/openssl:0=
43 )
44 )
45 gpgme? (
46
47 diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild
48 index 22f29b16859..b757baf1343 100644
49 --- a/net-misc/wget2/wget2-9999.ebuild
50 +++ b/net-misc/wget2/wget2-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -16,7 +16,7 @@ else
58 fi
59 LICENSE="GPL-3"
60 SLOT="0/0" # subslot = libwget.so version
61 -IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn libressl lzma openssl pcre psl +ssl test valgrind xattr zlib"
62 +IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzma openssl pcre psl +ssl test valgrind xattr zlib"
63 REQUIRED_USE="valgrind? ( test )"
64
65 RDEPEND="
66 @@ -26,8 +26,7 @@ RDEPEND="
67 ssl? (
68 gnutls? ( net-libs/gnutls:= )
69 !gnutls? (
70 - libressl? ( dev-libs/libressl:0= )
71 - !libressl? ( dev-libs/openssl:0= )
72 + dev-libs/openssl:0=
73 )
74 )
75 gpgme? (