commit: b619875ee9892b3586877211e085cedc1ff82c02 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Oct 5 06:56:06 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Oct 5 07:36:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b619875e
net-irc/kvirc: Remove qtwebkit support Closes: https://bugs.gentoo.org/750881 Bug: https://bugs.gentoo.org/684580 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> ...200605155236-r1.ebuild => kvirc-5.2_pre20200605155236-r2.ebuild} | 6 +++--- ...e20210630233331.ebuild => kvirc-5.2_pre20210630233331-r1.ebuild} | 6 +++--- net-irc/kvirc/kvirc-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild similarity index 97% rename from net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild rename to net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild index c92018013e9..dd4434e337e 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r1.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild @@ -30,7 +30,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND="dev-lang/perl:0 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5 media-libs/libtheora media-libs/libvorbis ) - webkit? ( dev-qt/qtwebkit:5 )" +" RDEPEND="${DEPEND} gsm? ( media-sound/gsm )" @@ -135,7 +135,7 @@ src_configure() { -DWANT_PHONON=$(usex phonon ON OFF) -DWANT_PYTHON=$(usex python ON OFF) -DWANT_QTDBUS=$(usex dbus ON OFF) - -DWANT_QTWEBKIT=$(usex webkit ON OFF) + -DWANT_QTWEBKIT=OFF -DWANT_SPELLCHECKER=$(usex spell ON OFF) # COMPILE_SVG_SUPPORT not used in source code. diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild similarity index 97% rename from net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild rename to net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild index 06907a5543b..d30be45428b 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild @@ -30,7 +30,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND="dev-lang/perl:0 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5 media-libs/libtheora media-libs/libvorbis ) - webkit? ( dev-qt/qtwebkit:5 )" +" RDEPEND="${DEPEND} gsm? ( media-sound/gsm )" @@ -131,7 +131,7 @@ src_configure() { -DWANT_PHONON=$(usex phonon ON OFF) -DWANT_PYTHON=$(usex python ON OFF) -DWANT_QTDBUS=$(usex dbus ON OFF) - -DWANT_QTWEBKIT=$(usex webkit ON OFF) + -DWANT_QTWEBKIT=OFF -DWANT_SPELLCHECKER=$(usex spell ON OFF) # COMPILE_SVG_SUPPORT not used in source code. diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 2393d5ae4c2..c123daed957 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -30,7 +30,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="" -IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" +IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND="dev-lang/perl:0 @@ -72,7 +72,7 @@ DEPEND="dev-qt/qtcore:5 media-libs/libtheora media-libs/libvorbis ) - webkit? ( dev-qt/qtwebkit:5 )" +" RDEPEND="${DEPEND} gsm? ( media-sound/gsm )" @@ -131,7 +131,7 @@ src_configure() { -DWANT_PHONON=$(usex phonon ON OFF) -DWANT_PYTHON=$(usex python ON OFF) -DWANT_QTDBUS=$(usex dbus ON OFF) - -DWANT_QTWEBKIT=$(usex webkit ON OFF) + -DWANT_QTWEBKIT=OFF -DWANT_SPELLCHECKER=$(usex spell ON OFF) # COMPILE_SVG_SUPPORT not used in source code.
