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 D8A261382C5 for ; Wed, 12 May 2021 07:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0265E0825; Wed, 12 May 2021 07:50:14 +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 985AAE0825 for ; Wed, 12 May 2021 07:50:14 +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 1D5EB340CCC for ; Wed, 12 May 2021 07:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4112D78D for ; Wed, 12 May 2021 07:50:10 +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: <1620804964.d8b1003e04667cdb5f35845d4cab68ce0a19cfff.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-21.04.1.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8b1003e04667cdb5f35845d4cab68ce0a19cfff X-VCS-Branch: master Date: Wed, 12 May 2021 07:50:10 +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: f2094043-3cbd-4031-a9be-1eb8395f6460 X-Archives-Hash: d7fb5b39b9f85f22cda4bd69a18a140a commit: d8b1003e04667cdb5f35845d4cab68ce0a19cfff Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 12 07:36:04 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 12 07:36:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8b1003e kde-apps/kdecore-meta: 21.04.1 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-21.04.1.ebuild | 34 +++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/kde-apps/kdecore-meta/kdecore-meta-21.04.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-21.04.1.ebuild new file mode 100644 index 0000000000..747f60dace --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-21.04.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 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 ~ppc64 ~x86" +IUSE="+handbook +share +thumbnail +webengine" + +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 + >=kde-apps/konqueror-${PV}:${SLOT} + ) ) +" +# Optional runtime deps: kde-apps/dolphin +RDEPEND="${RDEPEND} + share? ( kde-frameworks/purpose:${SLOT} ) + thumbnail? ( + >=kde-apps/ffmpegthumbs-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + ) +"