diff options
Diffstat (limited to 'kde-apps/kdav/kdav-17.04.2.ebuild')
-rw-r--r-- | kde-apps/kdav/kdav-17.04.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/kdav/kdav-17.04.2.ebuild b/kde-apps/kdav/kdav-17.04.2.ebuild new file mode 100644 index 000000000000..d569cad24fe5 --- /dev/null +++ b/kde-apps/kdav/kdav-17.04.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="DAV protocol implemention with KJobs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" |