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 B932C1386F3 for ; Fri, 14 Aug 2015 13:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02DAE1419B; Fri, 14 Aug 2015 13:33:09 +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 94F581419B for ; Fri, 14 Aug 2015 13:33:08 +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 66FD1340A31 for ; Fri, 14 Aug 2015 13:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A44E514A for ; Fri, 14 Aug 2015 13:33:03 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1439559164.1a6fa659a609adbca78b9a65fa217e20b9abf6ea.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.0.0.ebuild sys-auth/consolekit/metadata.xml X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1a6fa659a609adbca78b9a65fa217e20b9abf6ea X-VCS-Branch: master Date: Fri, 14 Aug 2015 13:33:03 +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: cfeaed10-9280-491b-816a-d78f9a754fad X-Archives-Hash: be7d95e54d4ee6f7d9dad5b93cb808ce commit: 1a6fa659a609adbca78b9a65fa217e20b9abf6ea Author: Jason Zaman gentoo org> AuthorDate: Fri Aug 14 13:32:44 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Aug 14 13:32:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6fa659 sys-auth/consolekit: Make pm-utils optional Added the pm-utils useflag which is default enabled. Gentoo-Bug: https://bugs.gentoo.org/557432 Package-Manager: portage-2.2.20.1 sys-auth/consolekit/consolekit-1.0.0.ebuild | 6 +++--- sys-auth/consolekit/metadata.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.0.0.ebuild b/sys-auth/consolekit/consolekit-1.0.0.ebuild index 43253be..9bce1e6 100644 --- a/sys-auth/consolekit/consolekit-1.0.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.0.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="acl cgroups debug doc kernel_linux pam policykit selinux test" +IUSE="acl cgroups debug doc kernel_linux pam +pm-utils policykit selinux test" COMMON_DEPEND=">=dev-libs/glib-2.40:2= >=sys-devel/gettext-0.19 @@ -34,8 +34,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.40:2= policykit? ( >=sys-auth/polkit-0.110 )" RDEPEND="${COMMON_DEPEND} kernel_linux? ( sys-apps/coreutils[acl?] ) - selinux? ( sec-policy/selinux-consolekit ) - sys-power/pm-utils" + pm-utils? ( sys-power/pm-utils ) + selinux? ( sec-policy/selinux-consolekit )" DEPEND="${COMMON_DEPEND} dev-libs/libxslt virtual/pkgconfig diff --git a/sys-auth/consolekit/metadata.xml b/sys-auth/consolekit/metadata.xml index 47e5fd7..37eb9aa 100644 --- a/sys-auth/consolekit/metadata.xml +++ b/sys-auth/consolekit/metadata.xml @@ -7,6 +7,7 @@ Use the kernel to track processes instead of the session cookie. + Adds support for suspend/resume using sys-power/pm-utils Use the PolicyKit framework (sys-auth/polkit) to get authorization for suspend/shutdown. Install systemd unit files to replace the modern functionality of logind in sys-apps/systemd. Not recommended.