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 51D3613838B for ; Fri, 26 Sep 2014 18:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF202E0A01; Fri, 26 Sep 2014 18:39: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 69BAFE0A01 for ; Fri, 26 Sep 2014 18:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B05B3400CF for ; Fri, 26 Sep 2014 18:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E3F6583 for ; Fri, 26 Sep 2014 18:39:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1411756751.7cc66d3ca7957bb9b1586bd7f0f9ce48b040df83.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libnm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libnm-qt/libnm-qt-5.0.95.ebuild X-VCS-Directories: net-libs/libnm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7cc66d3ca7957bb9b1586bd7f0f9ce48b040df83 X-VCS-Branch: master Date: Fri, 26 Sep 2014 18:39:18 +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: 30bd5769-53ad-40b9-9767-040a38524410 X-Archives-Hash: c8867653ea08b61159ba43ae6f92e1a8 commit: 7cc66d3ca7957bb9b1586bd7f0f9ce48b040df83 Author: Michael Palimaka gentoo org> AuthorDate: Fri Sep 26 18:39:11 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Sep 26 18:39:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7cc66d3c [net-libs/libnm-qt] Version bump. Package-Manager: portage-2.2.10 --- net-libs/libnm-qt/libnm-qt-5.0.95.ebuild | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/net-libs/libnm-qt/libnm-qt-5.0.95.ebuild b/net-libs/libnm-qt/libnm-qt-5.0.95.ebuild new file mode 100644 index 0000000..1e77127 --- /dev/null +++ b/net-libs/libnm-qt/libnm-qt-5.0.95.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_TEST="true" +inherit kde5 + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + KEYWORDS="~amd64 ~x86" + SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz" +else + KEYWORDS=" ~amd64" +fi + +DESCRIPTION="NetworkManager bindings for Qt" +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libnm-qt" + +LICENSE="LGPL-2" +# maybe remove SLOT when it becomes official KDE Framework +SLOT="0" +IUSE="teamd" + +RDEPEND=" + dev-qt/qtdbus:5 + dev-qt/qtnetwork:5 + || ( + >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] + >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] + ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +"