aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-01-01 11:40:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-01-01 11:42:57 +0100
commit86813c0a198a4e3b3288107d290ad820ddf1dc49 (patch)
tree7f90b5b480a1faeb90577394d1e8abba30ba47ed
parentkde-apps/ark: Add missing DEPEND (diff)
downloadkde-86813c0a.tar.gz
kde-86813c0a.tar.bz2
kde-86813c0a.zip
kde-apps/kdav: New package
This is planned to be part of a future PIM release. Package-Manager: portage-2.3.0
-rw-r--r--kde-apps/kdav/kdav-9999.ebuild22
-rw-r--r--kde-apps/kdav/metadata.xml8
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kdav/kdav-9999.ebuild b/kde-apps/kdav/kdav-9999.ebuild
new file mode 100644
index 0000000000..ccfe858679
--- /dev/null
+++ b/kde-apps/kdav/kdav-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="DAV protocol implemention with KJobs"
+LICENSE="GPL-2+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kio)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-apps/kdav/metadata.xml b/kde-apps/kdav/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-apps/kdav/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>