blob: 818920cf850f28d9677364bc029e53accf4ea7ee [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="481403c9fd78266e04a3e14fe00092fd474f3fd6"
CROS_WORKON_TREE="4b20c3fa057dfa751ca255217174986bfbb58d16"
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
}