commit:     4f026f91e125252d215d94d48d528ff5ab50fd91
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 18:05:30 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 18:05:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f026f91

lxde-base/lxdm: remove consolekit support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 lxde-base/lxdm/lxdm-0.5.3-r1.ebuild |  8 ++++----
 lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 10 +++++-----
 lxde-base/lxdm/metadata.xml         |  1 -
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild 
b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
index e40d86c042e..cc2c819ceec 100644
--- a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
+++ b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,9 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc x86"
 
-IUSE="consolekit debug gtk3 nls pam"
+IUSE="debug gtk3 nls pam"
 
-RDEPEND="consolekit? ( sys-auth/consolekit )
+RDEPEND="
        x11-libs/libxcb
        gtk3? ( x11-libs/gtk+:3 )
        !gtk3? ( x11-libs/gtk+:2 )
@@ -52,7 +52,7 @@ src_configure() {
                --with-x \
                --with-xconn=xcb \
                --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
-               $(use_enable consolekit) \
+               --disable-consolekit \
                $(use_enable gtk3) \
                $(use_enable nls) \
                $(use_enable debug) \

diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild 
b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
index 9982e464ec8..177b447fa3c 100644
--- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
+++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,9 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc x86"
 
-IUSE="consolekit debug elogind +gtk3 nls pam systemd"
+IUSE="debug elogind +gtk3 nls pam systemd"
 
-DEPEND="consolekit? ( sys-auth/consolekit )
+DEPEND="
        x11-libs/libxcb
        gtk3? ( x11-libs/gtk+:3 )
        !gtk3? ( x11-libs/gtk+:2 )
@@ -31,7 +31,7 @@ BDEPEND=">=dev-util/intltool-0.40
        virtual/pkgconfig"
 DOCS=( AUTHORS README TODO )
 
-REQUIRED_USE="?? ( consolekit elogind systemd ) elogind? ( pam ) systemd? ( 
pam )"
+REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )"
 
 src_prepare() {
        # Upstream bug, tarball contains pre-made lxdm.conf
@@ -58,7 +58,7 @@ src_configure() {
                --with-x \
                --with-xconn=xcb \
                --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
-               $(use_enable consolekit) \
+               --disable-consolekit \
                $(use_enable gtk3) \
                $(use_enable nls) \
                $(use_enable debug) \

diff --git a/lxde-base/lxdm/metadata.xml b/lxde-base/lxdm/metadata.xml
index a4646c8be52..f241db24df3 100644
--- a/lxde-base/lxdm/metadata.xml
+++ b/lxde-base/lxdm/metadata.xml
@@ -6,7 +6,6 @@
                <name>Brian Evans</name>
        </maintainer>
        <use>
-               <flag name="consolekit">Enables support for authorization using 
consolekit</flag>
                <flag name="gtk3">Use GTK+3 instead of 2</flag>
        </use>
        <upstream>

Reply via email to