From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slim/
Date: Thu, 8 Oct 2020 19:43:57 +0000 (UTC) [thread overview]
Message-ID: <1602186234.63775a9da1649236a5017b45274a8e14e8c5e8c9.zlogene@gentoo> (raw)
commit: 63775a9da1649236a5017b45274a8e14e8c5e8c9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 19:43:07 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 19:43:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63775a9d
x11-misc/slim: remove consolekit support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-misc/slim/metadata.xml | 3 ---
x11-misc/slim/slim-1.3.6-r5.ebuild | 11 ++---------
x11-misc/slim/slim-9999.ebuild | 13 +++----------
3 files changed, 5 insertions(+), 22 deletions(-)
diff --git a/x11-misc/slim/metadata.xml b/x11-misc/slim/metadata.xml
index 8f38f154c1b..0d0cf35b340 100644
--- a/x11-misc/slim/metadata.xml
+++ b/x11-misc/slim/metadata.xml
@@ -8,9 +8,6 @@
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
- <use>
- <flag name="consolekit">Enable native consolekit support</flag>
- </use>
<upstream>
<remote-id type="sourceforge">slim.berlios</remote-id>
</upstream>
diff --git a/x11-misc/slim/slim-1.3.6-r5.ebuild b/x11-misc/slim/slim-1.3.6-r5.ebuild
index 8b894dd5a56..49e2ecab88c 100644
--- a/x11-misc/slim/slim-1.3.6-r5.ebuild
+++ b/x11-misc/slim/slim-1.3.6-r5.ebuild
@@ -12,8 +12,7 @@ SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
-IUSE="branding pam consolekit"
-REQUIRED_USE="consolekit? ( pam )"
+IUSE="branding pam"
RDEPEND="x11-libs/libXmu
x11-libs/libX11
@@ -23,8 +22,6 @@ RDEPEND="x11-libs/libXmu
media-libs/libpng:0=
virtual/jpeg:=
x11-apps/sessreg
- consolekit? ( sys-auth/consolekit
- sys-apps/dbus )
pam? ( sys-libs/pam
!x11-misc/slimlock )"
DEPEND="${RDEPEND}
@@ -64,7 +61,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use pam USE_PAM)
- $(cmake-utils_use consolekit USE_CONSOLEKIT)
+ -DUSE_CONSOLEKIT=OFF
)
cmake-utils_src_configure
@@ -128,10 +125,6 @@ pkg_postinst() {
elog "/usr/share/doc/${PF} and change your login_cmd in /etc/slim.conf"
elog "accordingly."
elog
- ewarn "Please note that slim supports consolekit directly. Please do not use any "
- ewarn "old work-arounds (including calls to 'ck-launch-session' in xinitrc scripts)"
- ewarn "and enable USE=\"consolekit\" instead."
- ewarn
fi
if ! use pam; then
elog "You have merged ${PN} without USE=\"pam\", this will cause ${PN} to fall back to"
diff --git a/x11-misc/slim/slim-9999.ebuild b/x11-misc/slim/slim-9999.ebuild
index 90753c4f0d6..2a980120424 100644
--- a/x11-misc/slim/slim-9999.ebuild
+++ b/x11-misc/slim/slim-9999.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
@@ -17,8 +17,7 @@ DESCRIPTION="Simple Login Manager"
HOMEPAGE="https://sourceforge.net/projects/slim.berlios/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="branding pam consolekit"
-REQUIRED_USE="consolekit? ( pam )"
+IUSE="branding pam"
RDEPEND="x11-libs/libXmu
x11-libs/libX11
@@ -28,8 +27,6 @@ RDEPEND="x11-libs/libXmu
media-libs/libpng:0=
virtual/jpeg:=
x11-apps/sessreg
- consolekit? ( sys-auth/consolekit
- sys-apps/dbus )
pam? ( sys-libs/pam
!x11-misc/slimlock )"
DEPEND="${RDEPEND}
@@ -59,7 +56,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DUSE_PAM=$(usex pam)
- -DUSE_CONSOLEKIT=$(usex consolekit)
+ -DUSE_CONSOLEKIT=OFF
)
cmake-utils_src_configure
@@ -126,10 +123,6 @@ pkg_postinst() {
elog "/usr/share/doc/${PF} and change your login_cmd in /etc/slim.conf"
elog "accordingly."
elog
- ewarn "Please note that slim supports consolekit directly. Please do not use any "
- ewarn "old work-arounds (including calls to 'ck-launch-session' in xinitrc scripts)"
- ewarn "and enable USE=\"consolekit\" instead."
- ewarn
fi
if ! use pam; then
elog "You have merged ${PN} without USE=\"pam\", this will cause ${PN} to fall back to"
next reply other threads:[~2020-10-08 19:44 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 19:43 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-29 6:14 [gentoo-commits] repo/gentoo:master commit in: x11-misc/slim/ Joonas Niilola
2023-05-29 6:14 Joonas Niilola
2023-05-29 6:14 Joonas Niilola
2023-05-28 23:41 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-02-28 12:41 Yixun Lan
2022-01-02 17:49 David Seifert
2021-07-25 23:24 Sam James
2021-07-25 23:23 Sam James
2021-04-18 6:06 Sam James
2020-11-25 19:42 Jonas Stein
2020-07-10 13:23 Sam James
2019-10-12 17:54 Mikle Kolyada
2019-01-12 20:07 Andreas Sturmlechner
2017-10-16 3:34 David Seifert
2017-07-30 9:23 Michał Górny
2017-03-07 9:14 David Seifert
2016-12-23 10:11 Johannes Huber
2016-07-25 14:39 Ian Stakenvicius
2015-10-11 13:37 Markus Meier
2015-09-23 12:52 Agostino Sarubbo
2015-09-22 8:57 Agostino Sarubbo
2015-09-20 9:30 Agostino Sarubbo
2015-09-19 12:32 Agostino Sarubbo
2015-09-14 15:44 Ian Stakenvicius
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=1602186234.63775a9da1649236a5017b45274a8e14e8c5e8c9.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