blob: cccfb27e74519c4fa5516a8358b3e8dd090bc088 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="7e802a78b432a37ec83cc98718ce4e7c3010c935"
CROS_WORKON_TREE="756cf254c722a1092f51fbd03e1507165c2aafc9"
CROS_WORKON_PROJECT="chromiumos/third_party/whining"
CROS_WORKON_LOCALNAME=../third_party/whining
inherit cros-workon cros-constants
DESCRIPTION="Whining matrix"
HOMEPAGE="http://dev.chromium.org/chromium-os/testing"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
dev-python/bottle
"
DEPEND=""
WHINING_WORK="${WORKDIR}/whining-work"
WHINING_BASE="/whining"
src_prepare() {
mkdir -p "${WHINING_WORK}"
cp -fpru "${S}"/* "${WHINING_WORK}/" &>/dev/null
find "${WHINING_WORK}" -name '*.pyc' -delete
}
src_install() {
insinto "${WHINING_BASE}"
doins -r "${WHINING_WORK}"/*
doins "${FILESDIR}"/apache-conf
doins "${FILESDIR}"/config.ini
insinto /etc/init
doins "${FILESDIR}"/whining_setup.conf
}