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 DA1A2138334 for ; Sun, 21 Jul 2019 11:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0383BE0802; Sun, 21 Jul 2019 11:10:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC66EE0802 for ; Sun, 21 Jul 2019 11:10:21 +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 B5051348220 for ; Sun, 21 Jul 2019 11:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D02970D for ; Sun, 21 Jul 2019 11:10:08 +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: <1563707387.c8647f6d79ee74b045a00c8bd6c52986524a8941.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild kde-frameworks/kdesignerplugin/metadata.xml X-VCS-Directories: kde-frameworks/kdesignerplugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8647f6d79ee74b045a00c8bd6c52986524a8941 X-VCS-Branch: master Date: Sun, 21 Jul 2019 11:10:08 +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: 7db01820-ef85-4ffd-b9fb-9b6a3d227bac X-Archives-Hash: cf16c5cd7f3cd5da3d80c6bd1a1f56ed commit: c8647f6d79ee74b045a00c8bd6c52986524a8941 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 21 10:58:04 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 21 11:09:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8647f6d kde-frameworks/kdesignerplugin: Drop USE webkit Upstream commit 729f723f76751f106e803903cfd9b16d6fa350f0 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild | 8 +------- kde-frameworks/kdesignerplugin/metadata.xml | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild index f602e845b2..4b2e34f0ec 100644 --- a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild +++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner" LICENSE="LGPL-2.1+" KEYWORDS="" -IUSE="designer nls webkit" +IUSE="designer nls" BDEPEND=" nls? ( $(add_qt_dep linguist-tools) ) @@ -32,11 +32,6 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep sonnet) ) - webkit? ( - $(add_qt_dep designer) - $(add_qt_dep qtgui) - $(add_frameworks_dep kdewebkit) - ) " RDEPEND="${DEPEND}" @@ -52,7 +47,6 @@ src_configure() { $(cmake-utils_use_find_package designer KF5TextWidgets) $(cmake-utils_use_find_package designer KF5WidgetsAddons) $(cmake-utils_use_find_package designer KF5XmlGui) - $(cmake-utils_use_find_package webkit KF5WebKit) ) kde5_src_configure diff --git a/kde-frameworks/kdesignerplugin/metadata.xml b/kde-frameworks/kdesignerplugin/metadata.xml index 0e20c8c320..cb2a431ad0 100644 --- a/kde-frameworks/kdesignerplugin/metadata.xml +++ b/kde-frameworks/kdesignerplugin/metadata.xml @@ -7,6 +7,5 @@ Build KF5 widgets plugin for QtDesigner - Build kdewebkit plugin for QtDesigner