add(coreos-devel/*-depends): Meta ebuilds for buildhost and SDK.

Create a meta-ebuild for the SDK based on the packages currently listed
explicitly in bootstrap_sdk.sh and a buildhost ebuild that expands on
that, adding packages that are required in containers used by build
slave instances.
This commit is contained in:
Michael Marineau 2013-07-30 13:10:34 -04:00
parent ae43aaf5df
commit 0c564ebf78
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Copyright 2013 The CoreOS Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="Meta ebuild for everything that should be on build hosts."
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND="
coreos-devel/coreos-buildbot
coreos-devel/sdk-depends
dev-util/buildbot-slave
dev-util/catalyst[ccache]
"
RDEPEND="${DEPEND}"

View File

@ -0,0 +1,26 @@
# Copyright 2013 The CoreOS Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="Meta ebuild for everything that should be in the SDK."
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND="
app-admin/sudo
app-arch/pbzip2
app-shells/bash-completion
coreos-base/coreos-base
coreos-base/hard-host-depends
dev-python/setuptools
net-misc/curl
sys-devel/crossdev
"
RDEPEND="${DEPEND}"