Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: hal-0.5.9.1-r3.ebuild hal-0.5.10.ebuild ChangeLog hal-0.5.9.1-r1.ebuild hal-0.5.9-r1.ebuild hal-0.5.9.1-r2.ebuild hal-0.5.7.1-r5.ebuild
Date: Tue, 20 May 2008 04:30:42
Message-Id: E1JyJUl-0006aW-EI@stork.gentoo.org
1 compnerd 08/05/20 04:30:39
2
3 Modified: hal-0.5.9.1-r3.ebuild hal-0.5.10.ebuild ChangeLog
4 hal-0.5.9.1-r1.ebuild hal-0.5.9-r1.ebuild
5 hal-0.5.9.1-r2.ebuild hal-0.5.7.1-r5.ebuild
6 Log:
7 fix a few quoting issues
8 (Portage version: 2.1.5)
9
10 Revision Changes Path
11 1.11 sys-apps/hal/hal-0.5.9.1-r3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?r1=1.10&r2=1.11
16
17 Index: hal-0.5.9.1-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- hal-0.5.9.1-r3.ebuild 14 Apr 2008 18:36:31 -0000 1.10
24 +++ hal-0.5.9.1-r3.ebuild 20 May 2008 04:30:38 -0000 1.11
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v 1.10 2008/04/14 18:36:31 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v 1.11 2008/05/20 04:30:38 compnerd Exp $
30
31 inherit eutils linux-info autotools flag-o-matic
32
33 @@ -81,7 +81,7 @@
34 fi
35
36 if use kernel_linux ; then
37 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
38 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
39 kernel_is ge 2 6 17 || \
40 ewarn "HAL requires a kernel version 2.6.17 or newer"
41 fi
42
43
44
45 1.16 sys-apps/hal/hal-0.5.10.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.16&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.16&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?r1=1.15&r2=1.16
50
51 Index: hal-0.5.10.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v
54 retrieving revision 1.15
55 retrieving revision 1.16
56 diff -u -r1.15 -r1.16
57 --- hal-0.5.10.ebuild 20 Apr 2008 12:50:02 -0000 1.15
58 +++ hal-0.5.10.ebuild 20 May 2008 04:30:38 -0000 1.16
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.15 2008/04/20 12:50:02 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.16 2008/05/20 04:30:38 compnerd Exp $
64
65 inherit eutils linux-info autotools flag-o-matic
66
67 @@ -84,7 +84,7 @@
68
69 pkg_setup() {
70 if use kernel_linux ; then
71 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
72 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
73 kernel_is ge 2 6 19 || \
74 ewarn "HAL requires a kernel version 2.6.19 or newer"
75 if kernel_is lt 2 6 23 && use acpi ; then
76
77
78
79 1.233 sys-apps/hal/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.233&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.233&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.232&r2=1.233
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
88 retrieving revision 1.232
89 retrieving revision 1.233
90 diff -u -r1.232 -r1.233
91 --- ChangeLog 20 May 2008 04:21:15 -0000 1.232
92 +++ ChangeLog 20 May 2008 04:30:38 -0000 1.233
93 @@ -1,6 +1,11 @@
94 # ChangeLog for sys-apps/hal
95 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.232 2008/05/20 04:21:15 compnerd Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.233 2008/05/20 04:30:38 compnerd Exp $
98 +
99 + 20 May 2008; Saleem Abdulrasool <compnerd@g.o>
100 + hal-0.5.7.1-r5.ebuild, hal-0.5.9-r1.ebuild, hal-0.5.9.1-r1.ebuild,
101 + hal-0.5.9.1-r2.ebuild, hal-0.5.9.1-r3.ebuild, hal-0.5.10.ebuild:
102 + Fix minor quoting issues
103
104 *hal-0.5.11 (20 May 2008)
105
106
107
108
109 1.14 sys-apps/hal/hal-0.5.9.1-r1.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?rev=1.14&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?rev=1.14&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?r1=1.13&r2=1.14
114
115 Index: hal-0.5.9.1-r1.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v
118 retrieving revision 1.13
119 retrieving revision 1.14
120 diff -u -r1.13 -r1.14
121 --- hal-0.5.9.1-r1.ebuild 14 Apr 2008 18:36:31 -0000 1.13
122 +++ hal-0.5.9.1-r1.ebuild 20 May 2008 04:30:38 -0000 1.14
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2008 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.13 2008/04/14 18:36:31 cardoe Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.14 2008/05/20 04:30:38 compnerd Exp $
128
129 inherit eutils linux-info autotools flag-o-matic
130
131 @@ -80,7 +80,7 @@
132 fi
133
134 if use kernel_linux ; then
135 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
136 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
137 kernel_is ge 2 6 17 || \
138 ewarn "HAL requires a kernel version 2.6.17 or newer"
139 fi
140
141
142
143 1.22 sys-apps/hal/hal-0.5.9-r1.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?rev=1.22&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?rev=1.22&content-type=text/plain
147 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?r1=1.21&r2=1.22
148
149 Index: hal-0.5.9-r1.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v
152 retrieving revision 1.21
153 retrieving revision 1.22
154 diff -u -r1.21 -r1.22
155 --- hal-0.5.9-r1.ebuild 14 Apr 2008 18:36:31 -0000 1.21
156 +++ hal-0.5.9-r1.ebuild 20 May 2008 04:30:38 -0000 1.22
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2008 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.21 2008/04/14 18:36:31 cardoe Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.22 2008/05/20 04:30:38 compnerd Exp $
162
163 inherit eutils linux-info autotools flag-o-matic
164
165 @@ -80,7 +80,7 @@
166 fi
167
168 if use kernel_linux ; then
169 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
170 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
171 kernel_is ge 2 6 17 || \
172 ewarn "HAL requires a kernel version 2.6.17 or newer"
173 fi
174
175
176
177 1.7 sys-apps/hal/hal-0.5.9.1-r2.ebuild
178
179 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?rev=1.7&view=markup
180 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?rev=1.7&content-type=text/plain
181 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?r1=1.6&r2=1.7
182
183 Index: hal-0.5.9.1-r2.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v
186 retrieving revision 1.6
187 retrieving revision 1.7
188 diff -u -r1.6 -r1.7
189 --- hal-0.5.9.1-r2.ebuild 14 Apr 2008 18:36:31 -0000 1.6
190 +++ hal-0.5.9.1-r2.ebuild 20 May 2008 04:30:38 -0000 1.7
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2008 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.6 2008/04/14 18:36:31 cardoe Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.7 2008/05/20 04:30:38 compnerd Exp $
196
197 inherit eutils linux-info autotools flag-o-matic
198
199 @@ -81,7 +81,7 @@
200 fi
201
202 if use kernel_linux ; then
203 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
204 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
205 kernel_is ge 2 6 17 || \
206 ewarn "HAL requires a kernel version 2.6.17 or newer"
207 fi
208
209
210
211 1.20 sys-apps/hal/hal-0.5.7.1-r5.ebuild
212
213 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?rev=1.20&view=markup
214 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?rev=1.20&content-type=text/plain
215 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?r1=1.19&r2=1.20
216
217 Index: hal-0.5.7.1-r5.ebuild
218 ===================================================================
219 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v
220 retrieving revision 1.19
221 retrieving revision 1.20
222 diff -u -r1.19 -r1.20
223 --- hal-0.5.7.1-r5.ebuild 14 Apr 2008 18:36:31 -0000 1.19
224 +++ hal-0.5.7.1-r5.ebuild 20 May 2008 04:30:38 -0000 1.20
225 @@ -1,6 +1,6 @@
226 # Copyright 1999-2008 Gentoo Foundation
227 # Distributed under the terms of the GNU General Public License v2
228 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.19 2008/04/14 18:36:31 cardoe Exp $
229 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.20 2008/05/20 04:30:38 compnerd Exp $
230
231 inherit eutils linux-info
232
233 @@ -64,7 +64,7 @@
234 fi
235 fi
236
237 - if [ -e ${ROOT}/usr/src/linux/.config ] ; then
238 + if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
239 if kernel_is ge 2 6 16 ; then
240 check_hotplug_net
241 elif kernel_is eq 2 6 15 ; then
242
243
244
245 --
246 gentoo-commits@l.g.o mailing list