Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-9999.ebuild ChangeLog
Date: Thu, 30 Oct 2014 21:16:14
Message-Id: 20141030211611.41EB0918D@oystercatcher.gentoo.org
1 vapier 14/10/30 21:16:11
2
3 Modified: gpsd-9999.ebuild ChangeLog
4 Log:
5 Update ebuild to match latest git source #527000 by Michal Privoznik.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.17 sci-geosciences/gpsd/gpsd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?r1=1.16&r2=1.17
15
16 Index: gpsd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- gpsd-9999.ebuild 30 Jul 2014 19:41:46 -0000 1.16
23 +++ gpsd-9999.ebuild 30 Oct 2014 21:16:11 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.16 2014/07/30 19:41:46 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.17 2014/10/30 21:16:11 vapier Exp $
29
30 EAPI="5"
31
32 @@ -26,7 +26,7 @@
33
34 GPSD_PROTOCOLS=(
35 aivdm ashtech earthmate evermore fury fv18 garmin garmintxt
36 - geostar gpsclock itrax mtk3301 navcom nmea nmea2000 ntrip
37 + geostar gpsclock itrax mtk3301 navcom nmea0183 nmea2000 ntrip
38 oceanserver oncore rtcm104v2 rtcm104v3 sirf superstar2 tnt
39 tripmate tsip ublox
40 )
41 @@ -61,7 +61,7 @@
42 src_prepare() {
43 # Make sure our list matches the source.
44 local src_protocols=$(echo $(
45 - sed -n '/GPS protocols/,/Time service/{s:#.*::;s:[(",]::g;p}' "${S}"/SConstruct | awk '{print $1}' | LC_ALL=C sort
46 + sed -n '/# GPS protocols/,/# Time service/{s:#.*::;s:[(",]::g;p}' "${S}"/SConstruct | awk '{print $1}' | LC_ALL=C sort
47 ) )
48 if [[ ${src_protocols} != ${GPSD_PROTOCOLS[*]} ]] ; then
49 eerror "Detected protocols: ${src_protocols}"
50 @@ -70,7 +70,7 @@
51 fi
52
53 epatch "${FILESDIR}"/${PN}-3.8-ldflags.patch
54 - epatch "${FILESDIR}"/${PN}-3.10-rpath.patch
55 + epatch "${FILESDIR}"/${PN}-3.11-rpath.patch
56
57 # Avoid useless -L paths to the install dir
58 sed -i \
59
60
61
62 1.122 sci-geosciences/gpsd/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.122&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.122&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.121&r2=1.122
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
71 retrieving revision 1.121
72 retrieving revision 1.122
73 diff -u -r1.121 -r1.122
74 --- ChangeLog 10 Aug 2014 20:27:43 -0000 1.121
75 +++ ChangeLog 30 Oct 2014 21:16:11 -0000 1.122
76 @@ -1,6 +1,10 @@
77 # ChangeLog for sci-geosciences/gpsd
78 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.121 2014/08/10 20:27:43 slyfox Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.122 2014/10/30 21:16:11 vapier Exp $
81 +
82 + 30 Oct 2014; Mike Frysinger <vapier@g.o> +files/gpsd-3.11-rpath.patch,
83 + gpsd-9999.ebuild:
84 + Update ebuild to match latest git source #527000 by Michal Privoznik.
85
86 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> gpsd-2.95-r1.ebuild,
87 gpsd-2.96-r1.ebuild: