From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 202631383D9 for ; Mon, 20 Jul 2015 19:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E29E0864; Mon, 20 Jul 2015 19:44:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B3DBE0864 for ; Mon, 20 Jul 2015 19:44:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B67734089A for ; Mon, 20 Jul 2015 19:44:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021E5B2 for ; Mon, 20 Jul 2015 19:44:15 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1437421538.ce1657c8294ff802ec408214a7a8bd6ba876d9ab.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/zeroconf-ioslave/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild X-VCS-Directories: kde-apps/zeroconf-ioslave/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ce1657c8294ff802ec408214a7a8bd6ba876d9ab X-VCS-Branch: master Date: Mon, 20 Jul 2015 19:44:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 59f99acf-af3f-4c44-bc47-0caf58d81205 X-Archives-Hash: afb601c5e9a72efeddf6af5a64b16f39 commit: ce1657c8294ff802ec408214a7a8bd6ba876d9ab Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 20 19:45:38 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 20 19:45:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce1657c8 [kde-apps/zeroconf-ioslave] Add KF5 version Package-Manager: portage-2.2.20 .../zeroconf-ioslave-5.9999.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild new file mode 100644 index 0000000..e127e68 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-5.9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-qt/qtdbus:5 +" + +RDEPEND="${DEPEND}"