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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FF021581F2 for ; Thu, 12 Dec 2024 21:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8C06E09BA; Thu, 12 Dec 2024 21:49:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68465E09BA for ; Thu, 12 Dec 2024 21:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0B1E342F64 for ; Thu, 12 Dec 2024 21:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDA291F7A for ; Thu, 12 Dec 2024 21:49:07 +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: <1734039878.8d2565d7a64c4466ac43957ba02b8393a52fc6d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdesdk-meta/kdesdk-meta-24.12.0.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d2565d7a64c4466ac43957ba02b8393a52fc6d1 X-VCS-Branch: master Date: Thu, 12 Dec 2024 21:49:07 +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: 7c21b248-792e-480e-9e79-559ae8357767 X-Archives-Hash: 17cc74c962639898dea6a83a1491aa94 commit: 8d2565d7a64c4466ac43957ba02b8393a52fc6d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 10 23:15:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 21:44:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2565d7 kde-apps/kdesdk-meta: 24.12.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-24.12.0.ebuild | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-24.12.0.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-24.12.0.ebuild new file mode 100644 index 000000000000..3ec351220a24 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-24.12.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" +HOMEPAGE="https://apps.kde.org/categories/development/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="cvs git mercurial perl php python subversion webengine" + +RDEPEND=" + >=dev-build/dolphin-plugins-makefileactions-${PV}:* + >=dev-util/massif-visualizer-${PV}:* + >=kde-apps/kapptemplate-${PV}:* + >=kde-apps/kcachegrind-${PV}:* + >=kde-apps/kde-dev-scripts-${PV}:* + >=kde-apps/kde-dev-utils-${PV}:* + >=kde-apps/kdesdk-thumbnailers-${PV}:* + >=kde-apps/kompare-${PV}:* + >=kde-apps/libkomparediff2-${PV}:* + >=kde-apps/poxml-${PV}:* + >=kde-apps/umbrello-${PV}:* + cvs? ( >=kde-apps/cervisia-${PV}:* ) + git? ( >=kde-apps/dolphin-plugins-git-${PV}:* ) + mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:* ) + perl? ( >=dev-util/kio-perldoc-${PV}:* ) + python? ( >=kde-apps/lokalize-${PV}:* ) + subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:* ) + webengine? ( + >=dev-util/kdevelop-${PV}:* + php? ( >=dev-util/kdevelop-php-${PV}:* ) + python? ( >=dev-util/kdevelop-python-${PV}:* ) + ) +"