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 02C5413835A for ; Wed, 12 May 2021 07:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6380E0826; 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 9C12EE0826 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 0AEA1340CCB 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 2E7F878C 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.4808bc80dfe7ccfc1110f955c2fe333d7df0fe74.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kde-apps-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kde-apps-meta/kde-apps-meta-21.04.1.ebuild X-VCS-Directories: kde-apps/kde-apps-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4808bc80dfe7ccfc1110f955c2fe333d7df0fe74 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: 37f35163-ec98-437d-865c-cf619761e977 X-Archives-Hash: 6366e5ee5491316033a68bb57be39257 commit: 4808bc80dfe7ccfc1110f955c2fe333d7df0fe74 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=4808bc80 kde-apps/kde-apps-meta: 21.04.1 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> .../kde-apps-meta/kde-apps-meta-21.04.1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-21.04.1.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-21.04.1.ebuild new file mode 100644 index 0000000000..324d663574 --- /dev/null +++ b/kde-apps/kde-apps-meta/kde-apps-meta-21.04.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta package for the KDE Release Service collection" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils" + +RDEPEND=" + >=kde-apps/kdecore-meta-${PV}:${SLOT} + accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:${SLOT} ) + admin? ( >=kde-apps/kdeadmin-meta-${PV}:${SLOT} ) + education? ( >=kde-apps/kdeedu-meta-${PV}:${SLOT} ) + games? ( >=kde-apps/kdegames-meta-${PV}:${SLOT} ) + graphics? ( >=kde-apps/kdegraphics-meta-${PV}:${SLOT} ) + multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:${SLOT} ) + network? ( >=kde-apps/kdenetwork-meta-${PV}:${SLOT} ) + pim? ( >=kde-apps/kdepim-meta-${PV}:${SLOT} ) + sdk? ( >=kde-apps/kdesdk-meta-${PV}:${SLOT} ) + utils? ( >=kde-apps/kdeutils-meta-${PV}:${SLOT} ) +"