Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/
Date: Tue, 06 Oct 2020 18:12:58
Message-Id: 1602007971.79300c57d0f86a236009de2c019fb0c4214671a4.zlogene@gentoo
1 commit: 79300c57d0f86a236009de2c019fb0c4214671a4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 18:12:32 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 18:12:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79300c57
7
8 sys-auth/polkit: remove consolekit support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/polkit/metadata.xml | 1 -
14 sys-auth/polkit/polkit-0.116-r1.ebuild | 5 ++---
15 sys-auth/polkit/polkit-0.117.ebuild | 5 ++---
16 sys-auth/polkit/polkit-0.118.ebuild | 5 ++---
17 4 files changed, 6 insertions(+), 10 deletions(-)
18
19 diff --git a/sys-auth/polkit/metadata.xml b/sys-auth/polkit/metadata.xml
20 index c60e1e361ab..b6d2fdc3cad 100644
21 --- a/sys-auth/polkit/metadata.xml
22 +++ b/sys-auth/polkit/metadata.xml
23 @@ -5,7 +5,6 @@
24 <email>freedesktop-bugs@g.o</email>
25 </maintainer>
26 <use>
27 - <flag name="consolekit">Use <pkg>sys-auth/consolekit</pkg> for session tracking</flag>
28 <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
29 <flag name="systemd">Use <pkg>sys-apps/systemd</pkg> for session tracking</flag>
30 </use>
31
32 diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild b/sys-auth/polkit/polkit-0.116-r1.ebuild
33 index 0dd63c22b5a..1f872b3a5df 100644
34 --- a/sys-auth/polkit/polkit-0.116-r1.ebuild
35 +++ b/sys-auth/polkit/polkit-0.116-r1.ebuild
36 @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
37 LICENSE="LGPL-2"
38 SLOT="0"
39 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
40 -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
41 +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
42 RESTRICT="!test? ( test )"
43
44 -REQUIRED_USE="^^ ( consolekit elogind systemd )"
45 +REQUIRED_USE="^^ ( elogind systemd )"
46
47 BDEPEND="
48 acct-user/polkitd
49 @@ -46,7 +46,6 @@ RDEPEND="${DEPEND}
50 selinux? ( sec-policy/selinux-policykit )
51 "
52 PDEPEND="
53 - consolekit? ( sys-auth/consolekit[policykit] )
54 gtk? ( || (
55 >=gnome-extra/polkit-gnome-0.105
56 >=lxde-base/lxsession-0.5.2
57
58 diff --git a/sys-auth/polkit/polkit-0.117.ebuild b/sys-auth/polkit/polkit-0.117.ebuild
59 index 550786e5534..1cb58096d9f 100644
60 --- a/sys-auth/polkit/polkit-0.117.ebuild
61 +++ b/sys-auth/polkit/polkit-0.117.ebuild
62 @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
66 -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
67 +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
68 RESTRICT="!test? ( test )"
69
70 -REQUIRED_USE="^^ ( consolekit elogind systemd )"
71 +REQUIRED_USE="^^ ( elogind systemd )"
72
73 BDEPEND="
74 acct-user/polkitd
75 @@ -46,7 +46,6 @@ RDEPEND="${DEPEND}
76 selinux? ( sec-policy/selinux-policykit )
77 "
78 PDEPEND="
79 - consolekit? ( sys-auth/consolekit[policykit] )
80 gtk? ( || (
81 >=gnome-extra/polkit-gnome-0.105
82 >=lxde-base/lxsession-0.5.2
83
84 diff --git a/sys-auth/polkit/polkit-0.118.ebuild b/sys-auth/polkit/polkit-0.118.ebuild
85 index a3123451cf8..f68e6c5dc0f 100644
86 --- a/sys-auth/polkit/polkit-0.118.ebuild
87 +++ b/sys-auth/polkit/polkit-0.118.ebuild
88 @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
89 LICENSE="LGPL-2"
90 SLOT="0"
91 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 ~x86"
92 -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
93 +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
94 RESTRICT="!test? ( test )"
95
96 -REQUIRED_USE="^^ ( consolekit elogind systemd )"
97 +REQUIRED_USE="^^ ( elogind systemd )"
98
99 BDEPEND="
100 acct-user/polkitd
101 @@ -46,7 +46,6 @@ RDEPEND="${DEPEND}
102 selinux? ( sec-policy/selinux-policykit )
103 "
104 PDEPEND="
105 - consolekit? ( sys-auth/consolekit[policykit] )
106 gtk? ( || (
107 >=gnome-extra/polkit-gnome-0.105
108 >=lxde-base/lxsession-0.5.2