blob: b8ef57acb4095852e2d7d85bd87a7f09bf47e81f [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.43.ebuild,v 1.1 2009/10/05 12:22:24 dagger Exp $
EAPI="2"
CROS_WORKON_COMMIT="e031583630940bbed396b2f8ca67479b729f8591"
CROS_WORKON_TREE="e15f0537ef3647836d2b9905dd4da9bafecf76d9"
CROS_WORKON_PROJECT="chromiumos/platform/flimflam"
inherit autotools cros-workon toolchain-funcs
DESCRIPTION="flimflam's test scripts"
HOMEPAGE="http://connman.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="chromeos-base/shill
dev-lang/python
dev-python/dbus-python
dev-python/pygobject
net-dns/dnsmasq
sys-apps/iproute2"
DEPEND="${RDEPEND}"
CROS_WORKON_LOCALNAME="../third_party/flimflam"
src_install() {
exeinto /usr/lib/flimflam/test
doexe test/* || die
}