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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB7FC158083 for ; Mon, 2 Sep 2024 07:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA8362BC058; Mon, 2 Sep 2024 07:17:57 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 9D7272BC058 for ; Mon, 2 Sep 2024 07:17:57 +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 621DD34313C for ; Mon, 2 Sep 2024 07:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0562C1F40 for ; Mon, 2 Sep 2024 07:17:54 +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: <1725261459.0e8755420fe303d1e6f949d9537a5687a7991ee3.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-23.08.5.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e8755420fe303d1e6f949d9537a5687a7991ee3 X-VCS-Branch: master Date: Mon, 2 Sep 2024 07:17:54 +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: dc61285b-e6e4-4cac-8634-0eff591a4e86 X-Archives-Hash: 7af78f283485dc6b9efd94b25edaed5d commit: 0e8755420fe303d1e6f949d9537a5687a7991ee3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 21:03:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 07:17:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e875542 kde-apps/kdesdk-meta: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-23.08.5.ebuild | 35 ------------------------- 1 file changed, 35 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-23.08.5.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-23.08.5.ebuild deleted file mode 100644 index 27b1cc0c21f8..000000000000 --- a/kde-apps/kdesdk-meta/kdesdk-meta-23.08.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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=" - >=kde-apps/kapptemplate-${PV}:5 - >=kde-apps/kcachegrind-${PV}:5 - >=kde-apps/kde-dev-scripts-${PV}:5 - >=kde-apps/kde-dev-utils-${PV}:5 - >=kde-apps/kdesdk-thumbnailers-${PV}:5 - >=kde-apps/kompare-${PV}:5 - >=kde-apps/libkomparediff2-${PV}:5 - >=kde-apps/poxml-${PV}:5 - >=kde-apps/umbrello-${PV}:5 - cvs? ( >=kde-apps/cervisia-${PV}:5 ) - git? ( >=kde-apps/dolphin-plugins-git-${PV}:5 ) - mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:5 ) - perl? ( >=dev-util/kio-perldoc-${PV}:5 ) - python? ( >=kde-apps/lokalize-${PV}:5 ) - subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:5 ) - webengine? ( - >=dev-util/kdevelop-${PV}:5 - php? ( >=dev-util/kdevelop-php-${PV}:5 ) - python? ( >=dev-util/kdevelop-python-${PV}:5 ) - ) -"