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 47628138ACF for ; Tue, 13 Jan 2015 23:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A21CE081D; Tue, 13 Jan 2015 23:57:45 +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 D03CAE07F9 for ; Tue, 13 Jan 2015 23:57:44 +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 B27AE3406D9 for ; Tue, 13 Jan 2015 23:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57424F854 for ; Tue, 13 Jan 2015 23:57:42 +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: <1421189295.821fe57e739a3ef85791e0c520827a2a2c042af6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/polkit-kde-agent/metadata.xml kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: kde-plasma/polkit-kde-agent/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 821fe57e739a3ef85791e0c520827a2a2c042af6 X-VCS-Branch: master Date: Tue, 13 Jan 2015 23:57:42 +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: 5c728092-3b20-4978-8369-80ce2a7a0945 X-Archives-Hash: da00e3dbe5c704702a3b2b1bd92e3c9a commit: 821fe57e739a3ef85791e0c520827a2a2c042af6 Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 13 22:48:15 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 13 22:48:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=821fe57e [kde-plasma/polkit-kde-agent] Moved from sys-auth Will be part of KDE Plasma 5.2. Package-Manager: portage-2.2.15 --- kde-plasma/polkit-kde-agent/metadata.xml | 5 +++++ .../polkit-kde-agent/polkit-kde-agent-9999.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/kde-plasma/polkit-kde-agent/metadata.xml b/kde-plasma/polkit-kde-agent/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-plasma/polkit-kde-agent/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild new file mode 100644 index 0000000..039441d --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MY_PN="${PN}-1" +EGIT_REPONAME="${MY_PN}" +inherit kde5 + +DESCRIPTION="PolKit agent module for KDE" +HOMEPAGE="http://www.kde.org" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="5" +IUSE="" + +DEPEND=" + >=sys-auth/polkit-qt-0.112.0 +" +RDEPEND="${DEPEND} + !sys-auth/polkit-kde +"