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-libs/wvstreams/
Date: Sun, 02 May 2021 10:56:43
Message-Id: 1619952962.bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff.zlogene@gentoo
1 commit: bf9bf0dd7bcc0d60d43ae7b2a32660ebb2d43cff
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:56:02 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:56:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9bf0dd
7
8 net-libs/wvstreams: 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-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild | 8 +++-----
14 net-libs/wvstreams/wvstreams-99999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
18 index 0769d3c5d00..75080fb06cb 100644
19 --- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
20 +++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.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 @@ -14,7 +14,7 @@ SRC_URI="
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
31 -IUSE="boost +dbus debug doc libressl pam"
32 +IUSE="boost +dbus debug doc pam"
33
34 #Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
35 RESTRICT="test"
36 @@ -27,8 +27,7 @@ RDEPEND="
37 sys-libs/readline:0=
38 sys-libs/zlib
39 dbus? ( >=sys-apps/dbus-1.4.20 )
40 - !libressl? ( >=dev-libs/openssl-1.1:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + >=dev-libs/openssl-1.1:0=
43 pam? ( sys-libs/pam )
44 "
45 DEPEND="
46 @@ -52,7 +51,6 @@ src_prepare() {
47 default
48
49 eapply $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
50 - eapply "${FILESDIR}"/${P}-libressl.patch # bug 687096
51
52 eautoreconf
53 }
54
55 diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild
56 index 5933265d2de..f7736a033dd 100644
57 --- a/net-libs/wvstreams/wvstreams-99999.ebuild
58 +++ b/net-libs/wvstreams/wvstreams-99999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 +# Copyright 1999-2021 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 @@ -12,14 +12,13 @@ EGIT_REPO_URI="https://github.com/apenwarr/wvstreams"
66 LICENSE="GPL-2"
67 SLOT="0/5.0"
68 KEYWORDS=""
69 -IUSE="+dbus debug doc libressl pam static-libs +zlib"
70 +IUSE="+dbus debug doc pam static-libs +zlib"
71
72 RDEPEND="
73 sys-libs/readline:0=
74 sys-libs/zlib
75 dbus? ( >=sys-apps/dbus-1.4.20 )
76 - !libressl? ( <dev-libs/openssl-1.1:0= )
77 - libressl? ( dev-libs/libressl:0= )
78 + <dev-libs/openssl-1.1:0=
79 pam? ( sys-libs/pam )
80 "
81 DEPEND="