From 3c69f13b68fa09d3bc40398d2a26cb3b8435bd60 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Jul 2026 21:48:42 +0200 Subject: [PATCH] kde-apps/calendarjanitor: drop 26.04.1 Signed-off-by: Andreas Sturmlechner --- kde-apps/calendarjanitor/Manifest | 1 - .../calendarjanitor-26.04.1.ebuild | 40 ------------------- 2 files changed, 41 deletions(-) delete mode 100644 kde-apps/calendarjanitor/calendarjanitor-26.04.1.ebuild diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest index 58e2968de88fe..42b64a5f84726 100644 --- a/kde-apps/calendarjanitor/Manifest +++ b/kde-apps/calendarjanitor/Manifest @@ -1,2 +1 @@ -DIST akonadi-calendar-tools-26.04.1.tar.xz 269832 BLAKE2B 577e87464248931a2ae4fe7f746026e1e2b64a6e55f5e20deb1528ddc14693fc1c2c4ae3d1ab35a334e5a86b7566ba52a3c95397a395446f1cd71377f6abb797 SHA512 f87410d758bc670e5da142d11fd53ae271337f06b1e0eede93fd3e48d55a31c4b723d7b52561a8e1da666210cd0ceab23838b39ac335bafb9ee943bd926a9801 DIST akonadi-calendar-tools-26.04.3.tar.xz 270112 BLAKE2B bc196ed8e89515bdbe45e0b4c5905148622d362ad5eac41fb16322fa98620bb6dc2e3c08306dd5d20cd65eab732797f5e517a9eb00f02f453c491b82540bacb1 SHA512 385e0b78b1f70d321f9298885d853337be7ca62989fed30d03be50eb4e728b9dc928605bd54afd50ad2a6cdc6813567926828874fbb1c3982ddd8025060eccfc diff --git a/kde-apps/calendarjanitor/calendarjanitor-26.04.1.ebuild b/kde-apps/calendarjanitor/calendarjanitor-26.04.1.ebuild deleted file mode 100644 index fde8732283947..0000000000000 --- a/kde-apps/calendarjanitor/calendarjanitor-26.04.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoff" -ECM_TEST="false" -KDE_ORG_NAME="akonadi-calendar-tools" -PVCUT=$(ver_cut 1-3) -KFMIN=6.22.0 -QTMIN=6.10.1 -inherit ecm gear.kde.org - -DESCRIPTION="Tool to scan calendar data for buggy instances" - -LICENSE="GPL-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} - >=kde-apps/akonadi-calendar-tools-common-${PV} -" - -PATCHES=( "${FILESDIR}/${PN}-25.07.70-loggingcategory.patch" ) - -src_prepare() { - ecm_src_prepare - ecm_punt_po_install - cmake_comment_add_subdirectory konsolekalendar -}