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 3D1F413877A for ; Tue, 12 Aug 2014 08:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A503E0C40; Tue, 12 Aug 2014 08:41:17 +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 300CDE0C40 for ; Tue, 12 Aug 2014 08:41:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 233AF34030B for ; Tue, 12 Aug 2014 08:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A85E21881B for ; Tue, 12 Aug 2014 08:41:13 +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: <1407832855.df353ecd44be557355f606d92a59908272f5d381.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.92.ebuild X-VCS-Directories: net-libs/libnm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: df353ecd44be557355f606d92a59908272f5d381 X-VCS-Branch: master Date: Tue, 12 Aug 2014 08:41:13 +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: 24bf31a6-dd00-4bca-9616-fc6f4963760c X-Archives-Hash: 19a5114baf5139051143672d980c9ba1 commit: df353ecd44be557355f606d92a59908272f5d381 Author: Michael Palimaka gentoo org> AuthorDate: Tue Aug 12 08:40:55 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Aug 12 08:40:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df353ecd [net-libs/libnm-qt] Version bump. Package-Manager: portage-2.2.10 --- net-libs/libnm-qt/libnm-qt-5.0.92.ebuild | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/net-libs/libnm-qt/libnm-qt-5.0.92.ebuild b/net-libs/libnm-qt/libnm-qt-5.0.92.ebuild new file mode 100644 index 0000000..b085784 --- /dev/null +++ b/net-libs/libnm-qt/libnm-qt-5.0.92.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/stable/plasma/5.0.1/${P}.tar.xz" +else + KEYWORDS="" +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="" + +RDEPEND=" + dev-qt/qtdbus:5 + dev-qt/qtnetwork:5 + || ( + >=net-misc/networkmanager-0.9.8.4[consolekit] + >=net-misc/networkmanager-0.9.8.4[systemd] + ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +"