blob: 46d5fa182327f4cefbb7da5ecf94d5266e9f4433 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="eda35750eed30c62b10f596c228bd06d76291d19"
CROS_WORKON_TREE="2a91fc4fbe5f74c72a8f422577544b16055f4065"
CROS_WORKON_PROJECT="chromiumos/platform/chameleon"
inherit cros-workon
DESCRIPTION="Chameleon bundle for Autotest lab deployment"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/chameleon/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}"
src_install() {
local base_dir="/usr/share/chameleon-bundle"
insinto "${base_dir}"
newins dist/chameleond-*.tar.gz chameleond-${PVR}.tar.gz
}