blob: 9adaf9994087e3a257e60f9203b6b96db134bbf7 [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="313a6ab51b857011f4abc2ec999f7a885340aee6"
CROS_WORKON_TREE="89111bad2043e7b39ee9dcdb4a428fc9ffc8f734"
CROS_WORKON_PROJECT="chromiumos/platform/chameleon"
inherit cros-workon
DESCRIPTION="Chameleon bundle for Autotest lab deployment"
HOMEPAGE="http://www.chromium.org/"
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
}