Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-2.36.ebuild ChangeLog
Date: Sat, 01 Mar 2008 21:36:21
Message-Id: E1JVZMs-0005TV-PL@stork.gentoo.org
1 nerdboy 08/03/01 21:35:42
2
3 Modified: gpsd-2.36.ebuild ChangeLog
4 Log:
5 cleaned up minimal use logic and updated for bug #211456
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.2 sci-geosciences/gpsd/gpsd-2.36.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild?r1=1.1&r2=1.2
14
15 Index: gpsd-2.36.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gpsd-2.36.ebuild 23 Feb 2008 20:03:58 -0000 1.1
22 +++ gpsd-2.36.ebuild 1 Mar 2008 21:35:42 -0000 1.2
23 @@ -1,8 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild,v 1.1 2008/02/23 20:03:58 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.36.ebuild,v 1.2 2008/03/01 21:35:42 nerdboy Exp $
28
29 -inherit eutils autotools distutils
30 +WANT_AUTOMAKE="latest"
31 +WANT_AUTOCONF=2.5
32 +
33 +inherit eutils autotools distutils flag-o-matic
34
35 DESCRIPTION="GPS daemon and library to support USB/serial GPS devices and various GPS/mapping clients."
36 HOMEPAGE="http://gpsd.berlios.de/"
37 @@ -28,9 +31,7 @@
38 virtual/motif
39 )
40 python? ( dev-lang/python )
41 - app-text/xmlto
42 - dev-libs/libxslt
43 - sys-libs/ncurses
44 +
45 dbus? ( >=sys-apps/dbus-0.94
46 >=dev-libs/glib-2.6
47 dev-libs/dbus-glib )
48 @@ -41,13 +42,14 @@
49 X? (
50 x11-proto/xproto
51 x11-proto/xextproto
52 + )
53 + !minimal? (
54 + dev-libs/libxslt
55 + sys-libs/ncurses
56 )"
57
58 RESTRICT="test"
59
60 -WANT_AUTOMAKE="latest"
61 -WANT_AUTOCONF=2.5
62 -
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 @@ -70,20 +72,25 @@
67
68 if use minimal; then
69 local max_clients="5"
70 - local max_devices="1"
71 - my_conf="${my_conf} --enable-squelch --disable-pps"
72 - my_conf="${my_conf} --enable-max-clients=${max_clients} \
73 + local max_devices="2"
74 + if ! use ntp; then
75 + my_conf="${my_conf} --disable-pps"
76 + fi
77 + my_conf="${my_conf} --enable-squelch --without-x \
78 --enable-max-devices=${max_devices} \
79 - --without-x"
80 + --enable-max-clients=${max_clients}"
81 +
82 + WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
83 + $(use_enable dbus) $(use_enable italk) \
84 + $(use_enable itrax) $(use_enable python) \
85 + || die "econf failed"
86 else
87 - my_conf="${my_conf} $(use_with X x)"
88 + econf ${my_conf} $(use_enable dbus) $(use_enable italk) \
89 + $(use_enable itrax) $(use_enable python) $(use_with X x) \
90 + || die "econf failed"
91 fi
92 -
93 - econf ${my_conf} $(use_enable dbus) $(use_enable python) \
94 - $(use_enable italk) $(use_enable itrax) \
95 - || die "econf failed"
96 - # Support for the TNT digital compass is currently broken
97 - # $(use_enable tntc tnt)
98 + # Support for the TNT digital compass is currently broken
99 + # $(use_enable tntc tnt)
100
101 emake || die "emake failed"
102 }
103 @@ -109,6 +116,9 @@
104 insinto /etc/X11/app-defaults
105 newins xgps.ad Xgps
106 newins xgpsspeed.ad Xgpsspeed
107 + else
108 + rm "${D}usr/share/man/man1/xgpsspeed.1.bz2" \
109 + "${D}usr/share/man/man1/xgps.1.bz2"
110 fi
111
112 diropts "-m0644"
113 @@ -119,7 +129,12 @@
114 doexe gps.py gpsfake.py gpspacket.so
115 fi
116
117 - dodoc AUTHORS INSTALL README TODO
118 + if use minimal; then
119 + doman gpsctl.1 gpsflash.1 gpspipe.1 gpsd.8 gps.1
120 + use python && doman gpsprof.1 gpsfake.1 gpscat.1
121 + fi
122 +
123 + dodoc INSTALL README TODO
124
125 # add missing include file (see bug #162361)
126 insinto /usr/include
127 @@ -129,7 +144,7 @@
128 pkg_postinst() {
129 einfo ""
130 einfo "This version of gpsd has broken the support for the TNT compass"
131 - einfo "so it is temporarily disabled. If you need it, stay with the"
132 + einfo "and Garmin so they are disabled. If you need it, stay with the"
133 einfo "previous version for now. The minimal flag now removes X and"
134 einfo "enables the embedded device (ie, small footprint) support, but"
135 einfo "you'll need to modify the ebuild if you need to change either"
136 @@ -138,15 +153,14 @@
137 einfo "recent versions of udev (>=udev-115 or so) should have correct"
138 einfo "usb device detection and startup of gpsd (ie, without hotplug)."
139 einfo ""
140 - einfo "Most GPS devices will require the corresponding kernel options"
141 + einfo "Different GPS devices require the corresponding kernel options"
142 einfo "to be enabled, such as USB_SERIAL_GARMIN, or a USB serial driver"
143 einfo "for an adapter such as those that come with Deluo GPS units (eg,"
144 - einfo "USB_SERIAL_PL2303). Straight serial devices should always work,"
145 - einfo "even without udev/hotplug support (assuming you have the serial"
146 - einfo "drivers enabled for your hardware)."
147 + einfo "USB_SERIAL_PL2303). Straight serial devices should always work,"
148 + einfo "even without udev/hotplug support."
149 einfo ""
150 einfo "Read the INSTALL doc for more information on supported hardware,"
151 - einfo "and make sure udev has the right group permissions set on the"
152 - einfo "tty devices if using USB (it should Do The Right Thing (TM))..."
153 + einfo "and make sure udev has the right group permissions set on the tty"
154 + einfo "devices if using USB (it should Do The Right Thing (TM))..."
155 einfo ""
156 }
157
158
159
160 1.30 sci-geosciences/gpsd/ChangeLog
161
162 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.30&view=markup
163 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.30&content-type=text/plain
164 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.29&r2=1.30
165
166 Index: ChangeLog
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
169 retrieving revision 1.29
170 retrieving revision 1.30
171 diff -u -r1.29 -r1.30
172 --- ChangeLog 23 Feb 2008 20:03:58 -0000 1.29
173 +++ ChangeLog 1 Mar 2008 21:35:42 -0000 1.30
174 @@ -1,6 +1,10 @@
175 # ChangeLog for sci-geosciences/gpsd
176 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
177 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.29 2008/02/23 20:03:58 nerdboy Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.30 2008/03/01 21:35:42 nerdboy Exp $
179 +
180 + 01 Mar 2008; Steve Arnold <nerdboy@g.o> gpsd-2.36.ebuild:
181 + Cleaned up minimal use logic and updated for bug #211456; updated version
182 + of 2.34-r1 waiting for user testing.
183
184 *gpsd-2.36 (23 Feb 2008)
185
186
187
188
189 --
190 gentoo-commits@l.g.o mailing list