Skip to content

Commit

Permalink
Merge pull request #2607 from flatcar/krnowak/package-cleanups
Browse files Browse the repository at this point in the history
Drop unused packages
  • Loading branch information
krnowak authored Jan 24, 2025
2 parents 40c7af7 + 64f1595 commit b77bc1f
Show file tree
Hide file tree
Showing 159 changed files with 8 additions and 6,008 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/portage-stable-packages-list
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,10 @@ app-crypt/gnupg
app-crypt/gpgme
app-crypt/libb2
app-crypt/libmd
app-crypt/mhash
app-crypt/mit-krb5
app-crypt/p11-kit
app-crypt/pinentry
app-crypt/rhash
app-crypt/shash
app-crypt/tpm2-tools
app-crypt/tpm2-tss

Expand All @@ -154,7 +152,6 @@ app-misc/editor-wrapper
app-misc/jq
app-misc/mime-types
app-misc/pax-utils
app-misc/zisofs-tools

app-portage/elt-patches
app-portage/gentoolkit
Expand All @@ -168,7 +165,6 @@ app-shells/gentoo-bashcomp
app-text/asciidoc
app-text/build-docbook-catalog
app-text/docbook-xml-dtd
app-text/docbook-xsl-ns-stylesheets
app-text/docbook-xsl-stylesheets
app-text/mandoc
app-text/manpager
Expand All @@ -190,7 +186,6 @@ dev-build/meson
dev-build/meson-format-array
dev-build/ninja

dev-cpp/abseil-cpp
dev-cpp/azure-core
dev-cpp/azure-identity
dev-cpp/azure-security-keyvault-certificates
Expand Down Expand Up @@ -236,18 +231,14 @@ dev-libs/json-c
dev-libs/jsoncpp
dev-libs/libaio
dev-libs/libassuan
dev-libs/libatasmart
dev-libs/libbsd
dev-libs/libbytesize
dev-libs/libdnet
dev-libs/libev
dev-libs/libevent
dev-libs/libffi
dev-libs/libgcrypt
dev-libs/libgpg-error
dev-libs/libgudev
dev-libs/libksba
dev-libs/liblinear
dev-libs/libltdl
dev-libs/libmspack
dev-libs/libnl
Expand Down Expand Up @@ -283,10 +274,8 @@ dev-libs/userspace-rcu
dev-libs/xmlsec
dev-libs/yajl

dev-perl/File-Slurp
dev-perl/Parse-Yapp

dev-python/autocommand
dev-python/backports-tarfile
dev-python/cachecontrol
dev-python/certifi
Expand Down Expand Up @@ -328,7 +317,6 @@ dev-python/mdurl
dev-python/more-itertools
dev-python/msgpack
dev-python/olefile
dev-python/ordered-set
dev-python/packaging
dev-python/pathspec
dev-python/pefile
Expand All @@ -350,7 +338,6 @@ dev-python/setuptools
dev-python/setuptools-scm
dev-python/six
dev-python/snakeoil
dev-python/tenacity
dev-python/tomli
dev-python/tree-sitter
dev-python/trove-classifiers
Expand All @@ -363,8 +350,6 @@ dev-python/wheel
dev-util/bpftool
dev-util/catalyst
dev-util/checkbashisms
dev-util/cmocka
dev-util/desktop-file-utils
dev-util/gdbus-codegen
dev-util/glib-utils
dev-util/gperf
Expand Down Expand Up @@ -548,7 +533,6 @@ net-nds/rpcbind

net-vpn/wireguard-tools

perl-core/File-Temp
perl-core/Getopt-Long

profiles
Expand Down Expand Up @@ -595,7 +579,6 @@ sys-apps/less
sys-apps/locale-gen
sys-apps/lsb-release
sys-apps/lshw
sys-apps/makedev
sys-apps/man-db
sys-apps/man-pages
sys-apps/miscfiles
Expand Down Expand Up @@ -660,7 +643,6 @@ sys-fs/multipath-tools
sys-fs/quota
sys-fs/squashfs-tools
sys-fs/squashfs-tools-ng
sys-fs/udisks
sys-fs/xfsprogs
sys-fs/zfs
sys-fs/zfs-kmod
Expand All @@ -672,7 +654,6 @@ sys-libs/cracklib
sys-libs/efivar
sys-libs/gdbm
sys-libs/ldb
sys-libs/libblockdev
sys-libs/libcap
sys-libs/libcap-ng
sys-libs/libnvme
Expand Down Expand Up @@ -713,27 +694,18 @@ virtual/openssh
virtual/os-headers
virtual/package-manager
virtual/pager
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Encode
virtual/perl-Exporter
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Getopt-Long
virtual/perl-IO
virtual/perl-Unicode-Collate
virtual/pkgconfig
virtual/resolvconf
virtual/rust
virtual/service-manager
virtual/ssh
virtual/tmpfiles
virtual/udev

x11-base/xorg-proto

x11-libs/pixman

x11-misc/makedepend
x11-misc/shared-mime-info
2 changes: 1 addition & 1 deletion build_dev_binpkgs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages_default=( "coreos-devel/board-packages" )

# Packages that are rdeps of the above but should not be included.
# (mostly large packages, e.g. programming languages etc.)
skip_packages_default="dev-lang/rust,virtual/rust,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"
skip_packages_default="dev-lang/rust,dev-lang/rust-bin,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"


# Developer-visible flags.
Expand Down
2 changes: 1 addition & 1 deletion build_library/catalyst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cat <<EOF
# stage1 packages aren't published, save in tmp
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
update_seed: yes
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude virtual/rust --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude dev-lang/rust-bin --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
EOF
catalyst_stage_default 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,9 @@ RDEPEND+="
sys-auth/google-oslogin
)
"

# Group and user packages to eventually replace passwd in baselayout.
RDEPEND="${RDEPEND}
acct-group/floppy
acct-group/uucp
"
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@

# Keep versions on both arches in sync.
=app-emulation/qemu-guest-agent-8.2.0 ~arm64

# Keep versions on both arches in sync.
=dev-build/meson-1.5.2 ~arm64
=dev-cpp/abseil-cpp-20230125.3-r4 ~arm64

# Keep versions on both arches in sync.
=dev-cpp/glog-0.6.0 ~arm64
=dev-lang/yasm-1.3.0-r1 ~arm64
=dev-libs/ding-libs-0.6.2-r1 ~arm64
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b77bc1f

Please sign in to comment.