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 35424138334 for ; Thu, 8 Nov 2018 21:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23771E09F2; Thu, 8 Nov 2018 21:06:34 +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 F1A00E09F2 for ; Thu, 8 Nov 2018 21:06:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9358A335C29 for ; Thu, 8 Nov 2018 21:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A5645F for ; Thu, 8 Nov 2018 21:06:30 +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: <1541705148.13a2af5a33d8bee4a3b5c017fb2ff22518ba0685.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-9999.ebuild kde-apps/kdecore-meta/metadata.xml X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13a2af5a33d8bee4a3b5c017fb2ff22518ba0685 X-VCS-Branch: master Date: Thu, 8 Nov 2018 21:06:30 +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-Archives-Salt: 85b3fa52-1bef-412f-9304-1b809cfefceb X-Archives-Hash: a1ffaf2a0a3611a453ca0ab05109362e commit: 13a2af5a33d8bee4a3b5c017fb2ff22518ba0685 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 19:25:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 19:25:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13a2af5a kde-apps/kdecore-meta: Add USE +webengine +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-9999.ebuild | 16 ++++++++++------ kde-apps/kdecore-meta/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild index b3c5041c00..44259db72c 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,18 +7,22 @@ inherit kde5-meta-pkg DESCRIPTION="kdecore - merge this to pull in the most basic applications" KEYWORDS="" -IUSE="+handbook" +IUSE="+handbook +webengine +webkit" RDEPEND=" $(add_kdeapps_dep dolphin) $(add_kdeapps_dep kdialog) $(add_kdeapps_dep keditbookmarks) $(add_kdeapps_dep kfind) - || ( - www-client/falkon - $(add_kdeapps_dep konqueror) - ) $(add_kdeapps_dep konsole) $(add_kdeapps_dep kwrite) handbook? ( $(add_kdeapps_dep khelpcenter) ) + webengine? ( || ( + www-client/falkon + $(add_kdeapps_dep konqueror 'webengine') + ) ) + webkit? ( + $(add_kdeapps_dep konqueror) + kde-misc/kwebkitpart:5 + ) " diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml index 2fdbf33d96..8a440f7049 100644 --- a/kde-apps/kdecore-meta/metadata.xml +++ b/kde-apps/kdecore-meta/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable www-client/falkon which depends on dev-qt/qtwebengine +