#Copyright 2010 Gentoo Foundation #Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit cmake-utils DESCRIPTION="Logs OBDII and GPS data" HOMEPAGE="http://icculus.org/obdgpslogger" SRC_URI="http://icculus.org/obdgpslogger/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gps" RDEPEND="gps? ( sci-geosciences/gpsd )"