diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/buildhost-depends/buildhost-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/buildhost-depends/buildhost-depends-0.0.1.ebuild new file mode 100644 index 0000000000..3d0013803a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/buildhost-depends/buildhost-depends-0.0.1.ebuild @@ -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}" diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild new file mode 100644 index 0000000000..8ee220e81a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild @@ -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}"