commit: 9b0c29db2bb684a4a5ca18327496463885cac7d3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 09:38:15 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 09:38:15 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b0c29db
net-im/choqok: Drop IUSE=konqueror
kdewebkit--, qtwebkit--
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/choqok/choqok-9999.ebuild | 10 ++--------
net-im/choqok/metadata.xml | 1 -
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index b610393b43..770e46dcd3 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -19,7 +19,7 @@ fi
LICENSE="GPL-2+"
SLOT="5"
-IUSE="attica konqueror share telepathy"
+IUSE="attica share telepathy"
DEPEND="
app-crypt/qca[qt5(+)]
@@ -47,11 +47,6 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
- konqueror? (
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kdewebkit-${KFMIN}:5
- >=dev-qt/qtwebkit-5.212.0_pre20180120:5
- )
share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
telepathy? ( net-libs/telepathy-qt[qt5(+)] )
"
@@ -62,8 +57,7 @@ DOCS=( AUTHORS README changelog )
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package attica KF5Attica)
- $(cmake_use_find_package konqueror KF5Parts)
- $(cmake_use_find_package konqueror KF5WebKit)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
$(cmake_use_find_package share KF5Purpose)
$(cmake_use_find_package telepathy TelepathyQt5)
)
diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 7606fdaab7..625636c5e6 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="attica">Build Open Collaboration Services plugin
using <pkg>kde-frameworks/attica</pkg></flag>
- <flag name="konqueror">Build Konqueror Choqok plugin</flag>
<flag name="share">Enable support for a share menu using
<pkg>kde-frameworks/purpose</pkg></flag>
<flag name="telepathy">Enable support for the real-time
communication framework telepathy</flag>
</use>