summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 21:36:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-05 00:27:34 +0200
commit5fb2fe955ab207dbaf20837c64bb388b34d96ea1 (patch)
treeaa8a0d14fff9829264c70d38bb105bfc07506b82 /kde-apps/konsolekalendar
parentkde-apps/knotes: drop 22.08.3 (diff)
downloadgentoo-5fb2fe955ab207dbaf20837c64bb388b34d96ea1.tar.gz
gentoo-5fb2fe955ab207dbaf20837c64bb388b34d96ea1.tar.bz2
gentoo-5fb2fe955ab207dbaf20837c64bb388b34d96ea1.zip
kde-apps/konsolekalendar: drop 22.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-22.08.3.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 7bdc576e3ccb..25a0f3603c67 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,2 +1 @@
-DIST akonadi-calendar-tools-22.08.3.tar.xz 238252 BLAKE2B 5a07fcd1cef621640995f25a90ffea57bcd47d870234e2d763b348bc0d4fa897f14c6efdcf404b03f3af0fa78fe8dfe858f84b1584bf824556e38e247f467980 SHA512 ffcdc6b41d58fbfc438187eab083946d62d73abeffa7d6de75e219eff58ca6d384c9c69413f0cb0d6811e7337eddada34d818f4ea0c079c10a3012ad90c5bc62
DIST akonadi-calendar-tools-22.12.3.tar.xz 254132 BLAKE2B 7a4d74dbe3474bb96b3ddcbd0ff293c4e70f739badb6bab4dd2b2cea833030757e17f2fa8f7ef732f21947cd39b187dd58ed4e6451b8075aad5c2d5b78e2fd15 SHA512 ae2c7cd67a901cb2c2e536ebd6f342218339fb20289ab94f69fc425e9b6774ce48cb72dcae4898fcd1741b14b9cb60fb45dcae36ec49d11e15a5045f3cab31a5
diff --git a/kde-apps/konsolekalendar/konsolekalendar-22.08.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-22.08.3.ebuild
deleted file mode 100644
index cb3068d466f0..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-22.08.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KDE_ORG_NAME="akonadi-calendar-tools"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.0
-inherit ecm gear.kde.org
-
-DESCRIPTION="Command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-calendar-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-apps/kcalutils-${PVCUT}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_src_prepare
-
- # delete colliding calendarjanitor translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- rm -f po/*/calendarjanitor.po || die
- fi
-
- cmake_comment_add_subdirectory calendarjanitor
-}