From: Matt Turner Date: Wed, 18 Oct 2017 23:49:18 +0000 (-0700) Subject: x11-apps/xinit: Rev bump for commit 2bb6b9e50bdb X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=031cfd0fe8b099adf04c75360a4054f9edc6217b;p=gentoo.git x11-apps/xinit: Rev bump for commit 2bb6b9e50bdb Commit 2bb6b9e50bdb8efc9a4627e60a4e63d38e8d6255 ("x11-apps/xinit: use /lib/gentoo/functions.sh instead of deprecated /etc/init.d/functions.sh") modified a file installed by all versions of the package (which were all stable) without a rev bump. It also neglected to add a dependency on sys-apps/gentoo-functions. This commit revs the version (straight to stable) so users get the new startDM.sh script, and the next commit will remove all other xinit versions. Gentoo-Bug: https://bugs.gentoo.org/504140 --- diff --git a/x11-apps/xinit/xinit-1.3.4-r2.ebuild b/x11-apps/xinit/xinit-1.3.4-r2.ebuild new file mode 100644 index 000000000000..d07cc9662f8d --- /dev/null +++ b/x11-apps/xinit/xinit-1.3.4-r2.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2016 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="+minimal systemd" + +RDEPEND=" + !systemd? ( sys-apps/gentoo-functions ) + ! /etc/env.d/90xsession" + ewarn " env-update && source /etc/profile" +}