summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 20:59:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 20:59:19 +0100
commitf854829915881b846e2e6c7cce639ba49b707d0c (patch)
tree0f44efbbbe621d67f704b3246736aef099bf8440
parentf1dff47d4b865fc15031fa79ca4b2e567e89d977 (diff)
downloadkde-f854829915881b846e2e6c7cce639ba49b707d0c.tar.gz
kde-f854829915881b846e2e6c7cce639ba49b707d0c.tar.bz2
kde-f854829915881b846e2e6c7cce639ba49b707d0c.zip
kde-apps/konsolekalendar: drop 24.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.12.1.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 a9935ade9e7..00000000000
--- a/kde-apps/konsolekalendar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-calendar-tools-24.12.1.tar.xz 269344 BLAKE2B 1e23f31c2de6c9ba74ec2a547702666218226443b2258a6b11c2e3aad63690fe69b5038419a25fd316ca1b389a100574fed3a090f0eeae6a691bf37f8255fadd SHA512 ffd91a886a8b94d22fb1102cff28aa1e64b21bf3b1af4aad9b844df3d6cacbac6fcbf8413682c2d7d2067dbfab2d1a1dfbec47f4bf751b9fe0a8b328db317477
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild
deleted file mode 100644
index b7b0a359dfa..00000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-24.12.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 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
-}