kde-apps/konsolekalendar: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:26:43 +02:00
parent a986d429e9
commit 6b79f0fa39
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST akonadi-calendar-tools-25.04.3.tar.xz 273268 BLAKE2B ce28c647efcabf40d43794085d27c21235694901666fb69178d375a4f2f3cd4132d275dc0912a4bcd87bec82120ce0b24783869cc48e649bb3eb9c9320d24cd4 SHA512 2351e87ac6e8e5cef986ac9afe4ff9deb7e01461b5bb393411a66216a38483b26c382d68d51b4c08c256454004e124c78314f934bdf79474eb47ea954a57a36e
DIST akonadi-calendar-tools-25.08.2.tar.xz 274404 BLAKE2B 2d1fb95350589b216214986ea4f31d3854bd1c5fc1ae6b58de544aa93abcc9d913b0b76c0b093d1eab03e2eb612520695da8291a5e1e17b757dc26baffdb7d50 SHA512 b2a92a87d8aa902d8550f47649467142924b1fae283cd290fc6a9f93636c8696a82fcbd3d21047a069b9db3d69ced682f80c9f1fafce983c94b5e97d8bc66088

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.13.0
inherit ecm gear.kde.org xdg
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
}