Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-3.8.ebuild gpsd-3.9.ebuild gpsd-3.10.ebuild gpsd-3.7.ebuild gpsd-3.9-r1.ebuild gpsd-3.6.ebuild gpsd-9999.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:41:52
Message-Id: 20140730194146.B342B2004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:41:46
2
3 Modified: gpsd-3.8.ebuild gpsd-3.9.ebuild gpsd-3.10.ebuild
4 gpsd-3.7.ebuild gpsd-3.9-r1.ebuild gpsd-3.6.ebuild
5 gpsd-9999.ebuild ChangeLog
6 Log:
7 Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
10
11 Revision Changes Path
12 1.5 sci-geosciences/gpsd/gpsd-3.8.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?r1=1.4&r2=1.5
17
18 Index: gpsd-3.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- gpsd-3.8.ebuild 30 Mar 2013 20:37:24 -0000 1.4
25 +++ gpsd-3.8.ebuild 30 Jul 2014 19:41:46 -0000 1.5
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.4 2013/03/30 20:37:24 vapier Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.5 2014/07/30 19:41:46 ssuominen Exp $
32
33 EAPI="4"
34
35 @@ -114,7 +114,7 @@
36 myesconsargs=(
37 prefix="${EPREFIX}/usr"
38 libdir="\$prefix/$(get_libdir)"
39 - udevdir="$(udev_get_udevdir)"
40 + udevdir="$(get_udevdir)"
41 chrpath=False
42 gpsd_user=gpsd
43 gpsd_group=uucp
44
45
46
47 1.7 sci-geosciences/gpsd/gpsd-3.9.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?r1=1.6&r2=1.7
52
53 Index: gpsd-3.9.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- gpsd-3.9.ebuild 26 Aug 2013 16:53:49 -0000 1.6
60 +++ gpsd-3.9.ebuild 30 Jul 2014 19:41:46 -0000 1.7
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2013 Gentoo Foundation
63 +# Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.6 2013/08/26 16:53:49 ago Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.7 2014/07/30 19:41:46 ssuominen Exp $
67
68 EAPI="4"
69
70 @@ -110,7 +110,7 @@
71 myesconsargs=(
72 prefix="${EPREFIX}/usr"
73 libdir="\$prefix/$(get_libdir)"
74 - udevdir="$(udev_get_udevdir)"
75 + udevdir="$(get_udevdir)"
76 chrpath=False
77 gpsd_user=gpsd
78 gpsd_group=uucp
79
80
81
82 1.2 sci-geosciences/gpsd/gpsd-3.10.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?r1=1.1&r2=1.2
87
88 Index: gpsd-3.10.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- gpsd-3.10.ebuild 23 Nov 2013 04:25:41 -0000 1.1
95 +++ gpsd-3.10.ebuild 30 Jul 2014 19:41:46 -0000 1.2
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2013 Gentoo Foundation
98 +# Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v 1.1 2013/11/23 04:25:41 vapier Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v 1.2 2014/07/30 19:41:46 ssuominen Exp $
102
103 EAPI="5"
104
105 @@ -106,7 +106,7 @@
106 myesconsargs=(
107 prefix="${EPREFIX}/usr"
108 libdir="\$prefix/$(get_libdir)"
109 - udevdir="$(udev_get_udevdir)"
110 + udevdir="$(get_udevdir)"
111 chrpath=False
112 gpsd_user=gpsd
113 gpsd_group=uucp
114
115
116
117 1.12 sci-geosciences/gpsd/gpsd-3.7.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.12&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.12&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?r1=1.11&r2=1.12
122
123 Index: gpsd-3.7.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v
126 retrieving revision 1.11
127 retrieving revision 1.12
128 diff -u -r1.11 -r1.12
129 --- gpsd-3.7.ebuild 5 Apr 2013 18:18:27 -0000 1.11
130 +++ gpsd-3.7.ebuild 30 Jul 2014 19:41:46 -0000 1.12
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2013 Gentoo Foundation
133 +# Copyright 1999-2014 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.11 2013/04/05 18:18:27 ago Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.12 2014/07/30 19:41:46 ssuominen Exp $
137
138 EAPI="4"
139
140 @@ -93,7 +93,7 @@
141 distutils_src_prepare
142 fi
143
144 - sed -i -e "s:/lib/udev:$(udev_get_udevdir):" gpsd.rules SConstruct || die
145 + sed -i -e "s:/lib/udev:$(get_udevdir):" gpsd.rules SConstruct || die
146 }
147
148 src_configure() {
149
150
151
152 1.7 sci-geosciences/gpsd/gpsd-3.9-r1.ebuild
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?rev=1.7&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?rev=1.7&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?r1=1.6&r2=1.7
157
158 Index: gpsd-3.9-r1.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v
161 retrieving revision 1.6
162 retrieving revision 1.7
163 diff -u -r1.6 -r1.7
164 --- gpsd-3.9-r1.ebuild 22 Dec 2013 14:45:40 -0000 1.6
165 +++ gpsd-3.9-r1.ebuild 30 Jul 2014 19:41:46 -0000 1.7
166 @@ -1,6 +1,6 @@
167 -# Copyright 1999-2013 Gentoo Foundation
168 +# Copyright 1999-2014 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v 1.6 2013/12/22 14:45:40 ago Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v 1.7 2014/07/30 19:41:46 ssuominen Exp $
172
173 EAPI="4"
174
175 @@ -111,7 +111,7 @@
176 myesconsargs=(
177 prefix="${EPREFIX}/usr"
178 libdir="\$prefix/$(get_libdir)"
179 - udevdir="$(udev_get_udevdir)"
180 + udevdir="$(get_udevdir)"
181 chrpath=False
182 gpsd_user=gpsd
183 gpsd_group=uucp
184
185
186
187 1.5 sci-geosciences/gpsd/gpsd-3.6.ebuild
188
189 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?rev=1.5&view=markup
190 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?rev=1.5&content-type=text/plain
191 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?r1=1.4&r2=1.5
192
193 Index: gpsd-3.6.ebuild
194 ===================================================================
195 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v
196 retrieving revision 1.4
197 retrieving revision 1.5
198 diff -u -r1.4 -r1.5
199 --- gpsd-3.6.ebuild 2 Mar 2013 23:21:19 -0000 1.4
200 +++ gpsd-3.6.ebuild 30 Jul 2014 19:41:46 -0000 1.5
201 @@ -1,6 +1,6 @@
202 -# Copyright 1999-2013 Gentoo Foundation
203 +# Copyright 1999-2014 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v 1.4 2013/03/02 23:21:19 hwoarang Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v 1.5 2014/07/30 19:41:46 ssuominen Exp $
207
208 EAPI="4"
209
210
211
212
213 1.16 sci-geosciences/gpsd/gpsd-9999.ebuild
214
215 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.16&view=markup
216 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.16&content-type=text/plain
217 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?r1=1.15&r2=1.16
218
219 Index: gpsd-9999.ebuild
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
222 retrieving revision 1.15
223 retrieving revision 1.16
224 diff -u -r1.15 -r1.16
225 --- gpsd-9999.ebuild 23 Nov 2013 04:25:41 -0000 1.15
226 +++ gpsd-9999.ebuild 30 Jul 2014 19:41:46 -0000 1.16
227 @@ -1,6 +1,6 @@
228 -# Copyright 1999-2013 Gentoo Foundation
229 +# Copyright 1999-2014 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.15 2013/11/23 04:25:41 vapier Exp $
232 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.16 2014/07/30 19:41:46 ssuominen Exp $
233
234 EAPI="5"
235
236 @@ -104,7 +104,7 @@
237 myesconsargs=(
238 prefix="${EPREFIX}/usr"
239 libdir="\$prefix/$(get_libdir)"
240 - udevdir="$(udev_get_udevdir)"
241 + udevdir="$(get_udevdir)"
242 chrpath=False
243 gpsd_user=gpsd
244 gpsd_group=uucp
245
246
247
248 1.120 sci-geosciences/gpsd/ChangeLog
249
250 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.120&view=markup
251 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.120&content-type=text/plain
252 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.119&r2=1.120
253
254 Index: ChangeLog
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
257 retrieving revision 1.119
258 retrieving revision 1.120
259 diff -u -r1.119 -r1.120
260 --- ChangeLog 6 Jan 2014 15:02:22 -0000 1.119
261 +++ ChangeLog 30 Jul 2014 19:41:46 -0000 1.120
262 @@ -1,6 +1,12 @@
263 # ChangeLog for sci-geosciences/gpsd
264 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
265 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.119 2014/01/06 15:02:22 jlec Exp $
266 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.120 2014/07/30 19:41:46 ssuominen Exp $
267 +
268 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o> gpsd-2.95-r1.ebuild,
269 + gpsd-2.96-r1.ebuild, gpsd-3.10.ebuild, gpsd-3.6.ebuild, gpsd-3.7.ebuild,
270 + gpsd-3.8.ebuild, gpsd-3.9-r1.ebuild, gpsd-3.9.ebuild, gpsd-9999.ebuild:
271 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
272 + version.
273
274 06 Jan 2014; Justin Lecher <jlec@g.o> gpsd-2.95-r1.ebuild,
275 gpsd-2.96-r1.ebuild, metadata.xml: