Lines 1-6
Link Here
|
1 |
# Copyright 1999-2013 Gentoo Foundation |
1 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.1 2013/03/11 17:24:59 vapier Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
EAPI="4" |
5 |
EAPI="4" |
6 |
|
6 |
|
Lines 27-39
Link Here
|
27 |
|
27 |
|
28 |
GPSD_PROTOCOLS=( |
28 |
GPSD_PROTOCOLS=( |
29 |
ashtech aivdm clientdebug earthmate evermore fv18 garmin |
29 |
ashtech aivdm clientdebug earthmate evermore fv18 garmin |
30 |
garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver |
30 |
garmintxt gpsclock itrax mtk3301 nmea nmea2000 ntrip navcom oceanserver |
31 |
oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip |
31 |
oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip |
32 |
tripmate tnt ubx |
32 |
tripmate tnt ubx |
33 |
) |
33 |
) |
34 |
IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} |
34 |
IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} |
35 |
IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth cxx debug dbus ipv6 ncurses ntp python qt4 +shm +sockets test udev usb X" |
35 |
IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth cxx debug dbus ipv6 ncurses ntp python qt4 +shm +sockets test udev usb X" |
36 |
REQUIRED_USE="X? ( python )" |
36 |
REQUIRED_USE="X? ( python ) |
|
|
37 |
gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm )" |
37 |
|
38 |
|
38 |
RDEPEND="X? ( dev-python/pygtk:2 ) |
39 |
RDEPEND="X? ( dev-python/pygtk:2 ) |
39 |
ncurses? ( sys-libs/ncurses ) |
40 |
ncurses? ( sys-libs/ncurses ) |