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 80A66138335 for ; Sun, 18 Nov 2018 19:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0535FE0BE6; Sun, 18 Nov 2018 19:05:04 +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 CB863E0C26 for ; Sun, 18 Nov 2018 19:05:03 +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 27A92335C8D for ; Sun, 18 Nov 2018 19:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E768D475 for ; Sun, 18 Nov 2018 19:04:58 +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: <1542567879.57fa2906a320e983aeee4ffa59e674c82df1cd4e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.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: 57fa2906a320e983aeee4ffa59e674c82df1cd4e X-VCS-Branch: master Date: Sun, 18 Nov 2018 19:04:58 +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: 9495adf5-1c4d-45e5-a793-1c5f3b4244aa X-Archives-Hash: 254676caa1708bd6def18be9d77a0e3f commit: 57fa2906a320e983aeee4ffa59e674c82df1cd4e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 18:37:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 19:04:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fa2906 kde-apps/kdecore-meta: Add USE +webengine webkit Be explicit with webbrowser choice, disable webkit by default. Konqueror is a shadow of itself and Qt5WebKit is deprecated anyway. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdecore-meta/kdecore-meta-18.08.3-r1.ebuild | 25 ++++++++++++++++++++++ kde-apps/kdecore-meta/metadata.xml | 3 +++ 2 files changed, 28 insertions(+) diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild new file mode 100644 index 00000000000..4a00970c79f --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdecore - merge this to pull in the most basic applications" +KEYWORDS="~amd64 ~x86" +IUSE="+handbook +webengine webkit" + +RDEPEND=" + $(add_kdeapps_dep dolphin) + $(add_kdeapps_dep kdialog) + $(add_kdeapps_dep keditbookmarks) + $(add_kdeapps_dep kfind) + $(add_kdeapps_dep konsole) + $(add_kdeapps_dep kwrite) + handbook? ( $(add_kdeapps_dep khelpcenter) ) + webengine? ( www-client/falkon ) + webkit? ( + $(add_kdeapps_dep konqueror 'webengine?') + kde-misc/kwebkitpart:5 + ) +" diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml index 2fdbf33d963..8a440f7049c 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 +