Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-2.39-r1.ebuild gpsd-2.38.ebuild
Date: Sun, 30 May 2010 20:49:57
Message-Id: 20100530204955.27E9B2CF37@corvid.gentoo.org
1 arfrever 10/05/30 20:49:55
2
3 Modified: gpsd-2.39-r1.ebuild gpsd-2.38.ebuild
4 Log:
5 Delete empty lines.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sci-geosciences/gpsd/gpsd-2.39-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gpsd-2.39-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gpsd-2.39-r1.ebuild 30 May 2010 20:48:39 -0000 1.4
22 +++ gpsd-2.39-r1.ebuild 30 May 2010 20:49:54 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.39-r1.ebuild,v 1.4 2010/05/30 20:48:39 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild,v 1.5 2010/05/30 20:49:54 arfrever Exp $
28
29 EAPI="2"
30
31 @@ -79,7 +79,6 @@
32 # Drop privs to user gpsd, see bug #282130
33 use gpsd_user && my_conf="${my_conf} --enable-gpsd-user=gpsd"
34
35 -
36 if ! use ntp; then
37 my_conf="${my_conf} --disable-pps --disable-ntpshm"
38 fi
39
40
41
42 1.6 sci-geosciences/gpsd/gpsd-2.38.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?r1=1.5&r2=1.6
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.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- gpsd-2.38.ebuild 30 May 2010 20:48:39 -0000 1.5
55 +++ gpsd-2.38.ebuild 30 May 2010 20:49:54 -0000 1.6
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 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.5 2010/05/30 20:48:39 arfrever Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v 1.6 2010/05/30 20:49:54 arfrever Exp $
61
62 inherit autotools eutils distutils flag-o-matic
63
64 @@ -67,7 +67,6 @@
65 --disable-fast-install"
66 # --enable-superstar2 is missing a header file
67
68 -
69 if use ntp; then
70 my_conf="${my_conf} --enable-ntpshm --enable-pps"
71 else