mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
churn(coreos-dev/coreos-dev): Clean up dev package list a little.
This commit is contained in:
parent
7f1fe4edb4
commit
60b2b401f9
@ -3,45 +3,23 @@
|
|||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
DESCRIPTION="Adds some developer niceties on top of Chrome OS for debugging"
|
DESCRIPTION="CoreOS developer images and containers (meta package)"
|
||||||
HOMEPAGE="http://src.chromium.org"
|
HOMEPAGE="http://coreos.com"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm x86"
|
||||||
IUSE="bluetooth opengl X"
|
IUSE=""
|
||||||
|
|
||||||
# The dependencies here are meant to capture "all the packages
|
# The dependencies here are meant to capture "all the packages
|
||||||
# developers want to use for development, test, or debug". This
|
# developers want to use for development, test, or debug". This
|
||||||
# category is meant to include all developer use cases, including
|
# category is meant to include all developer use cases, including
|
||||||
# software test and debug, performance tuning, hardware validation,
|
# software test and debug, performance tuning, hardware validation,
|
||||||
# and debugging failures.
|
# and debugging failures.
|
||||||
#
|
|
||||||
# To protect developer images from changes in other ebuilds you
|
|
||||||
# should include any package with a user constituency, regardless of
|
|
||||||
# whether that package is included in the base Chromium OS image or
|
|
||||||
# any other ebuild.
|
|
||||||
#
|
|
||||||
# Don't include packages that are indirect dependencies: only
|
|
||||||
# include a package if a file *in that package* is expected to be
|
|
||||||
# useful.
|
|
||||||
# TODO: chromeos-base/chromeos-dev-init
|
|
||||||
# chromeos-base/flimflam-test
|
|
||||||
# chromeos-base/protofiles
|
|
||||||
# chromeos-base/system_api
|
|
||||||
# dev-util/hdctools
|
|
||||||
# app-benchmarks/punybench
|
|
||||||
# dev-util/libc-bench
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-admin/sudo
|
|
||||||
app-arch/gzip
|
|
||||||
app-arch/tar
|
|
||||||
dev-libs/nss
|
|
||||||
app-editors/vim
|
|
||||||
app-misc/evtest
|
|
||||||
app-portage/gentoolkit
|
app-portage/gentoolkit
|
||||||
app-shells/bash
|
|
||||||
coreos-base/coreos
|
coreos-base/coreos
|
||||||
|
coreos-base/coreos-experimental
|
||||||
coreos-base/gmerge
|
coreos-base/gmerge
|
||||||
dev-lang/python
|
dev-lang/python
|
||||||
dev-python/dbus-python
|
dev-python/dbus-python
|
||||||
@ -74,8 +52,6 @@ RDEPEND="
|
|||||||
sys-process/ktop
|
sys-process/ktop
|
||||||
sys-process/procps
|
sys-process/procps
|
||||||
sys-process/psmisc
|
sys-process/psmisc
|
||||||
virtual/python-argparse
|
|
||||||
coreos-base/coreos-experimental
|
|
||||||
"
|
"
|
||||||
|
|
||||||
# TODO: sys-apps/iotools
|
# TODO: sys-apps/iotools
|
||||||
|
Loading…
Reference in New Issue
Block a user