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 C4AA81581C1 for ; Thu, 4 Jul 2024 12:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD93BE2A18; Thu, 4 Jul 2024 12:06:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0F0FE2A18 for ; Thu, 4 Jul 2024 12:06:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B84AF335D6E for ; Thu, 4 Jul 2024 12:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B7921DBC for ; Thu, 4 Jul 2024 12:06:40 +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: <1720093892.12f909aa2f25d42aba1e33c61ee6346f863c31d8.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.05.1.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 12f909aa2f25d42aba1e33c61ee6346f863c31d8 X-VCS-Branch: master Date: Thu, 4 Jul 2024 12:06:40 +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: 11095774-fbb1-4bbf-81f9-8c9f69218a43 X-Archives-Hash: bb7aca6a54882cee2a79d8f51524962a commit: 12f909aa2f25d42aba1e33c61ee6346f863c31d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 3 18:14:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 4 11:51:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f909aa kde-apps/kdesdk-meta: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild | 35 ------------------------- 1 file changed, 35 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild deleted file mode 100644 index be655e3d6e4a..000000000000 --- a/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.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" -IUSE="cvs git mercurial perl php python subversion webengine" - -RDEPEND=" - >=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}:* ) - ) -"