blob: b711d674034b5eef3964e2aa492695a673ae264e [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="962ab1bc481db0cf504b5449eb3a3d5008ea7601"
CROS_WORKON_TREE="f394c7bc1d375cdbed3c2df61d2383fc364502dd"
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=""
DEPEND="!!chromeos-base/flimflam-test
dev-lang/python
dev-python/dbus-python
dev-python/pygobject"
RDEPEND="${DEPEND}
chromeos-base/shill
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/*
}