Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit: xinit-1.0.8-r8.ebuild ChangeLog xinit-1.0.8-r9.ebuild
Date: Tue, 06 Oct 2009 20:43:01
Message-Id: E1MvGs7-00035A-7g@stork.gentoo.org
1 williamh 09/10/06 20:42:59
2
3 Modified: xinit-1.0.8-r8.ebuild ChangeLog
4 xinit-1.0.8-r9.ebuild
5 Log:
6 added warning about the boot option going from nox to gentoo=nox
7 (Portage version: 2.2_rc44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 x11-apps/xinit/xinit-1.0.8-r8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild?r1=1.8&r2=1.9
15
16 Index: xinit-1.0.8-r8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xinit-1.0.8-r8.ebuild 5 Oct 2009 16:07:14 -0000 1.8
23 +++ xinit-1.0.8-r8.ebuild 6 Oct 2009 20:42:58 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI="2"
31
32 @@ -74,4 +74,7 @@
33 ewarn "Here's an example of setting it for the whole system:"
34 ewarn " echo XSESSION=\"Gnome\" > /etc/env.d/90xsession"
35 ewarn " env-update && source /etc/profile"
36 + ewarn
37 + ewarn "If you use the nox boot option to prevent x from starting on boot,"
38 + ewarn "you should now use gentoo=nox."
39 }
40
41
42
43 1.153 x11-apps/xinit/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.153&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.153&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.152&r2=1.153
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v
52 retrieving revision 1.152
53 retrieving revision 1.153
54 diff -u -r1.152 -r1.153
55 --- ChangeLog 6 Oct 2009 16:44:39 -0000 1.152
56 +++ ChangeLog 6 Oct 2009 20:42:58 -0000 1.153
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-apps/xinit
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.152 2009/10/06 16:44:39 williamh Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.153 2009/10/06 20:42:58 williamh Exp $
62 +
63 + 06 Oct 2009; William Hubbs <williamh@g.o> xinit-1.0.8-r8.ebuild,
64 + xinit-1.0.8-r9.ebuild:
65 + Added a warning about the boot option changing from nox to gentoo=nox.
66
67 *xinit-1.0.8-r9 (06 Oct 2009)
68
69
70
71
72 1.2 x11-apps/xinit/xinit-1.0.8-r9.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild?r1=1.1&r2=1.2
77
78 Index: xinit-1.0.8-r9.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r9.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- xinit-1.0.8-r9.ebuild 6 Oct 2009 16:44:39 -0000 1.1
85 +++ xinit-1.0.8-r9.ebuild 6 Oct 2009 20:42:58 -0000 1.2
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $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 $
90 +# $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 $
91
92 EAPI="2"
93
94 @@ -74,4 +74,7 @@
95 ewarn "Here's an example of setting it for the whole system:"
96 ewarn " echo XSESSION=\"Gnome\" > /etc/env.d/90xsession"
97 ewarn " env-update && source /etc/profile"
98 + ewarn
99 + ewarn "If you use the nox boot option to prevent x from starting on boot,"
100 + ewarn "you should now use gentoo=nox."
101 }