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 824F91580FD for ; Sat, 21 Dec 2024 21:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A64E08F6; Sat, 21 Dec 2024 21:27:39 +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 296EAE08F6 for ; Sat, 21 Dec 2024 21:27:39 +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 32B4133BF3B for ; Sat, 21 Dec 2024 21:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA16F1DF4 for ; Sat, 21 Dec 2024 21:27:36 +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: <1734816434.365bb22c5b32d43de626140377e723b37b7d6791.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolekalendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsolekalendar/konsolekalendar-24.12.0.ebuild X-VCS-Directories: kde-apps/konsolekalendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 365bb22c5b32d43de626140377e723b37b7d6791 X-VCS-Branch: master Date: Sat, 21 Dec 2024 21:27:36 +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: 0dcf3005-99df-448c-aa55-5cc9d7228f4e X-Archives-Hash: 72a896873bb801a9ae777b257333bea0 commit: 365bb22c5b32d43de626140377e723b37b7d6791 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 21 21:23:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 21 21:27:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365bb22c kde-apps/konsolekalendar: drop 24.12.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../konsolekalendar/konsolekalendar-24.12.0.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.0.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.0.ebuild deleted file mode 100644 index 32e049d9d4ca..000000000000 --- a/kde-apps/konsolekalendar/konsolekalendar-24.12.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoff" -KDE_ORG_NAME="akonadi-calendar-tools" -PVCUT=$(ver_cut 1-3) -KFMIN=6.5.0 -inherit ecm gear.kde.org - -DESCRIPTION="Command line interface to KDE calendars" -HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND=" - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/akonadi-calendar-${PVCUT}:6 - >=kde-apps/calendarsupport-${PVCUT}:6 - >=kde-frameworks/kcalendarcore-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND} - >=kde-apps/akonadi-calendar-tools-common-${PV} -" - -src_prepare() { - ecm_src_prepare - ecm_punt_po_install - cmake_comment_add_subdirectory calendarjanitor -}