blob: 97d23492f95cbb8709f9e505d7e9d8af63f152a1 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
CROS_WORKON_COMMIT="57779f9c27d62896f66cced9cc88443ae9585372"
CROS_WORKON_TREE="c4a6ad9b8774cd66229ba54ca1853b018ae2e07b"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_SUBTREE="shill/test-scripts"
inherit cros-workon
DESCRIPTION="shill's test scripts"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/shill/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="python_targets_python2_7"
DEPEND="
dev-lang/python
dev-python/dbus-python
python_targets_python2_7? ( dev-python/pygobject )"
RDEPEND="${DEPEND}
>=chromeos-base/shill-0.0.1-r2205
net-dns/dnsmasq
sys-apps/iproute2"
src_compile() {
# We only install scripts here, so no need to compile.
:
}
src_install() {
exeinto /usr/lib/flimflam/test
doexe shill/test-scripts/*
}