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 BBF88138334 for ; Wed, 8 May 2019 06:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A65EE087A; Wed, 8 May 2019 06:09:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0F8D0E087A for ; Wed, 8 May 2019 06:09:37 +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 6572C343BBE for ; Wed, 8 May 2019 06:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0405457B for ; Wed, 8 May 2019 06:09:34 +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: <1556820151.87bb23ccc66f0e969b76bc2d67fb576b2e04327e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild app-text/kbibtex/metadata.xml X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 87bb23ccc66f0e969b76bc2d67fb576b2e04327e X-VCS-Branch: master Date: Wed, 8 May 2019 06:09:34 +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: 9c2ae519-8012-4da1-a771-6ce69d8ed723 X-Archives-Hash: 70fb2e15847de591190cd92dd4e7d832 commit: 87bb23ccc66f0e969b76bc2d67fb576b2e04327e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 2 18:02:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 2 18:02:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=87bb23cc app-text/kbibtex: Drop USE webkit Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kbibtex/kbibtex-9999.ebuild | 7 ++----- app-text/kbibtex/metadata.xml | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index 545c29e14b..f52092a108 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -15,9 +15,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then fi LICENSE="GPL-2" -IUSE="webengine webkit zotero" - -REQUIRED_USE="?? ( webengine webkit )" +IUSE="webengine zotero" DEPEND=" $(add_frameworks_dep kcompletion) @@ -48,7 +46,6 @@ DEPEND=" dev-libs/icu:= virtual/tex-base webengine? ( $(add_qt_dep qtwebengine 'widgets') ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) zotero? ( app-crypt/qca[qt5(+)] dev-libs/qoauth:5 @@ -63,8 +60,8 @@ S="${WORKDIR}/${P/_/-}" src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) - $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) $(cmake-utils_use_find_package zotero Qca-qt5) ) diff --git a/app-text/kbibtex/metadata.xml b/app-text/kbibtex/metadata.xml index d2af51c141..bbd2b00bbf 100644 --- a/app-text/kbibtex/metadata.xml +++ b/app-text/kbibtex/metadata.xml @@ -7,7 +7,6 @@ Use dev-qt/qtwebengine for HTML previews - Use dev-qt/qtwebkit for HTML previews Enable support for synchronisation with zotero.org web service