From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6DFC1396D9 for ; Wed, 18 Oct 2017 23:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3ADAE0D3C; Wed, 18 Oct 2017 23:57:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2023E0D3C for ; Wed, 18 Oct 2017 23:57:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4839533BEBE for ; Wed, 18 Oct 2017 23:57:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0C84318 for ; Wed, 18 Oct 2017 23:57:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1508370836.031cfd0fe8b099adf04c75360a4054f9edc6217b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinit/xinit-1.3.4-r2.ebuild X-VCS-Directories: x11-apps/xinit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 031cfd0fe8b099adf04c75360a4054f9edc6217b X-VCS-Branch: master Date: Wed, 18 Oct 2017 23:57:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0611d22-6599-4d89-a7c6-e615695f5190 X-Archives-Hash: bc39594e0501c1d83d89850b709fb99b commit: 031cfd0fe8b099adf04c75360a4054f9edc6217b Author: Matt Turner gentoo org> AuthorDate: Wed Oct 18 23:49:18 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 18 23:53:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031cfd0f 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 x11-apps/xinit/xinit-1.3.4-r2.ebuild | 75 ++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) 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 00000000000..d07cc9662f8 --- /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" +}