blob: a58fc18beb691f9d1f96791208a8a1fa6ddb5f98 [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="0901e5cf813866b90eba06fb2faa4d7847c55e35"
CROS_WORKON_TREE="18265f2d7be15611f362aa73ad3747838f9333d1"
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
}