Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-2.36.ebuild ChangeLog gpsd-2.34-r1.ebuild gpsd-2.32.ebuild gpsd-2.37.ebuild gpsd-2.33-r1.ebuild
Date: Fri, 27 Jun 2008 10:31:22
Message-Id: E1KCBEa-0006W0-0Y@stork.gentoo.org
1 ulm 08/06/27 10:31:16
2
3 Modified: gpsd-2.36.ebuild ChangeLog gpsd-2.34-r1.ebuild
4 gpsd-2.32.ebuild gpsd-2.37.ebuild
5 gpsd-2.33-r1.ebuild
6 Log:
7 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
9
10 Revision Changes Path
11 1.4 sci-geosciences/gpsd/gpsd-2.36.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?r1=1.3&r2=1.4
16
17 Index: gpsd-2.36.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- gpsd-2.36.ebuild 6 May 2008 19:08:58 -0000 1.3
24 +++ gpsd-2.36.ebuild 27 Jun 2008 10:31:15 -0000 1.4
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/sci-geosciences/gpsd/gpsd-2.36.ebuild,v 1.3 2008/05/06 19:08:58 djay Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild,v 1.4 2008/06/27 10:31:15 ulm Exp $
30
31 WANT_AUTOMAKE="latest"
32 WANT_AUTOCONF=2.5
33 @@ -28,7 +28,7 @@
34 x11-libs/libICE
35 x11-libs/libXpm
36 x11-libs/libXaw
37 - virtual/motif
38 + x11-libs/openmotif
39 )
40 python? ( dev-lang/python )
41
42 @@ -59,33 +59,33 @@
43 src_compile() {
44
45 local my_conf="--enable-shared --with-pic --enable-static \
46 - --disable-garmin --disable-garmintxt"
47 + --disable-garmin --disable-garmintxt"
48 # Garmin support is broken in this version
49
50 use python && distutils_python_version
51
52 if use ntp; then
53 - my_conf="${my_conf} --enable-ntpshm --enable-pps"
54 + my_conf="${my_conf} --enable-ntpshm --enable-pps"
55 else
56 - my_conf="${my_conf} --disable-ntpshm --disable-pps"
57 + my_conf="${my_conf} --disable-ntpshm --disable-pps"
58 fi
59
60 if use minimal; then
61 - local max_clients="5"
62 - local max_devices="2"
63 - if ! use ntp; then
64 + local max_clients="5"
65 + local max_devices="2"
66 + if ! use ntp; then
67 my_conf="${my_conf} --disable-pps"
68 - fi
69 - my_conf="${my_conf} --enable-squelch --without-x \
70 + fi
71 + my_conf="${my_conf} --enable-squelch --without-x \
72 --enable-max-devices=${max_devices} \
73 --enable-max-clients=${max_clients}"
74
75 - WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
76 + WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
77 $(use_enable dbus) $(use_enable italk) \
78 $(use_enable itrax) $(use_enable python) \
79 || die "econf failed"
80 else
81 - econf ${my_conf} $(use_enable dbus) $(use_enable italk) \
82 + econf ${my_conf} $(use_enable dbus) $(use_enable italk) \
83 $(use_enable itrax) $(use_enable python) $(use_with X x) \
84 || die "econf failed"
85 fi
86 @@ -100,24 +100,24 @@
87 make DESTDIR="${D}" install
88
89 if use usb ; then
90 - insinto /etc/hotplug/usb
91 - doins gpsd.usermap
92 - exeinto /etc/hotplug/usb
93 - doexe gpsd.hotplug
94 - insinto /etc/udev/rules.d
95 - doins "${FILESDIR}"/99-gpsd-usb.rules
96 - keepdir /var/run/usb # needed for REMOVER
97 + insinto /etc/hotplug/usb
98 + doins gpsd.usermap
99 + exeinto /etc/hotplug/usb
100 + doexe gpsd.hotplug
101 + insinto /etc/udev/rules.d
102 + doins "${FILESDIR}"/99-gpsd-usb.rules
103 + keepdir /var/run/usb # needed for REMOVER
104 else
105 - newconfd "${FILESDIR}"/gpsd.conf gpsd
106 - newinitd "${FILESDIR}"/gpsd.init gpsd
107 + newconfd "${FILESDIR}"/gpsd.conf gpsd
108 + newinitd "${FILESDIR}"/gpsd.init gpsd
109 fi
110
111 if use X && ! use minimal ; then
112 - insinto /etc/X11/app-defaults
113 - newins xgps.ad Xgps
114 - newins xgpsspeed.ad Xgpsspeed
115 + insinto /etc/X11/app-defaults
116 + newins xgps.ad Xgps
117 + newins xgpsspeed.ad Xgpsspeed
118 else
119 - rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
120 + rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
121 "${D}usr/share/man/man1/xgps.1.bz2"
122 fi
123
124 @@ -125,13 +125,13 @@
125 dobin logextract
126
127 if use python ; then
128 - exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
129 - doexe gps.py gpsfake.py gpspacket.so
130 + exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
131 + doexe gps.py gpsfake.py gpspacket.so
132 fi
133
134 if use minimal; then
135 - doman gpsctl.1 gpsflash.1 gpspipe.1 gpsd.8 gps.1
136 - use python && doman gpsprof.1 gpsfake.1 gpscat.1
137 + doman gpsctl.1 gpsflash.1 gpspipe.1 gpsd.8 gps.1
138 + use python && doman gpsprof.1 gpsfake.1 gpscat.1
139 fi
140
141 dodoc INSTALL README TODO
142
143
144
145 1.33 sci-geosciences/gpsd/ChangeLog
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.33&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.33&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.32&r2=1.33
150
151 Index: ChangeLog
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
154 retrieving revision 1.32
155 retrieving revision 1.33
156 diff -u -r1.32 -r1.33
157 --- ChangeLog 2 Jun 2008 20:01:03 -0000 1.32
158 +++ ChangeLog 27 Jun 2008 10:31:15 -0000 1.33
159 @@ -1,6 +1,11 @@
160 # ChangeLog for sci-geosciences/gpsd
161 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
162 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.32 2008/06/02 20:01:03 hanno Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.33 2008/06/27 10:31:15 ulm Exp $
164 +
165 + 27 Jun 2008; Ulrich Mueller <ulm@g.o> gpsd-2.32.ebuild,
166 + gpsd-2.33-r1.ebuild, gpsd-2.34-r1.ebuild, gpsd-2.36.ebuild,
167 + gpsd-2.37.ebuild:
168 + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
169
170 *gpsd-2.37 (02 Jun 2008)
171
172
173
174
175 1.6 sci-geosciences/gpsd/gpsd-2.34-r1.ebuild
176
177 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild?rev=1.6&view=markup
178 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild?rev=1.6&content-type=text/plain
179 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild?r1=1.5&r2=1.6
180
181 Index: gpsd-2.34-r1.ebuild
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild,v
184 retrieving revision 1.5
185 retrieving revision 1.6
186 diff -u -r1.5 -r1.6
187 --- gpsd-2.34-r1.ebuild 17 May 2008 18:27:15 -0000 1.5
188 +++ gpsd-2.34-r1.ebuild 27 Jun 2008 10:31:15 -0000 1.6
189 @@ -1,6 +1,6 @@
190 # Copyright 1999-2008 Gentoo Foundation
191 # Distributed under the terms of the GNU General Public License v2
192 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild,v 1.5 2008/05/17 18:27:15 nerdboy Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.34-r1.ebuild,v 1.6 2008/06/27 10:31:15 ulm Exp $
194
195 WANT_AUTOMAKE="latest"
196 WANT_AUTOCONF=2.5
197 @@ -27,7 +27,7 @@
198 x11-libs/libICE
199 x11-libs/libXpm
200 x11-libs/libXaw
201 - virtual/motif
202 + x11-libs/openmotif
203 )
204 python? ( dev-lang/python )
205 dbus? ( >=sys-apps/dbus-0.94
206 @@ -57,29 +57,29 @@
207 local my_conf="--enable-shared"
208
209 if ! use static; then
210 - my_conf="${my_conf} --with-pic --disable-static"
211 + my_conf="${my_conf} --with-pic --disable-static"
212 else
213 - my_conf="${my_conf} --enable-static"
214 + my_conf="${my_conf} --enable-static"
215 fi
216
217 if ! use ntp; then
218 - my_conf="${my_conf} --disable-ntpshm"
219 + my_conf="${my_conf} --disable-ntpshm"
220 fi
221
222 if use minimal; then
223 - local max_clients="5"
224 - local max_devices="1"
225 - my_conf="${my_conf} --enable-squelch --disable-pps"
226 - my_conf="${my_conf} --enable-max-clients=${max_clients} \
227 + local max_clients="5"
228 + local max_devices="1"
229 + my_conf="${my_conf} --enable-squelch --disable-pps"
230 + my_conf="${my_conf} --enable-max-clients=${max_clients} \
231 --enable-max-devices=${max_devices}"
232
233 - WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
234 + WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
235 $(use_enable dbus) $(use_with X x) \
236 $(use_enable tntc tnt) $(use_enable italk) \
237 $(use_enable itrax) $(use_enable python) \
238 || die "econf failed"
239 else
240 - econf ${my_conf} $(use_enable dbus) $(use_with X x) \
241 + econf ${my_conf} $(use_enable dbus) $(use_with X x) \
242 $(use_enable tntc tnt) $(use_enable italk) \
243 $(use_enable itrax) $(use_enable python) \
244 || die "econf failed"
245 @@ -93,22 +93,22 @@
246 make DESTDIR="${D}" install
247
248 if use usb ; then
249 - insinto /etc/hotplug/usb
250 - doins gpsd.usermap
251 - exeinto /etc/hotplug/usb
252 - doexe gpsd.hotplug
253 - keepdir /var/run/usb # needed for REMOVER
254 + insinto /etc/hotplug/usb
255 + doins gpsd.usermap
256 + exeinto /etc/hotplug/usb
257 + doexe gpsd.hotplug
258 + keepdir /var/run/usb # needed for REMOVER
259 else
260 - newconfd "${FILESDIR}"/gpsd.conf gpsd
261 - newinitd "${FILESDIR}"/gpsd.init gpsd
262 + newconfd "${FILESDIR}"/gpsd.conf gpsd
263 + newinitd "${FILESDIR}"/gpsd.init gpsd
264 fi
265
266 if use X ; then
267 - insinto /etc/X11/app-defaults
268 - newins xgps.ad Xgps
269 - newins xgpsspeed.ad Xgpsspeed
270 + insinto /etc/X11/app-defaults
271 + newins xgps.ad Xgps
272 + newins xgpsspeed.ad Xgpsspeed
273 else
274 - rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
275 + rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
276 "${D}usr/share/man/man1/xgps.1.bz2"
277 fi
278
279 @@ -116,13 +116,13 @@
280 diropts "-m0644"
281
282 if use python ; then
283 - exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
284 - doexe gps.py gpsfake.py gpspacket.so
285 + exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
286 + doexe gps.py gpsfake.py gpspacket.so
287 fi
288
289 if use minimal; then
290 - doman gpsctl.1 gpsflash.1 gpspipe.1 gps.1 gpsd.8
291 - use python && doman gpsprof.1 gpsfake.1 gpscat.1
292 + doman gpsctl.1 gpsflash.1 gpspipe.1 gps.1 gpsd.8
293 + use python && doman gpsprof.1 gpsfake.1 gpscat.1
294 fi
295
296 dodoc AUTHORS INSTALL README TODO
297
298
299
300 1.7 sci-geosciences/gpsd/gpsd-2.32.ebuild
301
302 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild?rev=1.7&view=markup
303 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild?rev=1.7&content-type=text/plain
304 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild?r1=1.6&r2=1.7
305
306 Index: gpsd-2.32.ebuild
307 ===================================================================
308 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild,v
309 retrieving revision 1.6
310 retrieving revision 1.7
311 diff -u -r1.6 -r1.7
312 --- gpsd-2.32.ebuild 6 May 2008 16:51:51 -0000 1.6
313 +++ gpsd-2.32.ebuild 27 Jun 2008 10:31:15 -0000 1.7
314 @@ -1,6 +1,6 @@
315 # Copyright 1999-2008 Gentoo Foundation
316 # Distributed under the terms of the GNU General Public License v2
317 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild,v 1.6 2008/05/06 16:51:51 djay Exp $
318 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.32.ebuild,v 1.7 2008/06/27 10:31:15 ulm Exp $
319
320 inherit eutils libtool distutils
321
322 @@ -24,7 +24,7 @@
323 x11-libs/libICE
324 x11-libs/libXpm
325 x11-libs/libXaw
326 - virtual/motif
327 + x11-libs/openmotif
328 )
329 usb? ( sys-apps/hotplug )
330 dbus? ( >=sys-apps/dbus-0.6 )
331 @@ -59,19 +59,19 @@
332 make DESTDIR="${D}" install
333
334 if use usb ; then
335 - sed -i -e "s/gpsd.hotplug/gpsd/g" gpsd.hotplug gpsd.usermap
336 - insinto /etc/hotplug/usb
337 - doins gpsd.usermap
338 - exeinto /etc/hotplug/usb
339 - newexe gpsd.hotplug gpsd
340 + sed -i -e "s/gpsd.hotplug/gpsd/g" gpsd.hotplug gpsd.usermap
341 + insinto /etc/hotplug/usb
342 + doins gpsd.usermap
343 + exeinto /etc/hotplug/usb
344 + newexe gpsd.hotplug gpsd
345 else
346 - newconfd "${FILESDIR}"/gpsd.conf gpsd
347 - newinitd "${FILESDIR}"/gpsd.init gpsd
348 + newconfd "${FILESDIR}"/gpsd.conf gpsd
349 + newinitd "${FILESDIR}"/gpsd.init gpsd
350 fi
351 if use X ; then
352 - insinto /etc/X11/app-defaults
353 - newins xgps.ad Xgps
354 - newins xgpsspeed.ad Xgpsspeed
355 + insinto /etc/X11/app-defaults
356 + newins xgps.ad Xgps
357 + newins xgpsspeed.ad Xgpsspeed
358 fi
359 dobin logextract
360 diropts "-m0644"
361
362
363
364 1.2 sci-geosciences/gpsd/gpsd-2.37.ebuild
365
366 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild?rev=1.2&view=markup
367 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild?rev=1.2&content-type=text/plain
368 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild?r1=1.1&r2=1.2
369
370 Index: gpsd-2.37.ebuild
371 ===================================================================
372 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild,v
373 retrieving revision 1.1
374 retrieving revision 1.2
375 diff -u -r1.1 -r1.2
376 --- gpsd-2.37.ebuild 2 Jun 2008 20:01:03 -0000 1.1
377 +++ gpsd-2.37.ebuild 27 Jun 2008 10:31:15 -0000 1.2
378 @@ -1,6 +1,6 @@
379 # Copyright 1999-2008 Gentoo Foundation
380 # Distributed under the terms of the GNU General Public License v2
381 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild,v 1.1 2008/06/02 20:01:03 hanno Exp $
382 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.37.ebuild,v 1.2 2008/06/27 10:31:15 ulm Exp $
383
384 inherit eutils distutils
385
386 @@ -25,7 +25,7 @@
387 x11-libs/libICE
388 x11-libs/libXpm
389 x11-libs/libXaw
390 - virtual/motif
391 + x11-libs/openmotif
392 )
393 python? ( dev-lang/python )
394
395 @@ -48,33 +48,33 @@
396 src_compile() {
397
398 local my_conf="--enable-shared --with-pic --enable-static \
399 - --disable-garmin --disable-garmintxt"
400 + --disable-garmin --disable-garmintxt"
401 # Garmin support is broken in this version
402
403 use python && distutils_python_version
404
405 if use ntp; then
406 - my_conf="${my_conf} --enable-ntpshm --enable-pps"
407 + my_conf="${my_conf} --enable-ntpshm --enable-pps"
408 else
409 - my_conf="${my_conf} --disable-ntpshm --disable-pps"
410 + my_conf="${my_conf} --disable-ntpshm --disable-pps"
411 fi
412
413 if use minimal; then
414 - local max_clients="5"
415 - local max_devices="2"
416 - if ! use ntp; then
417 + local max_clients="5"
418 + local max_devices="2"
419 + if ! use ntp; then
420 my_conf="${my_conf} --disable-pps"
421 - fi
422 - my_conf="${my_conf} --enable-squelch --without-x \
423 + fi
424 + my_conf="${my_conf} --enable-squelch --without-x \
425 --enable-max-devices=${max_devices} \
426 --enable-max-clients=${max_clients}"
427
428 - WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
429 + WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
430 $(use_enable dbus) $(use_enable italk) \
431 $(use_enable itrax) $(use_enable python) \
432 || die "econf failed"
433 else
434 - econf ${my_conf} $(use_enable dbus) $(use_enable italk) \
435 + econf ${my_conf} $(use_enable dbus) $(use_enable italk) \
436 $(use_enable itrax) $(use_enable python) $(use_with X x) \
437 || die "econf failed"
438 fi
439 @@ -89,24 +89,24 @@
440 make DESTDIR="${D}" install
441
442 if use usb ; then
443 - insinto /etc/hotplug/usb
444 - doins gpsd.usermap
445 - exeinto /etc/hotplug/usb
446 - doexe gpsd.hotplug
447 - insinto /etc/udev/rules.d
448 - doins "${FILESDIR}"/99-gpsd-usb.rules
449 - keepdir /var/run/usb # needed for REMOVER
450 + insinto /etc/hotplug/usb
451 + doins gpsd.usermap
452 + exeinto /etc/hotplug/usb
453 + doexe gpsd.hotplug
454 + insinto /etc/udev/rules.d
455 + doins "${FILESDIR}"/99-gpsd-usb.rules
456 + keepdir /var/run/usb # needed for REMOVER
457 else
458 - newconfd "${FILESDIR}"/gpsd.conf gpsd
459 - newinitd "${FILESDIR}"/gpsd.init gpsd
460 + newconfd "${FILESDIR}"/gpsd.conf gpsd
461 + newinitd "${FILESDIR}"/gpsd.init gpsd
462 fi
463
464 if use X && ! use minimal ; then
465 - insinto /etc/X11/app-defaults
466 - newins xgps.ad Xgps
467 - newins xgpsspeed.ad Xgpsspeed
468 + insinto /etc/X11/app-defaults
469 + newins xgps.ad Xgps
470 + newins xgpsspeed.ad Xgpsspeed
471 else
472 - rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
473 + rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
474 "${D}usr/share/man/man1/xgps.1.bz2"
475 fi
476
477 @@ -114,13 +114,13 @@
478 dobin logextract
479
480 if use python ; then
481 - exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
482 - doexe gps.py gpsfake.py gpspacket.so
483 + exeinto /usr/$(get_libdir)/python${PYVER}/site-packages
484 + doexe gps.py gpsfake.py gpspacket.so
485 fi
486
487 if use minimal; then
488 - doman gpsctl.1 gpsflash.1 gpspipe.1 gpsd.8 gps.1
489 - use python && doman gpsprof.1 gpsfake.1 gpscat.1
490 + doman gpsctl.1 gpsflash.1 gpspipe.1 gpsd.8 gps.1
491 + use python && doman gpsprof.1 gpsfake.1 gpscat.1
492 fi
493
494 dodoc INSTALL README TODO
495
496
497
498 1.6 sci-geosciences/gpsd/gpsd-2.33-r1.ebuild
499
500 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild?rev=1.6&view=markup
501 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild?rev=1.6&content-type=text/plain
502 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild?r1=1.5&r2=1.6
503
504 Index: gpsd-2.33-r1.ebuild
505 ===================================================================
506 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild,v
507 retrieving revision 1.5
508 retrieving revision 1.6
509 diff -u -r1.5 -r1.6
510 --- gpsd-2.33-r1.ebuild 6 May 2008 16:51:51 -0000 1.5
511 +++ gpsd-2.33-r1.ebuild 27 Jun 2008 10:31:15 -0000 1.6
512 @@ -1,6 +1,6 @@
513 # Copyright 1999-2008 Gentoo Foundation
514 # Distributed under the terms of the GNU General Public License v2
515 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild,v 1.5 2008/05/06 16:51:51 djay Exp $
516 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.33-r1.ebuild,v 1.6 2008/06/27 10:31:15 ulm Exp $
517
518 inherit eutils libtool distutils
519
520 @@ -24,7 +24,7 @@
521 x11-libs/libICE
522 x11-libs/libXpm
523 x11-libs/libXaw
524 - virtual/motif
525 + x11-libs/openmotif
526 )
527 dev-lang/python
528 app-text/xmlto
529 @@ -55,17 +55,17 @@
530 local my_conf="--enable-shared"
531
532 if ! use static; then
533 - my_conf="${my_conf} --with-pic --disable-static"
534 + my_conf="${my_conf} --with-pic --disable-static"
535 else
536 - my_conf="${my_conf} --enable-static"
537 + my_conf="${my_conf} --enable-static"
538 fi
539
540 if ! use ntp; then
541 - my_conf="${my_conf} --disable-ntpshm"
542 + my_conf="${my_conf} --disable-ntpshm"
543 fi
544
545 econf ${my_conf} $(use_enable dbus) $(use_enable tntc tnt) \
546 - $(use_with X x) || die "econf failed"
547 + $(use_with X x) || die "econf failed"
548
549 emake LDFLAGS="${LDFLAGS} -lm" || die "emake failed"
550 }
551 @@ -74,20 +74,20 @@
552 make DESTDIR="${D}" install
553
554 if use usb ; then
555 - sed -i -e "s/gpsd.hotplug/gpsd/g" gpsd.hotplug gpsd.usermap
556 - insinto /etc/hotplug/usb
557 - doins gpsd.usermap
558 - exeinto /etc/hotplug/usb
559 - newexe gpsd.hotplug gpsd
560 + sed -i -e "s/gpsd.hotplug/gpsd/g" gpsd.hotplug gpsd.usermap
561 + insinto /etc/hotplug/usb
562 + doins gpsd.usermap
563 + exeinto /etc/hotplug/usb
564 + newexe gpsd.hotplug gpsd
565 keepdir /var/run/usb # needed for REMOVER
566 else
567 - newconfd "${FILESDIR}"/gpsd.conf gpsd
568 - newinitd "${FILESDIR}"/gpsd.init gpsd
569 + newconfd "${FILESDIR}"/gpsd.conf gpsd
570 + newinitd "${FILESDIR}"/gpsd.init gpsd
571 fi
572 if use X ; then
573 - insinto /etc/X11/app-defaults
574 - newins xgps.ad Xgps
575 - newins xgpsspeed.ad Xgpsspeed
576 + insinto /etc/X11/app-defaults
577 + newins xgps.ad Xgps
578 + newins xgpsspeed.ad Xgpsspeed
579 fi
580 dobin logextract
581 diropts "-m0644"
582
583
584
585 --
586 gentoo-commits@l.g.o mailing list