summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-01 13:31:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-01 13:32:09 +0100
commit9888c347166f967a3c56aa6d54ee222c4b5e27aa (patch)
tree7cb2b503b6a9a58142ba88d0a96b158d9aa81731 /kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild
parentwww-misc/vdradmin-am: moved to acct user/group handling (diff)
downloadgentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.gz
gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.bz2
gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.zip
kde-frameworks: Drop KDE Frameworks 5.64
Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild')
-rw-r--r--kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild b/kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild
deleted file mode 100644
index f4c0272e364e..000000000000
--- a/kde-frameworks/kdnssd/kdnssd-5.64.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Framework for network service discovery using Zeroconf"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="nls zeroconf"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=dev-qt/qtnetwork-${QTMIN}:5
- zeroconf? (
- >=dev-qt/qtdbus-${QTMIN}:5
- net-dns/avahi[mdnsresponder-compat]
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON
- $(cmake_use_find_package zeroconf Avahi)
- )
-
- ecm_src_configure
-}