kde-frameworks/kdav: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:25:02 +02:00
parent 89512cae28
commit 8a02cb8abc
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST kdav-6.10.0.tar.xz 68796 BLAKE2B fc575dd9e7711f62f6b4c252b0fc23d769b610dfb53544390a49462e8729344900306474e3019035c04b3f7c75f372880ac906b69327a01bc07fa99361977cba SHA512 8347ea1a132e8b6fc3842e6a2f68a319416c3ac8a5c12d2d3b1e317a3469f5ae46e1775ca28d80b86bd1cfa584b75877e96de9a7fc989c95e56cbe597a979305
DIST kdav-6.13.0.tar.xz 69340 BLAKE2B 6228537afebf6dd7cbd3369dc933c3315864d660ecd1551642730d81d86b23632b31b5b2da2cf592b762f419025c2b805d275c1b33e34941b765d68b1d56c466 SHA512 098caef8e36ce5f38a491f9359459e4dca5414c8f52778e97284995517e2ac426d8c46253445af5bbab356cf92d03250cef504b4ac840bd9d9403de3e3ac0c0e

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="DAV protocol implemention with KJobs"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,xml]
>=kde-frameworks/kcoreaddons-${KDE_CATV}:6
>=kde-frameworks/ki18n-${KDE_CATV}:6
>=kde-frameworks/kio-${KDE_CATV}:6
"
DEPEND="${RDEPEND}"
CMAKE_SKIP_TESTS=(
# bug 616808: requires D-Bus
kdav-davitemfetchjob
# bug 653602: mimetypes unsupported
kdav-davitemslistjob
# bug 765061
kdav-davcollectionsmultifetchjobtest
)