From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D153138359 for ; Sun, 9 Aug 2020 09:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7008EE0916; Sun, 9 Aug 2020 09:45:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 586A5E0916 for ; Sun, 9 Aug 2020 09:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1277934F1DC for ; Sun, 9 Aug 2020 09:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759182CE for ; Sun, 9 Aug 2020 09:45:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596965895.9b0c29db2bb684a4a5ca18327496463885cac7d3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/choqok/choqok-9999.ebuild net-im/choqok/metadata.xml X-VCS-Directories: net-im/choqok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b0c29db2bb684a4a5ca18327496463885cac7d3 X-VCS-Branch: master Date: Sun, 9 Aug 2020 09:45:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2dbd13a-7533-4649-9cd1-b2c9f5ee033f X-Archives-Hash: a0573571d8e06e6c40074e3636861cbf commit: 9b0c29db2bb684a4a5ca18327496463885cac7d3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 9 09:38:15 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ Build Open Collaboration Services plugin using kde-frameworks/attica - Build Konqueror Choqok plugin Enable support for a share menu using kde-frameworks/purpose Enable support for the real-time communication framework telepathy