blob: 32f60e5928cd6080839e6bbc6bc847ba096d3461 [file] [log] [blame]
CROS_WORKON_COMMIT="b6536ff45e597cdcf77ab3da65221a216ade0099"
CROS_WORKON_TREE="e8c84b027a048c36849eca27086e6371c8c05373"
# 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/flimflam
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
cp -rv test/swindle ${D}/usr/lib/flimflam/test/swindle
}