blob: 7024a09dcbd5625a859a2ac8f022c2a27be59459 [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_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
}