mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
coreos-devel/sdk-extras: delete sdk-extras
Apparently the `coreos-devel/sdk-extras` was originally meant to work as a meta package to pull in all the optional packages in the SDK at once. It has been unmaintained since 2~3 years, so an attempt of `emerge coreos-devel/sdk-extras` will give you a huge list of conflicts to resolve. It is difficult to resurrect sdk-extras at the moment. Delete `coreos-devel/sdk-extras` completely. Doing that, we can delete more than 20 other packages from the source tree.
This commit is contained in:
parent
1aaee6d3c0
commit
44ea3e801a
@ -1 +0,0 @@
|
||||
sdk-extras-0.0.1.ebuild
|
@ -1,38 +0,0 @@
|
||||
# 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-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/strace
|
||||
dev-util/valgrind
|
||||
dev-go/glide
|
||||
dev-go/godep
|
||||
dev-python/awscli
|
||||
sys-apps/ed
|
||||
"
|
Loading…
Reference in New Issue
Block a user