Merge pull request #543 from crawford/toolbox

add(toolbox): Adding toolbox to coreos-base
This commit is contained in:
Alex Crawford 2014-04-11 17:48:21 -07:00
commit 489b2d050d
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
toolbox-9999.ebuild

View File

@ -0,0 +1,28 @@
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_PROJECT="coreos/toolbox"
CROS_WORKON_LOCALNAME="toolbox"
CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="dfadc970444c9f1c0de3062f07f46924ffb12f46"
KEYWORDS="amd64"
fi
inherit cros-workon
DESCRIPTION="toolbox"
HOMEPAGE="https://github.com/coreos/toolbox"
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
src_install() {
dobin ${S}/toolbox
}

View File

@ -99,6 +99,7 @@ RDEPEND="${RDEPEND}
sys-apps/which
app-admin/fleet
app-admin/sudo
app-admin/toolbox
app-arch/gzip
app-arch/tar
app-shells/bash