fix(coreos-base/coreos): add crosh

This commit is contained in:
Brandon Philips 2013-03-07 09:48:19 -08:00
parent b706053d6d
commit 7b79b2dd71
3 changed files with 73 additions and 0 deletions

View File

@ -147,6 +147,7 @@ RDEPEND="${RDEPEND}
sys-apps/systemd-sysv-utils
app-admin/systemd-rest
coreos-base/motd-http
coreos-base/crosh
sys-apps/util-linux
sys-auth/pam_pwdfile
sys-fs/e2fsprogs

View File

@ -0,0 +1,37 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="12be5482e397085c00f1d526530e9c2e1f84658e"
CROS_WORKON_TREE="b5f112a1887e9ea5f98c89a36edbb5a9d2433bd2"
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
inherit cros-workon
DESCRIPTION="Chrome OS command-line shell"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="app-admin/sudo
coreos-base/vboot_reference
coreos-base/workarounds
net-misc/iputils
net-misc/openssh
net-wireless/iw
sys-apps/net-tools
x11-terms/rxvt-unicode
"
DEPEND=""
src_install() {
dobin crosh
dobin crosh-dev
dobin crosh-usb
dobin inputrc.crosh
dobin network_diagnostics
}

View File

@ -0,0 +1,35 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
inherit cros-workon
DESCRIPTION="Chrome OS command-line shell"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="app-admin/sudo
chromeos-base/vboot_reference
chromeos-base/workarounds
net-misc/iputils
net-misc/openssh
net-wireless/iw
sys-apps/net-tools
x11-terms/rxvt-unicode
"
DEPEND=""
src_install() {
dobin crosh
dobin crosh-dev
dobin crosh-usb
dobin inputrc.crosh
dobin network_diagnostics
}