mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kdav: drop 5.99.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.103.0.tar.xz 65612 BLAKE2B 5d534e4aff29884ec097382b32202fdabfb4bdf1b434dd2f16b83f4fafe0c5b9b078b32fcd8852fc3684bd2482bc616ba361bc082affca1c32326049321460bf SHA512 ccef931e40f2af97d3512d903e66eb40fd41318ae327fe4145e11abb13bb5e6243f5d0b522bc63589b066b83020b08d6a6bf17577550c2f4d96c2a440a8d6500
|
||||
DIST kdav-5.99.0.tar.xz 65644 BLAKE2B 02224b746ea62665371b07d8524054afc26d14590425d78e63ffeda25642caaa3d99a98e1e3638e8806bd127e427c5d74cefce46f658e6b0471908b1db86a901 SHA512 347aa552517d3453d297a9b3400f722e7fe1b0ab9f4dd41e6e814458c18d3e02671e17277ce14a52e23825d653a04b4b2eba4a20f05b700326a2cd610181f137
|
||||
|
||||
@@ -1,36 +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 ~ppc64 ~riscv x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=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
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!kde-apps/kdav:5
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# bug 616808 - DavItemFetchJobTest requires D-Bus
|
||||
# bug 653602 - DavItemsListJobTest mimetypes unsupported
|
||||
local myctestargs=(
|
||||
-E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user