mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
fix(packages): Remove lots of unneeded packages
This commit is contained in:
parent
0d056e1bdc
commit
ad1e0a5425
@ -15,6 +15,7 @@ IUSE="cros_host pam"
|
|||||||
# We need to make sure timezone-data is merged before us.
|
# We need to make sure timezone-data is merged before us.
|
||||||
# See pkg_setup below as well as http://crosbug.com/27413
|
# See pkg_setup below as well as http://crosbug.com/27413
|
||||||
# and friends.
|
# and friends.
|
||||||
|
# TODO: !app-misc/editor-wrapper
|
||||||
DEPEND=">=sys-apps/baselayout-2
|
DEPEND=">=sys-apps/baselayout-2
|
||||||
!<sys-apps/baselayout-2.0.1-r227
|
!<sys-apps/baselayout-2.0.1-r227
|
||||||
!<sys-libs/timezone-data-2011d
|
!<sys-libs/timezone-data-2011d
|
||||||
@ -24,7 +25,6 @@ DEPEND=">=sys-apps/baselayout-2
|
|||||||
!<app-shells/dash-0.5.5
|
!<app-shells/dash-0.5.5
|
||||||
!<net-misc/openssh-5.2_p1-r8
|
!<net-misc/openssh-5.2_p1-r8
|
||||||
!cros_host? (
|
!cros_host? (
|
||||||
!app-misc/editor-wrapper
|
|
||||||
sys-libs/timezone-data
|
sys-libs/timezone-data
|
||||||
)"
|
)"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
@ -40,10 +40,8 @@ RDEPEND="${RDEPEND}
|
|||||||
app-arch/rpm2targz
|
app-arch/rpm2targz
|
||||||
app-arch/sharutils
|
app-arch/sharutils
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
sys-libs/nss-db
|
|
||||||
dev-libs/nss
|
dev-libs/nss
|
||||||
app-emulation/qemu
|
app-emulation/qemu
|
||||||
app-i18n/ibus
|
|
||||||
app-text/texi2html
|
app-text/texi2html
|
||||||
coreos-base/google-breakpad
|
coreos-base/google-breakpad
|
||||||
coreos-base/coreos-base
|
coreos-base/coreos-base
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Chrome cannot compile WebKit with gperf 3.0.4
|
|
||||||
>dev-util/gperf-3.0.3
|
|
||||||
|
|
||||||
# The following are here because we override the ebuilds from the
|
# The following are here because we override the ebuilds from the
|
||||||
# portage tree for a reason other than adding an ebuild from upstream
|
# portage tree for a reason other than adding an ebuild from upstream
|
||||||
# that wasn't yet in our portage tree. We want to keep using our
|
# that wasn't yet in our portage tree. We want to keep using our
|
||||||
|
@ -44,3 +44,29 @@ sys-apps/pciutils static-libs
|
|||||||
# xz-utils includes liblzma, which is picked by bmpblk_utility (vboot_reference)
|
# xz-utils includes liblzma, which is picked by bmpblk_utility (vboot_reference)
|
||||||
# and may be executed outside chroot.
|
# and may be executed outside chroot.
|
||||||
app-arch/xz-utils static-libs
|
app-arch/xz-utils static-libs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#required by dev-lang/python-2.7.3-r2[gdbm,-build], required by dev-python/pygobject-2.28.6-r52, required by dev-python/pyudev-0.15[pygobject], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=sys-libs/gdbm-1.8.3-r4 berkdb
|
||||||
|
#required by app-emulation/qemu-1.2.2-r2[seccomp,static], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
>=sys-libs/libseccomp-1.0.1 static-libs
|
||||||
|
#required by net-print/cups-1.5.2-r4, required by dev-java/icedtea-bin-6.1.11.5-r1[cups], required by virtual/jdk-1.6.0-r1, required by virtual/jre-1.6.0, required by dev-lang/closure-compiler-bin-20120305, required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=app-text/ghostscript-gpl-9.05-r1 cups
|
||||||
|
#required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=coreos-base/cros-devutils-0.0.1-r516 cros_host
|
||||||
|
#required by app-emulation/qemu-1.2.2-r2[static,caps], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=sys-libs/libcap-ng-0.6.6 static-libs
|
||||||
|
#required by app-emulation/qemu-1.2.2-r2[ncurses,static], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
>=sys-libs/ncurses-5.9-r2 static-libs
|
||||||
|
#required by virtual/jpeg-0, required by net-print/cups-1.5.2-r4, required by app-text/ghostscript-gpl-9.05-r1[cups], required by net-print/foomatic-filters-4.0.17
|
||||||
|
>=media-libs/libjpeg-turbo-1.2.1 static-libs
|
||||||
|
#required by net-misc/curl-7.26.0[ssl,curl_ssl_openssl], required by dev-util/cmake-2.8.9, required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
>=dev-libs/openssl-1.0.1c static-libs
|
||||||
|
#required by x11-libs/gtk+-2.24.12, required by dev-java/icedtea-bin-6.1.11.5-r1[X], required by virtual/jdk-1.6.0-r1, required by virtual/jre-1.6.0, required by dev-lang/closure-compiler-bin-20120305, required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=x11-libs/cairo-1.10.2-r3 X
|
||||||
|
#required by app-emulation/qemu-1.2.2-r2[static,png], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
=media-libs/libpng-1.5.13-r1 static-libs
|
||||||
|
#required by app-emulation/qemu-1.2.2-r2[static,jpeg], required by coreos-base/hard-host-depends-0.0.1-r145, required by coreos-base/hard-host-depends (argument)
|
||||||
|
>=virtual/jpeg-0 static-libs
|
||||||
|
|
||||||
|
@ -39,4 +39,4 @@ sys-devel/patch
|
|||||||
virtual/editor
|
virtual/editor
|
||||||
virtual/libc
|
virtual/libc
|
||||||
virtual/os-headers
|
virtual/os-headers
|
||||||
virtual/portage
|
#virtual/portage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user