kde-apps/calendarjanitor: drop 24.05.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-06-13 18:16:59 +02:00
parent da8bb0339b
commit 28b1834c83
2 changed files with 0 additions and 42 deletions

View File

@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-23.08.5.tar.xz 255924 BLAKE2B 9270cc942f35b06bcc7f16d28f6c426a35683cf344d1837a5e51542cbd6502256f7ba58f3768b16356e445982e287fada396fd36dba6e9d45fb822fb2947d5a5 SHA512 9dccd51cf1004d639c0f02fc7e5ebed71093ca375a2895a301723762a073644b565930f9ee4cf663195db87370497b976ecf216dcf8c1d67bd00481f9e7a2082
DIST akonadi-calendar-tools-24.05.0.tar.xz 264400 BLAKE2B 25af456a4768b5d3665fad060733387c56f0d69d429b4cd8196c11851aa43192a3dd914f3a5f103a7964d037eca2c6b62487d11e4e4aa0f5a5f5f438304081d4 SHA512 05959eb63c28f158af04f6506bc2b8a2bcdd960b21e1677089df8e0011c37bb0440a0719ed0cc07e9a7fe18be48d306d85dfd7a1718645b3af56e150fc9dbcbc
DIST akonadi-calendar-tools-24.05.1.tar.xz 264432 BLAKE2B 67a865a55628ca6305b1d9e2acb0291517e2ee73a2d05dca4cc5092863cd542ffb84a8d87ca882130f23323b04fe9ced19ae2f403c64424fc4c0ec06bf3f2103 SHA512 82a80c95c9ec3ff225f20bfb701da223aa4d7df51187e6239614925e824c357d7af6fdaccd4b5b251898acbb804bd3737412ab9e9063955bd9025007be5a968e

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2024 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=6.0.0
QTMIN=6.6.2
inherit ecm gear.kde.org
DESCRIPTION="Tool to scan calendar data for buggy instances"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="6"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
>=kde-apps/calendarsupport-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
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
}