coreos-devel/sdk-extras: add meta package

Add meta package to track items not required by the sdk but are still
useful to be able to install from within it.

Update sdk-depends description

Update profiles/targets/sdk/accept_keywords to include go utilities
This commit is contained in:
Andrew Jeddeloh 2017-10-30 14:01:34 -07:00
parent 9f259caf35
commit 831ad88eff
3 changed files with 50 additions and 1 deletions

View File

@ -4,7 +4,7 @@
EAPI=5
DESCRIPTION="Meta ebuild for everything that should be in the SDK."
DESCRIPTION="Meta ebuild for everything that needs to be in the SDK."
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""

View File

@ -0,0 +1,45 @@
# Copyright 2017 The CoreOS Authors
# Distributed under the terms of the GNU General Public License v2
# This isn't meant to be installed directly. It mostly exists so we can better keep track of
# dependencies within the SDK.
EAPI=5
DESCRIPTION="Meta ebuild for everything that isn't needed in the SDK, but might be useful"
HOMEPAGE="http://coreos.com/docs/sdk/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
RDEPEND="
app-admin/python-updater
app-backup/casync
app-crypt/efitools
app-crypt/tpm-tools
app-editors/emacs
app-editors/nano
app-portage/eix
app-portage/gentoolkit-dev
app-portage/repoman
app-misc/screen
app-misc/tmux
app-text/tree
app-text/dos2unix
dev-util/cscope
dev-util/perf
dev-util/strace
dev-util/valgrind
dev-go/glide
dev-go/godep
dev-python/awscli
sys-apps/ed
"
# Needed for Jenkins
RDEPEND+="
dev-util/catalyst
"

View File

@ -7,3 +7,7 @@ dev-python/botocore ~amd64
dev-lang/rust ~amd64
dev-util/cargo ~amd64
virtual/rust ~amd64
# Accept go utilities
dev-go/glide ~amd64
dev-go/godep ~amd64