summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 01:27:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 18:05:50 +0100
commit2b5736260eee487fd824b1d4e377bfaf8a729012 (patch)
tree3d1a8ea232734a18590130a9c7cffcb4edc87ba4
parentc54381e4c99e08181c5349e7c5ddbbb1e26b1ae5 (diff)
downloadkde-2b5736260eee487fd824b1d4e377bfaf8a729012.tar.gz
kde-2b5736260eee487fd824b1d4e377bfaf8a729012.tar.bz2
kde-2b5736260eee487fd824b1d4e377bfaf8a729012.zip
kde-apps/konsolekalendar: drop 24.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
deleted file mode 100644
index 73f59a1eec4..00000000000
--- a/kde-apps/konsolekalendar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-calendar-tools-24.12.3.tar.xz 270076 BLAKE2B 3ee8150de43bc407a47b688b9311960c0d983b4c56adde0523cd9c549272723c3d54260119fa5ab43f6ad49eba246fa1f9154bc0ff6defdffda2c6b71e58644e SHA512 b451d3e5e49066bccd1c360ffb9e73f4a7a81f056b1881b3fce194affaf7739c288a1ddae343bec55672b0870bbbeb67aa58beeba6b486baf502e2125fef60aa
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild
deleted file mode 100644
index 069c7a0e6d7..00000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-24.12.3.ebuild
+++ /dev/null
@@ -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
-}