From 6495c375e6d12c1f42fec5d8d07be05fcf305423 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Mon, 5 Jun 2017 14:14:31 +0200 Subject: x11-apps/xinit-1.3.4-r3 : Cleaned up elogind integration --- x11-apps/xinit/files/chooser.sh | 1 - x11-apps/xinit/files/startDM.sh | 1 - x11-apps/xinit/xinit-1.3.4-r2.ebuild | 79 ------------------------------------ x11-apps/xinit/xinit-1.3.4-r3.ebuild | 76 ++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 81 deletions(-) delete mode 100644 x11-apps/xinit/xinit-1.3.4-r2.ebuild create mode 100644 x11-apps/xinit/xinit-1.3.4-r3.ebuild (limited to 'x11-apps') diff --git a/x11-apps/xinit/files/chooser.sh b/x11-apps/xinit/files/chooser.sh index 6d14a71..6cfc574 100644 --- a/x11-apps/xinit/files/chooser.sh +++ b/x11-apps/xinit/files/chooser.sh @@ -2,7 +2,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # Author: Martin Schlemmer -# $Id$ # Find a match for $XSESSION in /etc/X11/Sessions GENTOO_SESSION="" diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh index 0265659..66cceb3 100644 --- a/x11-apps/xinit/files/startDM.sh +++ b/x11-apps/xinit/files/startDM.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Id$ # We need to source /etc/profile for stuff like $LANG to work # bug #10190. diff --git a/x11-apps/xinit/xinit-1.3.4-r2.ebuild b/x11-apps/xinit/xinit-1.3.4-r2.ebuild deleted file mode 100644 index 1d35b83..0000000 --- a/x11-apps/xinit/xinit-1.3.4-r2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X Window System initializer" - -LICENSE="${LICENSE} GPL-2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="elogind +minimal systemd" - -REQUIRED_USE="elogind? ( !systemd ) - systemd? ( !elogind ) -" - -RDEPEND=" - ! /etc/env.d/90xsession" - ewarn " env-update && source /etc/profile" -} diff --git a/x11-apps/xinit/xinit-1.3.4-r3.ebuild b/x11-apps/xinit/xinit-1.3.4-r3.ebuild new file mode 100644 index 0000000..c7e4f12 --- /dev/null +++ b/x11-apps/xinit/xinit-1.3.4-r3.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X Window System initializer" + +LICENSE="${LICENSE} GPL-2" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="elogind +minimal systemd" + +REQUIRED_USE="?? ( elogind systemd )" + +RDEPEND=" + ! /etc/env.d/90xsession" + ewarn " env-update && source /etc/profile" +} -- cgit v1.2.3-65-gdbad