kde-apps/calendarjanitor: drop 26.04.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-07 21:48:42 +02:00
parent 1537d9cb63
commit 3c69f13b68
2 changed files with 0 additions and 41 deletions

View File

@@ -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

View File

@@ -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
}