kde-apps/konsolekalendar: drop 24.12.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-03-27 19:19:09 +01:00
parent f482ada26c
commit ff7602ee9d
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST akonadi-calendar-tools-24.12.2.tar.xz 270064 BLAKE2B 21864269a04b3abec8e7560c15a1362c027494cb5b37ffbdcc22d0ef3248f38c9a321fb4eb5097871c388851d0a378ed3b37fca9f3e0ae86abc1d89b3cb366bc SHA512 b3bcbf0201b87262c2b309e4701291e4504892f66e82cf0d9849136fa321cadc96f60755cab25519840481647da9c6eaaa874d879e98d89de79d0e5b9cd51643
DIST akonadi-calendar-tools-24.12.3.tar.xz 270076 BLAKE2B 3ee8150de43bc407a47b688b9311960c0d983b4c56adde0523cd9c549272723c3d54260119fa5ab43f6ad49eba246fa1f9154bc0ff6defdffda2c6b71e58644e SHA512 b451d3e5e49066bccd1c360ffb9e73f4a7a81f056b1881b3fce194affaf7739c288a1ddae343bec55672b0870bbbeb67aa58beeba6b486baf502e2125fef60aa

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2025 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.7.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
}