Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit: xinit-1.0.5-r2.ebuild xinit-1.0.8.ebuild xinit-1.0.8-r3.ebuild ChangeLog xinit-1.0.8-r2.ebuild xinit-1.0.5-r1.ebuild xinit-1.0.8-r4.ebuild
Date: Mon, 04 May 2009 15:01:41
Message-Id: E1M0zfk-0006jT-R2@stork.gentoo.org
1 ssuominen 09/05/04 15:01:36
2
3 Modified: xinit-1.0.5-r2.ebuild xinit-1.0.8.ebuild
4 xinit-1.0.8-r3.ebuild ChangeLog
5 xinit-1.0.8-r2.ebuild xinit-1.0.5-r1.ebuild
6 xinit-1.0.8-r4.ebuild
7 Log:
8 Move use_ functions out of global scope.
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 x11-apps/xinit/xinit-1.0.5-r2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild?r1=1.1&r2=1.2
17
18 Index: xinit-1.0.5-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- xinit-1.0.5-r2.ebuild 13 Jan 2008 22:27:31 -0000 1.1
25 +++ xinit-1.0.5-r2.ebuild 4 May 2009 15:01:36 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild,v 1.1 2008/01/13 22:27:31 philantrop Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild,v 1.2 2009/05/04 15:01:36 ssuominen Exp $
32
33 # Must be before x-modular eclass is inherited
34 # This is enabled due to modified Makefile.am from the patches
35 @@ -28,9 +28,8 @@
36 ${FILESDIR}/gentoo-startx-customization-1.0.4.patch
37 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
38
39 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
40 -
41 pkg_setup() {
42 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
43 if use hal; then
44 if ! built_with_use sys-apps/dbus X ; then
45 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."
46
47
48
49 1.2 x11-apps/xinit/xinit-1.0.8.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild?r1=1.1&r2=1.2
54
55 Index: xinit-1.0.8.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- xinit-1.0.8.ebuild 10 Mar 2008 01:58:15 -0000 1.1
62 +++ xinit-1.0.8.ebuild 4 May 2009 15:01:36 -0000 1.2
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2008 Gentoo Foundation
65 +# Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild,v 1.1 2008/03/10 01:58:15 dberkholz Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8.ebuild,v 1.2 2009/05/04 15:01:36 ssuominen Exp $
69
70 # Must be before x-modular eclass is inherited
71 # This is enabled due to modified Makefile.am from the patches
72 @@ -28,9 +28,8 @@
73 ${FILESDIR}/gentoo-startx-customization-1.0.8.patch
74 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
75
76 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
77 -
78 pkg_setup() {
79 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
80 if use hal; then
81 if ! built_with_use sys-apps/dbus X ; then
82 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."
83
84
85
86 1.3 x11-apps/xinit/xinit-1.0.8-r3.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild?rev=1.3&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild?rev=1.3&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild?r1=1.2&r2=1.3
91
92 Index: xinit-1.0.8-r3.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild,v
95 retrieving revision 1.2
96 retrieving revision 1.3
97 diff -u -r1.2 -r1.3
98 --- xinit-1.0.8-r3.ebuild 12 May 2008 08:34:27 -0000 1.2
99 +++ xinit-1.0.8-r3.ebuild 4 May 2009 15:01:36 -0000 1.3
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2008 Gentoo Foundation
102 +# Copyright 1999-2009 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild,v 1.2 2008/05/12 08:34:27 dberkholz Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r3.ebuild,v 1.3 2009/05/04 15:01:36 ssuominen Exp $
106
107 # Must be before x-modular eclass is inherited
108 # This is enabled due to modified Makefile.am from the patches
109 @@ -28,9 +28,8 @@
110 ${FILESDIR}/gentoo-startx-customization-1.0.8.patch
111 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
112
113 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
114 -
115 pkg_setup() {
116 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
117 if use hal; then
118 if ! built_with_use sys-apps/dbus X ; then
119 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."
120
121
122
123 1.126 x11-apps/xinit/ChangeLog
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.126&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.126&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.125&r2=1.126
128
129 Index: ChangeLog
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v
132 retrieving revision 1.125
133 retrieving revision 1.126
134 diff -u -r1.125 -r1.126
135 --- ChangeLog 16 Apr 2009 02:50:06 -0000 1.125
136 +++ ChangeLog 4 May 2009 15:01:36 -0000 1.126
137 @@ -1,6 +1,11 @@
138 # ChangeLog for x11-apps/xinit
139 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
140 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.125 2009/04/16 02:50:06 jer Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.126 2009/05/04 15:01:36 ssuominen Exp $
142 +
143 + 04 May 2009; Samuli Suominen <ssuominen@g.o> xinit-1.0.5-r1.ebuild,
144 + xinit-1.0.5-r2.ebuild, xinit-1.0.8.ebuild, xinit-1.0.8-r2.ebuild,
145 + xinit-1.0.8-r3.ebuild, xinit-1.0.8-r4.ebuild:
146 + Move use_ functions out of global scope.
147
148 16 Apr 2009; Jeroen Roovers <jer@g.o> xinit-1.0.8-r4.ebuild:
149 Stable for HPPA (bug #251832).
150
151
152
153 1.2 x11-apps/xinit/xinit-1.0.8-r2.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild?rev=1.2&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild?rev=1.2&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild?r1=1.1&r2=1.2
158
159 Index: xinit-1.0.8-r2.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild,v
162 retrieving revision 1.1
163 retrieving revision 1.2
164 diff -u -r1.1 -r1.2
165 --- xinit-1.0.8-r2.ebuild 9 Apr 2008 02:08:44 -0000 1.1
166 +++ xinit-1.0.8-r2.ebuild 4 May 2009 15:01:36 -0000 1.2
167 @@ -1,6 +1,6 @@
168 -# Copyright 1999-2008 Gentoo Foundation
169 +# Copyright 1999-2009 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild,v 1.1 2008/04/09 02:08:44 dirtyepic Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild,v 1.2 2009/05/04 15:01:36 ssuominen Exp $
173
174 # Must be before x-modular eclass is inherited
175 # This is enabled due to modified Makefile.am from the patches
176 @@ -28,9 +28,8 @@
177 ${FILESDIR}/gentoo-startx-customization-1.0.8.patch
178 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
179
180 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
181 -
182 pkg_setup() {
183 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
184 if use hal; then
185 if ! built_with_use sys-apps/dbus X ; then
186 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."
187
188
189
190 1.13 x11-apps/xinit/xinit-1.0.5-r1.ebuild
191
192 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild?rev=1.13&view=markup
193 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild?rev=1.13&content-type=text/plain
194 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild?r1=1.12&r2=1.13
195
196 Index: xinit-1.0.5-r1.ebuild
197 ===================================================================
198 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild,v
199 retrieving revision 1.12
200 retrieving revision 1.13
201 diff -u -r1.12 -r1.13
202 --- xinit-1.0.5-r1.ebuild 13 Jan 2008 09:36:17 -0000 1.12
203 +++ xinit-1.0.5-r1.ebuild 4 May 2009 15:01:36 -0000 1.13
204 @@ -1,6 +1,6 @@
205 -# Copyright 1999-2008 Gentoo Foundation
206 +# Copyright 1999-2009 Gentoo Foundation
207 # Distributed under the terms of the GNU General Public License v2
208 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild,v 1.12 2008/01/13 09:36:17 vapier Exp $
209 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild,v 1.13 2009/05/04 15:01:36 ssuominen Exp $
210
211 # Must be before x-modular eclass is inherited
212 # This is enabled due to modified Makefile.am from the patches
213 @@ -28,9 +28,8 @@
214 ${FILESDIR}/gentoo-startx-customization-1.0.4.patch
215 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
216
217 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
218 -
219 pkg_setup() {
220 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
221 if use hal; then
222 if ! built_with_use sys-apps/dbus X ; then
223 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."
224
225
226
227 1.9 x11-apps/xinit/xinit-1.0.8-r4.ebuild
228
229 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild?rev=1.9&view=markup
230 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild?rev=1.9&content-type=text/plain
231 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild?r1=1.8&r2=1.9
232
233 Index: xinit-1.0.8-r4.ebuild
234 ===================================================================
235 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild,v
236 retrieving revision 1.8
237 retrieving revision 1.9
238 diff -u -r1.8 -r1.9
239 --- xinit-1.0.8-r4.ebuild 16 Apr 2009 02:50:06 -0000 1.8
240 +++ xinit-1.0.8-r4.ebuild 4 May 2009 15:01:36 -0000 1.9
241 @@ -1,6 +1,6 @@
242 # Copyright 1999-2009 Gentoo Foundation
243 # Distributed under the terms of the GNU General Public License v2
244 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild,v 1.8 2009/04/16 02:50:06 jer Exp $
245 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild,v 1.9 2009/05/04 15:01:36 ssuominen Exp $
246
247 # Must be before x-modular eclass is inherited
248 # This is enabled due to modified Makefile.am from the patches
249 @@ -28,9 +28,8 @@
250 ${FILESDIR}/gentoo-startx-customization-1.0.8.patch
251 ${FILESDIR}/xinit-1.0.4-console-kit.patch"
252
253 -CONFIGURE_OPTIONS="$(use_with hal consolekit)"
254 -
255 pkg_setup() {
256 + CONFIGURE_OPTIONS="$(use_with hal consolekit)"
257 if use hal; then
258 if ! built_with_use sys-apps/dbus X ; then
259 eerror "You MUST build sys-apps/dbus with the X USE flag enabled."