summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-19 15:51:16 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-19 15:51:26 +0200
commit7e74157770cd75d61e69388bdb6ba8dfa04d89e4 (patch)
treec81c1ed6a55e351c653f553b32f33edc9cdd0250 /kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild
parentkde-plasma/plasma-desktop: Remove 5.5.5 (diff)
downloadgentoo-7e74157770cd75d61e69388bdb6ba8dfa04d89e4.tar.gz
gentoo-7e74157770cd75d61e69388bdb6ba8dfa04d89e4.tar.bz2
gentoo-7e74157770cd75d61e69388bdb6ba8dfa04d89e4.zip
kde-frameworks: Remove KDE Frameworks 5.18.0
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild')
-rw-r--r--kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild b/kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild
deleted file mode 100644
index 7e336355b2a5..000000000000
--- a/kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Framework for network service discovery using Zeroconf"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE="nls zeroconf"
-
-RDEPEND="
- dev-qt/qtnetwork:5
- zeroconf? (
- dev-qt/qtdbus:5
- net-dns/avahi[mdnsresponder-compat]
- )
-"
-DEPEND="${RDEPEND}
- nls? ( dev-qt/linguist-tools:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON
- $(cmake-utils_use_find_package zeroconf Avahi)
- )
-
- kde5_src_configure
-}