summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:02:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:32:41 +0200
commit6991c57672771824624ed585103022abdd74a195 (patch)
tree6653bac474c78a351282ad37afe436890ebfbfbf
parentkde-apps/akregator: drop 23.04.2 (diff)
downloadgentoo-6991c57672771824624ed585103022abdd74a195.tar.gz
gentoo-6991c57672771824624ed585103022abdd74a195.tar.bz2
gentoo-6991c57672771824624ed585103022abdd74a195.zip
kde-apps/calendarjanitor: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/calendarjanitor/Manifest1
-rw-r--r--kde-apps/calendarjanitor/calendarjanitor-23.04.2.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest
index be0f3c931264..8a01bd48bb83 100644
--- a/kde-apps/calendarjanitor/Manifest
+++ b/kde-apps/calendarjanitor/Manifest
@@ -1,2 +1 @@
-DIST akonadi-calendar-tools-23.04.2.tar.xz 254460 BLAKE2B 6b09ab803b949969ea0922af41f2751c787283c866e1867c3882536659d8d8f8b306c3e0a6f0b8e02165c749d18429a3bcab34872960999ed6dbc16069bfb72a SHA512 3ddd3155c4e04598063b4f16b341a3e834345c7c7f87d55ad420d233ec5cc25484d695864cfeca406435c1f9b0b12dd44dd6eba6371b6ccd6f5d78662ab22751
DIST akonadi-calendar-tools-23.04.3.tar.xz 256752 BLAKE2B c65f0f16b09f678a18f22b2d4efbbf1f56d46b3e583d733f870b980c2cc3b06594749ed52cbacbe9ba658ba4e4a223aa6ca773ae8ecf308e8c1d2094148faf36 SHA512 708d7693731dd859030f21e25525319277e96245f4eee6c6a2c1bb92abf8994759d7f8a519d18dbfbb9285beb3de6ea3e5e85b3b21421abffc1447d6d4d01962
diff --git a/kde-apps/calendarjanitor/calendarjanitor-23.04.2.ebuild b/kde-apps/calendarjanitor/calendarjanitor-23.04.2.ebuild
deleted file mode 100644
index 4422aac95992..000000000000
--- a/kde-apps/calendarjanitor/calendarjanitor-23.04.2.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" # FIXME: Check back for doc in release
-ECM_TEST="false"
-KDE_ORG_NAME="akonadi-calendar-tools"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Tool to scan calendar data for buggy instances"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-calendar-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_src_prepare
-
- cmake_comment_add_subdirectory doc konsolekalendar
- sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
-
- # delete colliding konsolekalendar translations
- rm -f po/*/konsolekalendar.po || die
- rm -rf po/*/docs/konsolekalendar || die
-}