kde-apps/calendarjanitor: drop 24.12.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:08:35 +02:00
parent ee702b6ef7
commit e440a1e971
2 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-24.12.3.tar.xz 270076 BLAKE2B 3ee8150de43bc407a47b688b9311960c0d983b4c56adde0523cd9c549272723c3d54260119fa5ab43f6ad49eba246fa1f9154bc0ff6defdffda2c6b71e58644e SHA512 b451d3e5e49066bccd1c360ffb9e73f4a7a81f056b1881b3fce194affaf7739c288a1ddae343bec55672b0870bbbeb67aa58beeba6b486baf502e2125fef60aa
DIST akonadi-calendar-tools-25.04.2.tar.xz 273328 BLAKE2B e06c2818f69eda1189a79f803f398b7bc01a031a5e06e95538dc3e70821389234426cfa0f6b8488ddabc160aa1d015ffe6d2474b9f98e0dfb8dd7d1990ef26a1 SHA512 69b74ac2a47a2fc452b115afd3d0eac6c34097eaee6ba820410b69bad2d03a038b22e8e396cc2430fba3e9bec597ba17c550daa28b1a57bbbfca13000d4c8be1
DIST akonadi-calendar-tools-25.04.3.tar.xz 273268 BLAKE2B ce28c647efcabf40d43794085d27c21235694901666fb69178d375a4f2f3cd4132d275dc0912a4bcd87bec82120ce0b24783869cc48e649bb3eb9c9320d24cd4 SHA512 2351e87ac6e8e5cef986ac9afe4ff9deb7e01461b5bb393411a66216a38483b26c382d68d51b4c08c256454004e124c78314f934bdf79474eb47ea954a57a36e

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2025 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.7.0
QTMIN=6.7.2
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}-24.05.2-loggingcategory.patch" )
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
cmake_comment_add_subdirectory konsolekalendar
}