Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] systemd - are we forced to switch?
Date: Tue, 23 Jul 2013 03:10:28
Message-Id: CADPrc83Gq1p6aqL_WNQyvZLMTz4a_85qpn5m5UxQcSVUvWNseg@mail.gmail.com
In Reply to: Re: [gentoo-user] systemd - are we forced to switch? by covici@ccs.covici.com
1 On Mon, Jul 22, 2013 at 9:58 PM, <covici@××××××××××.com> wrote:
2 [ snip ]
3 > I have several things depending on consolekit:
4 >
5 > sys-auth/consolekit-0.4.5_p20120320-r2 pulled in by:
6 > gnome-base/gnome-control-center-3.8.3 requires sys-auth/consolekit
7
8 Dependency of gnome-control-center:
9
10 || ( ( app-admin/openrc-settingsd sys-auth/consolekit )
11 >=sys-apps/systemd-31 )
12
13 > gnome-base/gnome-session-3.8.2.1-r1 requires sys-auth/consolekit
14
15 gnome-session:
16
17 systemd? ( >=sys-apps/systemd-183 )
18 !systemd? ( sys-auth/consolekit )
19
20 > gnome-base/gnome-shell-3.8.3-r1 requires sys-auth/consolekit
21
22 gnome-shell:
23
24 || ( sys-auth/consolekit >=sys-apps/systemd-31 )
25
26 > sys-apps/accountsservice-0.6.30 requires sys-auth/consolekit
27
28 accountsservice:
29
30 systemd? ( >=sys-apps/systemd-186 )
31 !systemd? ( sys-auth/consolekit )"
32
33 > sys-auth/pambase-20120417-r2 requires
34
35 pambase:
36
37 consolekit? ( >=sys-auth/consolekit-0.4.5_p2012[pam] )
38 systemd? ( >=sys-apps/systemd-44-r1[pam] )
39
40
41 > >=sys-auth/consolekit-0.4.5_p2012[pam]
42
43 consolekit obviously doesn't depend on itself.
44
45 > sys-auth/polkit-0.111 requires sys-auth/consolekit[policykit]
46
47 polkit:
48
49 pam? (
50 systemd? ( sys-auth/pambase[systemd] )
51 !systemd? ( sys-auth/pambase[consolekit] )
52 )
53
54 In other words, *ALL* of these packages can use systemd instead of
55 consolekit (and in the case of pambase, both at the same time). And,
56 as Mark already linked[1]: "ConsoleKit is currently not actively
57 maintained. The focus has shifted to the built-in seat/user/session
58 management of Software/systemd called systemd-loginctl", I would not
59 really count on these packages supporting CK in the future.
60
61 Regards.
62
63 [1] http://www.freedesktop.org/wiki/Software/ConsoleKit/
64 --
65 Canek Peláez Valdés
66 Posgrado en Ciencia e Ingeniería de la Computación
67 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] systemd - are we forced to switch? covici@××××××××××.com