Skip to content

Commit

Permalink
net-libs/kdav2: Port to ecm.eclass and kde.org.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 16, 2020
1 parent e8003d9 commit 76f70dd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions net-libs/kdav2/kdav2-0.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="forceoptional"
inherit kde5
ECM_TEST="forceoptional"
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org

DESCRIPTION="KJob based DAV protocol implementation"
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"

LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtxml)
$(add_qt_dep qtxmlpatterns)
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=dev-qt/qtxmlpatterns-${QTMIN}:5
"
RDEPEND="${DEPEND}"

Expand All @@ -28,5 +30,5 @@ src_test() {
-E "(kdav2-davcollectionfetchjob|kdav2-davcollectioncreatejob)"
)

kde5_src_test
ecm_src_test
}

0 comments on commit 76f70dd

Please sign in to comment.