mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
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:
parent
ae43aaf5df
commit
0c564ebf78
@ -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}"
|
26
sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild
vendored
Normal file
26
sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-depends/sdk-depends-0.0.1.ebuild
vendored
Normal 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}"
|
Loading…
Reference in New Issue
Block a user