diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-04 17:57:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-04 17:57:02 +0300 |
commit | 3f129436248df4fc168081fbdd1753e8f9c29b81 (patch) | |
tree | 12d61c0992bdd577aeb22b85590352f54b4f3a0a /x11-misc | |
parent | sec-policy/selinux-consolekit: remove last-rited pkg (diff) | |
download | gentoo-3f129436248df4fc168081fbdd1753e8f9c29b81.tar.gz gentoo-3f129436248df4fc168081fbdd1753e8f9c29b81.tar.bz2 gentoo-3f129436248df4fc168081fbdd1753e8f9c29b81.zip |
x11-misc/cdm: remove consolekit support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild | 11 | ||||
-rw-r--r-- | x11-misc/cdm/cdm-0.7.ebuild | 11 | ||||
-rw-r--r-- | x11-misc/cdm/metadata.xml | 3 |
3 files changed, 6 insertions, 19 deletions
diff --git a/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild b/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild index 9702b5d25cc7..880a059eabf4 100644 --- a/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild +++ b/x11-misc/cdm/cdm-0.6.1_pre20180107.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" @@ -12,24 +12,19 @@ SRC_URI="https://dev.gentoo.org/~gienah/snapshots/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="pam consolekit" -REQUIRED_USE="consolekit? ( pam )" +IUSE="pam" DEPEND="" RDEPEND="${DEPEND} dev-util/dialog x11-apps/xdpyinfo x11-apps/xinit - consolekit? ( sys-auth/consolekit - sys-apps/dbus ) pam? ( sys-libs/pam )" src_prepare() { default - if ! use consolekit; then - sed -e 's@consolekit=yes@consolekit=no@' \ + sed -e 's@consolekit=yes@consolekit=no@' \ -i "${S}/src/cdmrc" || die "Could not turn off consolekit in cdmrc" - fi } src_install() { diff --git a/x11-misc/cdm/cdm-0.7.ebuild b/x11-misc/cdm/cdm-0.7.ebuild index ec83965c22fc..69859215a894 100644 --- a/x11-misc/cdm/cdm-0.7.ebuild +++ b/x11-misc/cdm/cdm-0.7.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" @@ -12,24 +12,19 @@ SRC_URI="https://github.com/evertiro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="pam consolekit" -REQUIRED_USE="consolekit? ( pam )" +IUSE="pam" DEPEND="" RDEPEND="${DEPEND} dev-util/dialog x11-apps/xdpyinfo x11-apps/xinit - consolekit? ( sys-auth/consolekit - sys-apps/dbus ) pam? ( sys-libs/pam )" src_prepare() { default - if ! use consolekit; then - sed -e 's@consolekit=yes@consolekit=no@' \ + sed -e 's@consolekit=yes@consolekit=no@' \ -i "${S}/src/cdmrc" || die "Could not turn off consolekit in cdmrc" - fi } src_install() { diff --git a/x11-misc/cdm/metadata.xml b/x11-misc/cdm/metadata.xml index 76e6b001343e..1f9a6e70a7b4 100644 --- a/x11-misc/cdm/metadata.xml +++ b/x11-misc/cdm/metadata.xml @@ -13,7 +13,4 @@ or the instability of qingy. Written in pure bash, CDM has no other dependencies, yet supports multiple users/sessions and can start virtually any DE/WM. </longdescription> -<use> - <flag name="consolekit">Enable native consolekit support</flag> -</use> </pkgmetadata> |