Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/
Date: Fri, 04 Oct 2019 18:59:53
Message-Id: 1570215572.97afb18a8c98e504aef9e68fe983b95949be08c3.robbat2@gentoo
1 commit: 97afb18a8c98e504aef9e68fe983b95949be08c3
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 05:15:18 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:59:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afb18a
7
8 sci-geosciences/gpsd: cleanup USE=latency_timing
9
10 Cleanup USE flag s/latency_timing/latency-timing/
11
12 Reference: https://bugs.gentoo.org/695110
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
15
16 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 4 ++--
17 sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 4 ++--
18 sci-geosciences/gpsd/gpsd-9999.ebuild | 4 ++--
19 sci-geosciences/gpsd/metadata.xml | 2 +-
20 4 files changed, 7 insertions(+), 7 deletions(-)
21
22 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
23 index ecc199ad940..8999e495cd4 100644
24 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
25 +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
26 @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
27 tripmate tsip ublox
28 )
29 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
30 -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
31 +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
32 REQUIRED_USE="X? ( python )
33 gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
34 python? ( ${PYTHON_REQUIRED_USE} )
35 @@ -124,7 +124,7 @@ src_configure() {
36 $(use_scons debug clientdebug)
37 $(use_scons dbus dbus_export)
38 $(use_scons ipv6)
39 - $(use_scons latency_timing timing)
40 + $(use_scons latency-timing timing)
41 $(use_scons ncurses)
42 $(use_scons ntp ntpshm)
43 $(use_scons ntp pps)
44
45 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
46 index 5ffc9c07ef3..78e26cfd798 100644
47 --- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
48 +++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild
49 @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
50 tripmate tsip ublox
51 )
52 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
53 -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
54 +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
55 REQUIRED_USE="X? ( python )
56 gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
57 python? ( ${PYTHON_REQUIRED_USE} )
58 @@ -128,7 +128,7 @@ src_configure() {
59 $(use_scons debug clientdebug)
60 $(use_scons dbus dbus_export)
61 $(use_scons ipv6)
62 - $(use_scons latency_timing timing)
63 + $(use_scons latency-timing timing)
64 $(use_scons ncurses)
65 $(use_scons ntp ntpshm)
66 $(use_scons ntp pps)
67
68 diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
69 index 5b3bca138d4..3fcb84a3d95 100644
70 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild
71 +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
72 @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=(
73 tripmate tsip ublox
74 )
75 IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_}
76 -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
77 +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X"
78 REQUIRED_USE="X? ( python )
79 gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )
80 python? ( ${PYTHON_REQUIRED_USE} )
81 @@ -127,7 +127,7 @@ src_configure() {
82 $(use_scons debug clientdebug)
83 $(use_scons dbus dbus_export)
84 $(use_scons ipv6)
85 - $(use_scons latency_timing timing)
86 + $(use_scons latency-timing timing)
87 $(use_scons ncurses)
88 $(use_scons ntp ntpshm)
89 $(use_scons ntp pps)
90
91 diff --git a/sci-geosciences/gpsd/metadata.xml b/sci-geosciences/gpsd/metadata.xml
92 index cb80bead87d..e37603bc069 100644
93 --- a/sci-geosciences/gpsd/metadata.xml
94 +++ b/sci-geosciences/gpsd/metadata.xml
95 @@ -15,7 +15,7 @@
96 </slots>
97 <use>
98 <flag name="dbus">export gpsd data over dbus connections</flag>
99 - <flag name="latency_timing">support latency timing information</flag>
100 + <flag name="latency-timing">support latency timing information</flag>
101 <flag name="ntp">Enable <pkg>net-misc/ntp</pkg> shared memory interface
102 and PPS kernel support for GPS time</flag>
103 <flag name="sockets">export gpsd over unix sockets</flag>