kde-frameworks/kdav: drop 5.113.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-02 09:44:42 +01:00
parent f41ca00c62
commit 3d31c30a86
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 0 additions and 34 deletions

View File

@ -1,3 +1,2 @@
DIST kdav-5.113.0.tar.xz 66184 BLAKE2B fcbd846dcf9bd9fe8ec6ad7a2e193c59b2621687c9668d79180338194f9741f318d3d9e35166f2b1b404aa266e202def3ea6e8c9a2971f85d036d4b3737db5db SHA512 93124a4dde2e24b243008fa6b8ea1742b4ff0a686d5e5a7fe9e3a1349e6547ee70d57777bc5fdb96942109f1798e415a8d750e8a0eafc48fe298c87fc085a905
DIST kdav-5.115.0.tar.xz 66476 BLAKE2B c7550c0281e97d29d2cbb8e18ce29e1503506afb46d3e8600c1fdfa6a8f444028b6c12984ef61e58a5789919f771d0648c4cfc3c120fe1b7c113aacb5c98c786 SHA512 62e25deaa926c5f927e40e7d3baa06d536b1cf143515ff5607987808a3153295d7415519036239683614662a52a390aae7722b43d8e623a32231bf2811abad03
DIST kdav-6.0.0.tar.xz 67652 BLAKE2B 76532619c3386ce60a77764034752690fa950b1cc293c982d3201c8c1fa9e0010e1fa32099dbc5d40487d9c1fe60294fcfb1d8c03441667b54d3a9d13b30bc16 SHA512 30db38c15bf5b452da235c202d6a7b522444302f429d0c9fcea09695f9e301c00cb68be834cb051100a2356de62c69c434acc2415357d685e95e9e0f20cb3a42

View File

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