From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4E6111582EF for ; Mon, 10 Feb 2025 23:21:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AB7CB34328D for ; Mon, 10 Feb 2025 23:20:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0173211047C; Mon, 10 Feb 2025 23:20:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EAB1011047B for ; Mon, 10 Feb 2025 23:20:36 +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 A2D5D343101 for ; Mon, 10 Feb 2025 23:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C4A27F0 for ; Mon, 10 Feb 2025 23:20:34 +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: <1739229613.284b356b7e4d681e00d44a6481e247be8956096a.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.1.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 284b356b7e4d681e00d44a6481e247be8956096a X-VCS-Branch: master Date: Mon, 10 Feb 2025 23:20:34 +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: f71c984b-ee40-49b1-9bb3-6fc42a39aeb4 X-Archives-Hash: 1125bfa0c09201a57cdd4f23ad3bade7 commit: 284b356b7e4d681e00d44a6481e247be8956096a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 10 21:17:16 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 10 23:20:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284b356b kde-apps/kdesdk-meta: drop 24.12.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-24.12.1.ebuild | 37 ------------------------- 1 file changed, 37 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-24.12.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-24.12.1.ebuild deleted file mode 100644 index 8a2b9ec6428f..000000000000 --- a/kde-apps/kdesdk-meta/kdesdk-meta-24.12.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 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}:* ) - ) -"