From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1114513-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0979C138334 for <garchives@archives.gentoo.org>; Fri, 4 Oct 2019 18:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BAAE0849; Fri, 4 Oct 2019 18:59:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E189AE0849 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2019 18:59:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE0A434B91F for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2019 18:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BAC27FF for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2019 18:59:48 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1570215572.97afb18a8c98e504aef9e68fe983b95949be08c3.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.17-r3.ebuild sci-geosciences/gpsd/gpsd-3.17-r4.ebuild sci-geosciences/gpsd/gpsd-9999.ebuild sci-geosciences/gpsd/metadata.xml X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 97afb18a8c98e504aef9e68fe983b95949be08c3 X-VCS-Branch: master Date: Fri, 4 Oct 2019 18:59:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a3cfdae-d5b9-4fc1-a12f-a333a902b8e5 X-Archives-Hash: 00d775bcf3850e63a0a348d53a96e775 commit: 97afb18a8c98e504aef9e68fe983b95949be08c3 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 05:15:18 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 18:59:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afb18a sci-geosciences/gpsd: cleanup USE=latency_timing Cleanup USE flag s/latency_timing/latency-timing/ Reference: https://bugs.gentoo.org/695110 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 4 ++-- sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 4 ++-- sci-geosciences/gpsd/gpsd-9999.ebuild | 4 ++-- sci-geosciences/gpsd/metadata.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild index ecc199ad940..8999e495cd4 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=( tripmate tsip ublox ) IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X" REQUIRED_USE="X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -124,7 +124,7 @@ src_configure() { $(use_scons debug clientdebug) $(use_scons dbus dbus_export) $(use_scons ipv6) - $(use_scons latency_timing timing) + $(use_scons latency-timing timing) $(use_scons ncurses) $(use_scons ntp ntpshm) $(use_scons ntp pps) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild index 5ffc9c07ef3..78e26cfd798 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=( tripmate tsip ublox ) IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X" REQUIRED_USE="X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -128,7 +128,7 @@ src_configure() { $(use_scons debug clientdebug) $(use_scons dbus dbus_export) $(use_scons ipv6) - $(use_scons latency_timing timing) + $(use_scons latency-timing timing) $(use_scons ncurses) $(use_scons ntp ntpshm) $(use_scons ntp pps) diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 5b3bca138d4..3fcb84a3d95 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -30,7 +30,7 @@ GPSD_PROTOCOLS=( tripmate tsip ublox ) IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} -IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency_timing ncurses ntp python qt5 +shm +sockets static test udev usb X" +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth +cxx dbus debug ipv6 latency-timing ncurses ntp python qt5 +shm +sockets static test udev usb X" REQUIRED_USE="X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -127,7 +127,7 @@ src_configure() { $(use_scons debug clientdebug) $(use_scons dbus dbus_export) $(use_scons ipv6) - $(use_scons latency_timing timing) + $(use_scons latency-timing timing) $(use_scons ncurses) $(use_scons ntp ntpshm) $(use_scons ntp pps) diff --git a/sci-geosciences/gpsd/metadata.xml b/sci-geosciences/gpsd/metadata.xml index cb80bead87d..e37603bc069 100644 --- a/sci-geosciences/gpsd/metadata.xml +++ b/sci-geosciences/gpsd/metadata.xml @@ -15,7 +15,7 @@ </slots> <use> <flag name="dbus">export gpsd data over dbus connections</flag> - <flag name="latency_timing">support latency timing information</flag> + <flag name="latency-timing">support latency timing information</flag> <flag name="ntp">Enable <pkg>net-misc/ntp</pkg> shared memory interface and PPS kernel support for GPS time</flag> <flag name="sockets">export gpsd over unix sockets</flag>