summaryrefslogtreecommitdiff
path: root/net-libs/kdav2/kdav2-0.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /net-libs/kdav2/kdav2-0.1.0.ebuild
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'net-libs/kdav2/kdav2-0.1.0.ebuild')
-rw-r--r--net-libs/kdav2/kdav2-0.1.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/kdav2/kdav2-0.1.0.ebuild b/net-libs/kdav2/kdav2-0.1.0.ebuild
deleted file mode 100644
index 4cab5434a661..000000000000
--- a/net-libs/kdav2/kdav2-0.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="KJob based DAV protocol implementation"
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
-"
-RDEPEND="${DEPEND}"