summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-03 14:07:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-03 18:13:06 +0100
commit88fe25274d55f09287b1028ddd905cd438fcfc25 (patch)
tree987f249e4d5791232ce2e46252a839f4dfdc816b /kde-apps/konsolekalendar
parentkde-apps/knotes: drop 21.12.1* (diff)
downloadgentoo-88fe25274d55f09287b1028ddd905cd438fcfc25.tar.gz
gentoo-88fe25274d55f09287b1028ddd905cd438fcfc25.tar.bz2
gentoo-88fe25274d55f09287b1028ddd905cd438fcfc25.zip
kde-apps/konsolekalendar: drop 21.12.1*
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-21.12.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 89641df825e8..36b52f832f84 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-21.08.3.tar.xz 236480 BLAKE2B 52d684780d95dc0fd957195844ab1a190018a47b62dec05e8bdd3adf565961e6c2b229c46b3ed6cb42e9a81b59800559a1049051eb69ac00cf7cdc98a40f3fb7 SHA512 1f2dc20a9b0d2d8ad35327ebbdf39e382f687120245b346d6b9e03d3c2d521e57208567c5edf6a5552515f62ecf25e0da43fae5bccd41d47114207a30afd5d4c
-DIST akonadi-calendar-tools-21.12.1.tar.xz 236228 BLAKE2B 49f1b454bda524ee8465e171aecd7915ff7f9435ebd80fb508bbb58d4ac4fe798d6e83f26aa60b2da66f140685d977a321bd8a3bd2bc0784a78b50fb8c2f8fcc SHA512 35ac67327264679237542f7a3b79944ddaaf8f61a272f9f75434a250c88d2c0b6cdcf708234615d92d7162f458240f76e0fcbc16d64ef5db373a7dc2a30b1990
DIST akonadi-calendar-tools-21.12.2.tar.xz 236332 BLAKE2B fbfd9a9f1a00d4ebea976f67c01f7030eb86ac593ce1a54de330f3cedb6a511acd1cfc7086d24f4cba1d8bde3de58d07cbf46752f16217f33be8618e51abd12d SHA512 4270d5391beee15fd0bc0de2bf6bcd04bf89bd888104f6f0bef225139e501e2e7f7dd3ded6dac5ffeb6e6164c01b4af2aa1d40df0c23b6111bd2867d00cd1c59
diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild
deleted file mode 100644
index 2cf1f5251858..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-21.12.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 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.88.0
-inherit ecm 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
-}