From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MvGs8-0001Pq-OV for garchives@archives.gentoo.org; Tue, 06 Oct 2009 20:43:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54BA4E0EC6; Tue, 6 Oct 2009 20:43:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 158EDE0ED9 for ; Tue, 6 Oct 2009 20:43:00 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AB43467AE0 for ; Tue, 6 Oct 2009 20:42:59 +0000 (UTC) Received: from williamh by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MvGs7-00035A-7g for gentoo-commits@lists.gentoo.org; Tue, 06 Oct 2009 20:42:59 +0000 From: "William Hubbs (williamh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, williamh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit: xinit-1.0.8-r8.ebuild ChangeLog xinit-1.0.8-r9.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: xinit-1.0.8-r8.ebuild ChangeLog xinit-1.0.8-r9.ebuild X-VCS-Directories: x11-apps/xinit X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs Content-Type: text/plain; charset=utf8 Message-Id: Sender: William Hubbs Date: Tue, 06 Oct 2009 20:42:59 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ede964f8-4837-498d-a45e-21fbe1394fed X-Archives-Hash: 23c7cc6319afc0e03cf58c5fc4f325db williamh 09/10/06 20:42:59 Modified: xinit-1.0.8-r8.ebuild ChangeLog xinit-1.0.8-r9.ebuild Log: added warning about the boot option going from nox to gentoo=3Dnox (Portage version: 2.2_rc44/cvs/Linux i686) Revision Changes Path 1.9 x11-apps/xinit/xinit-1.0.8-r8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r8.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r8.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r8.ebuild?r1=3D1.8&r2=3D1.9 Index: xinit-1.0.8-r8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xinit-1.0.8-r8.ebuild 5 Oct 2009 16:07:14 -0000 1.8 +++ xinit-1.0.8-r8.ebuild 6 Oct 2009 20:42:58 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,= v 1.8 2009/10/05 16:07:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,= v 1.9 2009/10/06 20:42:58 williamh Exp $ =20 EAPI=3D"2" =20 @@ -74,4 +74,7 @@ ewarn "Here's an example of setting it for the whole system:" ewarn " echo XSESSION=3D\"Gnome\" > /etc/env.d/90xsession" ewarn " env-update && source /etc/profile" + ewarn + ewarn "If you use the nox boot option to prevent x from starting on boo= t," + ewarn "you should now use gentoo=3Dnox." } 1.153 x11-apps/xinit/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/Cha= ngeLog?rev=3D1.153&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/Cha= ngeLog?rev=3D1.153&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/Cha= ngeLog?r1=3D1.152&r2=3D1.153 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- ChangeLog 6 Oct 2009 16:44:39 -0000 1.152 +++ ChangeLog 6 Oct 2009 20:42:58 -0000 1.153 @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.152 2009= /10/06 16:44:39 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.153 2009= /10/06 20:42:58 williamh Exp $ + + 06 Oct 2009; William Hubbs xinit-1.0.8-r8.ebuild= , + xinit-1.0.8-r9.ebuild: + Added a warning about the boot option changing from nox to gentoo=3Dno= x. =20 *xinit-1.0.8-r9 (06 Oct 2009) =20 1.2 x11-apps/xinit/xinit-1.0.8-r9.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r9.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r9.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xin= it-1.0.8-r9.ebuild?r1=3D1.1&r2=3D1.2 Index: xinit-1.0.8-r9.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xinit-1.0.8-r9.ebuild 6 Oct 2009 16:44:39 -0000 1.1 +++ xinit-1.0.8-r9.ebuild 6 Oct 2009 20:42:58 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild,= v 1.1 2009/10/06 16:44:39 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild,= v 1.2 2009/10/06 20:42:58 williamh Exp $ =20 EAPI=3D"2" =20 @@ -74,4 +74,7 @@ ewarn "Here's an example of setting it for the whole system:" ewarn " echo XSESSION=3D\"Gnome\" > /etc/env.d/90xsession" ewarn " env-update && source /etc/profile" + ewarn + ewarn "If you use the nox boot option to prevent x from starting on boo= t," + ewarn "you should now use gentoo=3Dnox." }