kde-frameworks/kdav: drop 5.101.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-01-15 00:48:10 +01:00
parent 260c399232
commit 4c16704f01
2 changed files with 0 additions and 35 deletions

View File

@@ -1,3 +1,2 @@
DIST kdav-5.101.0.tar.xz 65604 BLAKE2B 6a4b46bd5c5f076355ea99526ddf50c01337db460d579be6bbfc9d882831cb108eec95f1a61d6a1533f222589cab07d18321f647a9f5f43f7ae337905086325e SHA512 2f69beab74e207a7adf7037f0d53901d510b532f8268e1f13bd529d299a316a5cf156a6078a548c2b521206f30a7ecef3f8f5ede20ff2205bcd5455fc81445d2
DIST kdav-5.102.0.tar.xz 65604 BLAKE2B 54227d38aa0b9107dbf1ff290f0194b5dbe945cbfe75c83b1a77f4790d70e97a7b24e19928760086d8bd90fead6ce7fb54140402242633efdab064e080323562 SHA512 03e600f7fcbd51e7f20bc49abd16eb6ef71901e54595ffb42fec69b54348a6b5b91db299249ee2eae2e12f1b54499a662dad45322e9f1450e29f6e33e3729822
DIST kdav-5.99.0.tar.xz 65644 BLAKE2B 02224b746ea62665371b07d8524054afc26d14590425d78e63ffeda25642caaa3d99a98e1e3638e8806bd127e427c5d74cefce46f658e6b0471908b1db86a901 SHA512 347aa552517d3453d297a9b3400f722e7fe1b0ab9f4dd41e6e814458c18d3e02671e17277ce14a52e23825d653a04b4b2eba4a20f05b700326a2cd610181f137

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2022 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.5
VIRTUALX_REQUIRED="test"
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}"
src_test() {
# bug 616808 - DavItemFetchJobTest requires D-Bus
# bug 653602 - DavItemsListJobTest mimetypes unsupported
local myctestargs=(
-E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
)
ecm_src_test
}