diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-28 14:08:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-29 14:51:52 +0100 |
commit | eaeb9e9d0d35b27751289dd2819231c3608eadd5 (patch) | |
tree | 7450fa0f96d71f374017540866aa9dc03ee9aab1 /kde-apps/calendarjanitor | |
parent | kde-apps/akregator: drop 21.04.3* (diff) | |
download | gentoo-eaeb9e9d0d35b27751289dd2819231c3608eadd5.tar.gz gentoo-eaeb9e9d0d35b27751289dd2819231c3608eadd5.tar.bz2 gentoo-eaeb9e9d0d35b27751289dd2819231c3608eadd5.zip |
kde-apps/calendarjanitor: drop 21.04.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarjanitor')
-rw-r--r-- | kde-apps/calendarjanitor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarjanitor/calendarjanitor-21.04.3.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest index 115fffebc3e0..0677a8b9e118 100644 --- a/kde-apps/calendarjanitor/Manifest +++ b/kde-apps/calendarjanitor/Manifest @@ -1,2 +1 @@ -DIST akonadi-calendar-tools-21.04.3.tar.xz 236956 BLAKE2B 96ff649f343c240dff36c80dcf538a2d8f6dcdca678ca8b24a13e1fcd95f513ba1066ceabf8aefe9b5ed00059b797e1944155e8ff4123c29a5d92d681409ce49 SHA512 c2c7d856aa3805b44beac964212fe20a8c63f0e2950e9111d93270a05e48b37ac39339b94067bc3558d2651d5617c82d34433f0741722fbd16b8661e1f02ef3e DIST akonadi-calendar-tools-21.08.3.tar.xz 236480 BLAKE2B 52d684780d95dc0fd957195844ab1a190018a47b62dec05e8bdd3adf565961e6c2b229c46b3ed6cb42e9a81b59800559a1049051eb69ac00cf7cdc98a40f3fb7 SHA512 1f2dc20a9b0d2d8ad35327ebbdf39e382f687120245b346d6b9e03d3c2d521e57208567c5edf6a5552515f62ecf25e0da43fae5bccd41d47114207a30afd5d4c diff --git a/kde-apps/calendarjanitor/calendarjanitor-21.04.3.ebuild b/kde-apps/calendarjanitor/calendarjanitor-21.04.3.ebuild deleted file mode 100644 index ac7d34a290b6..000000000000 --- a/kde-apps/calendarjanitor/calendarjanitor-21.04.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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.80.0 -QTMIN=5.15.2 -inherit ecm 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 - if [[ ${KDE_BUILD_TYPE} = release ]]; then - rm -f po/*/konsolekalendar.po || die - rm -rf po/*/docs/konsolekalendar || die - fi -} |