commit: 30d29bae3a06eff0043b86876828ed450447826f 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: Mon Oct 26 19:06:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d29bae
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-1.7.0.ebuild | 13 +++---------- net-im/choqok/metadata.xml | 1 - 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild index 94d9f54a591..d71b59812c2 100644 --- a/net-im/choqok/choqok-1.7.0.ebuild +++ b/net-im/choqok/choqok-1.7.0.ebuild @@ -9,8 +9,7 @@ QTMIN=5.12.3 inherit ecm kde.org DESCRIPTION="Free/Open Source micro-blogging client by KDE" -HOMEPAGE="https://choqok.kde.org/ -https://apps.kde.org/en/choqok" +HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/en/choqok" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz" @@ -19,7 +18,7 @@ fi LICENSE="GPL-2+" SLOT="5" -IUSE="attica konqueror share telepathy" +IUSE="attica share telepathy" DEPEND=" app-crypt/qca[qt5(+)] @@ -47,11 +46,6 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 attica? ( >=kde-frameworks/attica-${KFMIN}:5 ) - konqueror? ( - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kdewebkit-${KFMIN}:5 - ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) telepathy? ( net-libs/telepathy-qt[qt5(+)] ) " @@ -68,8 +62,7 @@ src_prepare() { 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 7606fdaab74..625636c5e6f 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>
