blob: 81314f9704bef8e4d74fcf48ba3fc8525ce3a5de [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="0d6e32de70e44e7a0e492b7bdc73c6822b5cd071"
CROS_WORKON_TREE="787245008b94ab967d263f147abe3858353b7c57"
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
}