mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
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:
parent
9f259caf35
commit
831ad88eff
@ -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=""
|
||||
|
||||
|
45
sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-extras/sdk-extras-0.0.1.ebuild
vendored
Normal file
45
sdk_container/src/third_party/coreos-overlay/coreos-devel/sdk-extras/sdk-extras-0.0.1.ebuild
vendored
Normal 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
|
||||
"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user