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/kvirc/
Date: Fri, 30 Apr 2021 09:54:59
Message-Id: 1619776492.f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4.zlogene@gentoo
1 commit: f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 09:45:07 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=f0b2ebda
7
8 net-irc/kvirc: 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/kvirc/kvirc-5.2_pre20200605155236.ebuild | 9 +++------
14 net-irc/kvirc/kvirc-9999.ebuild | 9 +++------
15 2 files changed, 6 insertions(+), 12 deletions(-)
16
17 diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
18 index f73ede8d1ee..7c2667377c1 100644
19 --- a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
20 +++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2009-2020 Gentoo Authors
23 +# Copyright 2009-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -30,7 +30,7 @@ fi
28 LICENSE="GPL-2+"
29 SLOT="0"
30 KEYWORDS="amd64 ~ppc ~ppc64 x86"
31 -IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl +phonon profile +python spell +ssl theora webkit"
32 +IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit"
33 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
34
35 BDEPEND="dev-lang/perl:0
36 @@ -66,10 +66,7 @@ DEPEND="dev-qt/qtcore:5
37 phonon? ( media-libs/phonon[qt5(+)] )
38 python? ( ${PYTHON_DEPS} )
39 spell? ( app-text/enchant:0= )
40 - ssl? (
41 - libressl? ( dev-libs/libressl:0= )
42 - !libressl? ( dev-libs/openssl:0= )
43 - )
44 + ssl? ( dev-libs/openssl:0= )
45 theora? (
46 media-libs/libogg
47 media-libs/libtheora
48
49 diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
50 index 5e4569dadd0..d73b347ff47 100644
51 --- a/net-irc/kvirc/kvirc-9999.ebuild
52 +++ b/net-irc/kvirc/kvirc-9999.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 2009-2020 Gentoo Authors
55 +# Copyright 2009-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI="7"
59 @@ -30,7 +30,7 @@ fi
60 LICENSE="GPL-2+"
61 SLOT="0"
62 KEYWORDS=""
63 -IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl +phonon profile +python spell +ssl theora webkit"
64 +IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit"
65 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
66
67 BDEPEND="dev-lang/perl:0
68 @@ -66,10 +66,7 @@ DEPEND="dev-qt/qtcore:5
69 phonon? ( media-libs/phonon[qt5(+)] )
70 python? ( ${PYTHON_DEPS} )
71 spell? ( app-text/enchant:0= )
72 - ssl? (
73 - libressl? ( dev-libs/libressl:0= )
74 - !libressl? ( dev-libs/openssl:0= )
75 - )
76 + ssl? ( dev-libs/openssl:0= )
77 theora? (
78 media-libs/libogg
79 media-libs/libtheora