public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/
Date: Tue,  6 Oct 2020 18:06:33 +0000 (UTC)	[thread overview]
Message-ID: <1602007530.4f026f91e125252d215d94d48d528ff5ab50fd91.zlogene@gentoo> (raw)

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	other threads:[~2020-10-06 18:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06 18:06 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-01  5:23 [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/ Brian Evans
2023-01-01  5:21 Brian Evans
2022-02-11 20:46 Arthur Zamarin
2021-11-09 13:46 Brian Evans
2021-11-09  0:46 Sam James
2021-11-08  6:22 Sam James
2021-11-07 21:38 Sam James
2021-11-07 13:35 Jakov Smolić
2021-08-28 13:15 Brian Evans
2021-08-27 20:06 Sam James
2021-07-23  5:54 Yixun Lan
2021-06-30 10:15 Ulrich Müller
2021-02-15 10:49 Sam James
2021-02-15  0:38 Sam James
2021-02-07 15:09 Brian Evans
2021-02-07 14:33 Brian Evans
2020-12-02 23:21 Sam James
2020-05-11  6:55 Joonas Niilola
2019-10-12 20:26 Mikle Kolyada
2019-05-26 11:38 Mikle Kolyada
2018-04-08 22:42 Patrice Clement
2016-08-14 18:13 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1602007530.4f026f91e125252d215d94d48d528ff5ab50fd91.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox