mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kdav: drop 5.102.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kdav-5.102.0.tar.xz 65604 BLAKE2B 54227d38aa0b9107dbf1ff290f0194b5dbe945cbfe75c83b1a77f4790d70e97a7b24e19928760086d8bd90fead6ce7fb54140402242633efdab064e080323562 SHA512 03e600f7fcbd51e7f20bc49abd16eb6ef71901e54595ffb42fec69b54348a6b5b91db299249ee2eae2e12f1b54499a662dad45322e9f1450e29f6e33e3729822
|
||||
DIST kdav-5.104.0.tar.xz 65580 BLAKE2B 363e0691c8abfa85d5cd9816bf34315fd00f169681278f56641d2fc939ff2a9c3fefa44272c07347a5ccaea9bd71dcdb393e301ed195e436ec1b2b9bd9e7bd63 SHA512 082d40276a59f45dc5b9d7d2198387e272f59965cdbbde1d75dad63b95806804e58660e56dedec182c2c7d3d5128c318ee9d0f05df803d1e5930f583b6a14312
|
||||
DIST kdav-5.105.0.tar.xz 65692 BLAKE2B 371b1a249f55e91066c55d9cc4f5fa118b5d20b70482e07985f6b283585fbceba80a1cf4473563f3921499d8df154b4593b3820473431ce076741230998386e2 SHA512 1ed295325d3b2df5bf052ba3571867c1651f46560a0b256ad7c013061d6823fd50266699ad53a3b1670bb9d935cf116146e25001f6d91930912ec7ff4c84a141
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2023 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
|
||||
# bug 765061 - kdav-davcollectionsmultifetchjobtest
|
||||
local myctestargs=(
|
||||
-E "(kdav-davitemfetchjob|kdav-davitemslistjob|kdav-davcollectionsmultifetchjobtest)"
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user