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 03FC1138351 for ; Sun, 16 Feb 2020 13:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EDC0E0885; Sun, 16 Feb 2020 13:41:56 +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 DDC8BE0885 for ; Sun, 16 Feb 2020 13:41:55 +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 6EA7834EBD1 for ; Sun, 16 Feb 2020 13:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE1E3144 for ; Sun, 16 Feb 2020 13:41:51 +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: <1581860455.110f0400c4e619517f9c5d3ba6c148855b3de537.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-19.08.3.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: 110f0400c4e619517f9c5d3ba6c148855b3de537 X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:41:51 +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: 30d579e4-c1e9-4fad-85e9-e172f08d1bbe X-Archives-Hash: dd99d3c353a18a62d07e0970d2e4bdad commit: 110f0400c4e619517f9c5d3ba6c148855b3de537 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 16 11:00:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 13:40:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110f0400 kde-apps/kdecore-meta: Drop 19.08.3 (r0) Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild | 35 ----------------------- kde-apps/kdecore-meta/metadata.xml | 1 - 2 files changed, 36 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild deleted file mode 100644 index 7c6b556b81c..00000000000 --- a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="kdecore - merge this to pull in the most basic applications" -HOMEPAGE="https://kde.org/" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="amd64 arm64 x86" -IUSE="+handbook +share +thumbnail +webengine webkit" - -RDEPEND=" - >=kde-apps/dolphin-${PV}:${SLOT} - >=kde-apps/kdialog-${PV}:${SLOT} - >=kde-apps/keditbookmarks-${PV}:${SLOT} - >=kde-apps/kfind-${PV}:${SLOT} - >=kde-apps/konsole-${PV}:${SLOT} - >=kde-apps/kwrite-${PV}:${SLOT} - handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} ) - webengine? ( www-client/falkon ) - webkit? ( - >=kde-apps/konqueror-${PV}:${SLOT}[webengine(+)?] - kde-misc/kwebkitpart:5 - ) -" -# Optional runtime deps: kde-apps/dolphin -RDEPEND="${RDEPEND} - share? ( kde-frameworks/purpose:${SLOT} ) - thumbnail? ( - >=kde-apps/ffmpegthumbs-${PV}:${SLOT} - >=kde-apps/thumbnailers-${PV}:${SLOT} - ) -" diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml index 99b40a291ad..ce448ffcffb 100644 --- a/kde-apps/kdecore-meta/metadata.xml +++ b/kde-apps/kdecore-meta/metadata.xml @@ -9,6 +9,5 @@ Install kde-frameworks/purpose for share file context menu actions in kde-apps/dolphin Install kde-apps/ffmpegthumbs and kde-apps/thumbnailers for thumbnail generation in kde-apps/dolphin Enable www-client/falkon which depends on dev-qt/qtwebengine - Enable kde-apps/konqueror with kde-misc/kwebkitpart which depend on dev-qt/qtwebkit