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-irc/hexchat/
Date: Fri, 30 Apr 2021 09:54:59
Message-Id: 1619776492.bec16bac0ea5461ae0661eba6efeecea6b6cfc4d.zlogene@gentoo
1 commit: bec16bac0ea5461ae0661eba6efeecea6b6cfc4d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 09:43:24 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 09:54:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec16bac
7
8 net-irc/hexchat: 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-irc/hexchat/hexchat-2.14.3-r100.ebuild | 7 ++-----
14 net-irc/hexchat/hexchat-9999.ebuild | 9 +++------
15 2 files changed, 5 insertions(+), 11 deletions(-)
16
17 diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
18 index f88c4364569..7876c83eb52 100644
19 --- a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
20 +++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
21 @@ -22,7 +22,7 @@ fi
22
23 LICENSE="GPL-2 plugin-fishlim? ( MIT )"
24 SLOT="0"
25 -IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
26 +IUSE="dbus debug +gtk libcanberra libnotify libproxy lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
28 python? ( ${PYTHON_REQUIRED_USE} )"
29
30 @@ -42,10 +42,7 @@ RDEPEND="
31 perl? ( dev-lang/perl:= )
32 plugin-sysinfo? ( sys-apps/pciutils )
33 python? ( ${PYTHON_DEPS} )
34 - ssl? (
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 - )
38 + ssl? ( dev-libs/openssl:0= )
39 theme-manager? (
40 || (
41 ( dev-lang/mono[minimal] dev-dotnet/libgdiplus )
42
43 diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild
44 index 2bb1b8275bc..7e74c663c59 100644
45 --- a/net-irc/hexchat/hexchat-9999.ebuild
46 +++ b/net-irc/hexchat/hexchat-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -22,7 +22,7 @@ fi
54
55 LICENSE="GPL-2 plugin-fishlim? ( MIT )"
56 SLOT="0"
57 -IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
58 +IUSE="dbus debug +gtk libcanberra libnotify libproxy lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
59 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
60 python? ( ${PYTHON_REQUIRED_USE} )"
61
62 @@ -42,10 +42,7 @@ RDEPEND="
63 perl? ( dev-lang/perl:= )
64 plugin-sysinfo? ( sys-apps/pciutils )
65 python? ( ${PYTHON_DEPS} )
66 - ssl? (
67 - !libressl? ( dev-libs/openssl:0= )
68 - libressl? ( dev-libs/libressl:0= )
69 - )
70 + ssl? ( dev-libs/openssl:0= )
71 theme-manager? (
72 || (
73 ( dev-lang/mono[minimal] dev-dotnet/libgdiplus )