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 0A94A15852A for ; Wed, 21 Aug 2024 21:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D63F2BC044; Wed, 21 Aug 2024 21:51:22 +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 7EA792BC044 for ; Wed, 21 Aug 2024 21:51:22 +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 2C52C34168D for ; Wed, 21 Aug 2024 21:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C84BF42 for ; Wed, 21 Aug 2024 21:51:18 +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: <1724274992.efd91adccc39f041f9a9ad3cd321d8201c873270.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/calendarjanitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/calendarjanitor/calendarjanitor-24.05.2.ebuild X-VCS-Directories: kde-apps/calendarjanitor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: efd91adccc39f041f9a9ad3cd321d8201c873270 X-VCS-Branch: master Date: Wed, 21 Aug 2024 21:51:18 +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: 338d11f3-a310-4b1e-a4dc-e15972ee7c6e X-Archives-Hash: 3417338feade8251b1887ff2aa75bcfd commit: efd91adccc39f041f9a9ad3cd321d8201c873270 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 20 15:34:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 21 21:16:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd91adc kde-apps/calendarjanitor: drop 24.05.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../calendarjanitor/calendarjanitor-24.05.2.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/kde-apps/calendarjanitor/calendarjanitor-24.05.2.ebuild b/kde-apps/calendarjanitor/calendarjanitor-24.05.2.ebuild deleted file mode 100644 index eee1001db359..000000000000 --- a/kde-apps/calendarjanitor/calendarjanitor-24.05.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -ECM_TEST="false" -KDE_ORG_NAME="akonadi-calendar-tools" -PVCUT=$(ver_cut 1-3) -KFMIN=6.3.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="Tool to scan calendar data for buggy instances" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[widgets] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/akonadi-calendar-${PVCUT}:6 - >=kde-apps/calendarsupport-${PVCUT}:6 - >=kde-frameworks/kcalendarcore-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND}" - -src_prepare() { - ecm_src_prepare - - cmake_comment_add_subdirectory doc konsolekalendar - sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die - - # delete colliding konsolekalendar translations - rm -f po/*/konsolekalendar.po || die - rm -rf po/*/docs/konsolekalendar || die -}