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 0387F1582EF for ; Mon, 10 Feb 2025 23:21:35 +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 59B793431E2 for ; Mon, 10 Feb 2025 23:20:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B60F6110475; Mon, 10 Feb 2025 23:20:36 +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 AF3CE110475 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 633AF3430E6 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 88A4527D5 for ; Mon, 10 Feb 2025 23:20:33 +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: <1739229611.c6f6b0a0362427dfd203c9c3e4d90a9b7f3eea19.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-24.12.1.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6f6b0a0362427dfd203c9c3e4d90a9b7f3eea19 X-VCS-Branch: master Date: Mon, 10 Feb 2025 23:20:33 +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: be3dda2c-4b91-4d2c-a465-443a1a3190bf X-Archives-Hash: 5066bd86c9df066522010a96fe8ed535 commit: c6f6b0a0362427dfd203c9c3e4d90a9b7f3eea19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 10 21:16:38 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 10 23:20:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f6b0a0 kde-apps/kdecore-meta: drop 24.12.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-24.12.1.ebuild | 32 ----------------------- 1 file changed, 32 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.12.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.12.1.ebuild deleted file mode 100644 index b089ad7e5229..000000000000 --- a/kde-apps/kdecore-meta/kdecore-meta-24.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="kdecore - merge this to pull in the most basic applications" -HOMEPAGE="https://apps.kde.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" -IUSE="+share +webengine" - -RDEPEND=" - >=kde-apps/dolphin-${PV}:* - >=kde-apps/kdialog-${PV}:* - >=kde-apps/keditbookmarks-${PV}:* - >=kde-apps/kfind-${PV}:* - >=kde-apps/konsole-${PV}:* - >=kde-apps/kwrite-${PV}:* - webengine? ( - >=kde-apps/khelpcenter-${PV}:* - || ( - >=www-client/falkon-${PV} - >=kde-apps/konqueror-${PV}:* - ) - ) -" -# Optional runtime deps: kde-apps/dolphin -RDEPEND="${RDEPEND} - share? ( kde-frameworks/purpose:6 ) -"