| # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI=7 |
| CROS_WORKON_COMMIT="4a382fb97c9d25d3406547c2ef182d25bea85718" |
| CROS_WORKON_TREE="86c8cdb230be6edd6ac4510cc2b4c2193486647e" |
| CROS_WORKON_PROJECT="chromiumos/platform/crostestutils" |
| CROS_WORKON_LOCALNAME="platform/crostestutils" |
| |
| inherit cros-workon |
| |
| DESCRIPTION="Host test utilities for ChromiumOS" |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/crostestutils/" |
| |
| LICENSE="BSD-Google" |
| KEYWORDS="*" |
| |
| RDEPEND="app-emulation/qemu |
| app-portage/gentoolkit |
| app-shells/bash |
| chromeos-base/cros-devutils |
| dev-python/django |
| " |
| |
| # These are all either bash / python scripts. No actual builds DEPS. |
| DEPEND="" |
| |
| # Use default src_compile and src_install which use Makefile. |