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: ChangeLog gpsd-2.38.ebuild
Date: Fri, 05 Jun 2009 02:34:40
Message-Id: E1MCPGP-000726-Tj@stork.gentoo.org
1 nerdboy 09/06/05 02:34:37
2
3 Modified: ChangeLog gpsd-2.38.ebuild
4 Log:
5 Added workarounds to address bugs #263645, #263880, and #267936.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.39 sci-geosciences/gpsd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 18 Apr 2009 02:15:28 -0000 1.38
22 +++ ChangeLog 5 Jun 2009 02:34:37 -0000 1.39
23 @@ -1,6 +1,14 @@
24 # ChangeLog for sci-geosciences/gpsd
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.38 2009/04/18 02:15:28 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.39 2009/06/05 02:34:37 nerdboy Exp $
28 +
29 + 05 Jun 2009; Steve Arnold <nerdboy@g.o> files/99-gpsd-usb.rules,
30 + gpsd-2.38.ebuild:
31 + Updated to address several bugs: disabled PL2303 devices, added -j1, and
32 + added warning to rebuild if gpsd link error occurs. Users of USB GPS
33 + devices based on PL2303 serial adapters will need to uncomment the top
34 + 2 lines in the 99-gpsd-usb.rules file.
35 + Bugs addressed: #263645, #263880, and #267936.
36
37 18 Apr 2009; Jeroen Roovers <jer@g.o> gpsd-2.38:
38 Marked ~hppa (bug #260777).
39
40
41
42 1.3 sci-geosciences/gpsd/gpsd-2.38.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?r1=1.2&r2=1.3
47
48 Index: gpsd-2.38.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- gpsd-2.38.ebuild 18 Apr 2009 02:15:28 -0000 1.2
55 +++ gpsd-2.38.ebuild 5 Jun 2009 02:34:37 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v 1.2 2009/04/18 02:15:28 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v 1.3 2009/06/05 02:34:37 nerdboy Exp $
61
62 inherit autotools eutils distutils flag-o-matic
63
64 @@ -99,13 +99,17 @@
65 # still needs an explicit linkage with the math lib (bug #250757)
66 append-ldflags -Wl,-z,-defs -Wl,--no-undefined
67
68 - emake || die "emake failed"
69 + emake -j1 || die "emake failed"
70 }
71
72 src_install() {
73
74 make DESTDIR="${D}" install || die "make install failed"
75
76 + if ! test -x "${D}"usr/sbin/gpsd; then
77 + ewarn "gpsd link error detected; please re-emerge gpsd."
78 + fi
79 +
80 if use usb ; then
81 insinto /etc/hotplug/usb
82 doins gpsd.usermap