Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/
Date: Tue, 05 Oct 2021 07:39:20
Message-Id: 1633419411.b619875ee9892b3586877211e085cedc1ff82c02.jsmolic@gentoo
1 commit: b619875ee9892b3586877211e085cedc1ff82c02
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 06:56:06 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 07:36:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b619875e
7
8 net-irc/kvirc: Remove qtwebkit support
9
10 Closes: https://bugs.gentoo.org/750881
11 Bug: https://bugs.gentoo.org/684580
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 ...200605155236-r1.ebuild => kvirc-5.2_pre20200605155236-r2.ebuild} | 6 +++---
15 ...e20210630233331.ebuild => kvirc-5.2_pre20210630233331-r1.ebuild} | 6 +++---
16 net-irc/kvirc/kvirc-9999.ebuild | 6 +++---
17 3 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
20 similarity index 97%
21 rename from net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild
22 rename to net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
23 index c92018013e9..dd4434e337e 100644
24 --- a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild
25 +++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
26 @@ -30,7 +30,7 @@ fi
27 LICENSE="GPL-2+"
28 SLOT="0"
29 KEYWORDS="amd64 ~ppc ~ppc64 x86"
30 -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit"
31 +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora"
32 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
33
34 BDEPEND="dev-lang/perl:0
35 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5
36 media-libs/libtheora
37 media-libs/libvorbis
38 )
39 - webkit? ( dev-qt/qtwebkit:5 )"
40 +"
41 RDEPEND="${DEPEND}
42 gsm? ( media-sound/gsm )"
43
44 @@ -135,7 +135,7 @@ src_configure() {
45 -DWANT_PHONON=$(usex phonon ON OFF)
46 -DWANT_PYTHON=$(usex python ON OFF)
47 -DWANT_QTDBUS=$(usex dbus ON OFF)
48 - -DWANT_QTWEBKIT=$(usex webkit ON OFF)
49 + -DWANT_QTWEBKIT=OFF
50 -DWANT_SPELLCHECKER=$(usex spell ON OFF)
51
52 # COMPILE_SVG_SUPPORT not used in source code.
53
54 diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
55 similarity index 97%
56 rename from net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild
57 rename to net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
58 index 06907a5543b..d30be45428b 100644
59 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild
60 +++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
61 @@ -30,7 +30,7 @@ fi
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit"
66 +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora"
67 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
68
69 BDEPEND="dev-lang/perl:0
70 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5
71 media-libs/libtheora
72 media-libs/libvorbis
73 )
74 - webkit? ( dev-qt/qtwebkit:5 )"
75 +"
76 RDEPEND="${DEPEND}
77 gsm? ( media-sound/gsm )"
78
79 @@ -131,7 +131,7 @@ src_configure() {
80 -DWANT_PHONON=$(usex phonon ON OFF)
81 -DWANT_PYTHON=$(usex python ON OFF)
82 -DWANT_QTDBUS=$(usex dbus ON OFF)
83 - -DWANT_QTWEBKIT=$(usex webkit ON OFF)
84 + -DWANT_QTWEBKIT=OFF
85 -DWANT_SPELLCHECKER=$(usex spell ON OFF)
86
87 # COMPILE_SVG_SUPPORT not used in source code.
88
89 diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
90 index 2393d5ae4c2..c123daed957 100644
91 --- a/net-irc/kvirc/kvirc-9999.ebuild
92 +++ b/net-irc/kvirc/kvirc-9999.ebuild
93 @@ -30,7 +30,7 @@ fi
94 LICENSE="GPL-2+"
95 SLOT="0"
96 KEYWORDS=""
97 -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit"
98 +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora"
99 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
100
101 BDEPEND="dev-lang/perl:0
102 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5
103 media-libs/libtheora
104 media-libs/libvorbis
105 )
106 - webkit? ( dev-qt/qtwebkit:5 )"
107 +"
108 RDEPEND="${DEPEND}
109 gsm? ( media-sound/gsm )"
110
111 @@ -131,7 +131,7 @@ src_configure() {
112 -DWANT_PHONON=$(usex phonon ON OFF)
113 -DWANT_PYTHON=$(usex python ON OFF)
114 -DWANT_QTDBUS=$(usex dbus ON OFF)
115 - -DWANT_QTWEBKIT=$(usex webkit ON OFF)
116 + -DWANT_QTWEBKIT=OFF
117 -DWANT_SPELLCHECKER=$(usex spell ON OFF)
118
119 # COMPILE_SVG_SUPPORT not used in source code.