diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask index 471115a6de..27207c6da3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Guillermo Joandet (2022-11-22) +# app-text/pandoc is keyworded on this architecture +net-libs/gssdp -man + # WANG Xuerui (2022-10-07) # sys-libs/libsmbios is available here. app-laptop/pbbuttonsd -macbook diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask index c07caa76e3..59eeb185bf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Sam James (2022-10-29) # pandoc not keyworded here, bug #878355 app-admin/conky doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask index a54c74e4c0..552f82af8e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Alexey Shvetsov (2022-09-15) # Mask nvml use flag for slurm sys-cluster/slurm nvml @@ -209,10 +213,6 @@ lxqt-base/lxqt-meta archiver # static-pie works on arm64, #719444 sys-libs/glibc -static-pie -# Patrick McLean (2019-03-26) -# Some test deps aren't keyworded on arm64 -dev-python/kazoo test - # Ettore Di Giacinto (2016-11-10) # Dependency has no stable keyword # and as for now we have only stable mate versions diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask index 7d91109f91..b950d68839 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Conrad Kostecki (2022-11-01) # Mask tests, as not all needed deps are available on this arch. # See #878933 for progress. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask index bbb3c72764..8ed2298b91 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # matoro (2022-09-30) # No ruby on ia64 for dev-ruby/asciidoctor net-misc/chrony html diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/make.defaults index 3c0828d8bc..61a8e65a13 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/make.defaults @@ -42,10 +42,6 @@ CHOST_lp64d="loongarch64-unknown-linux-gnu" # Since many people will want to test this in qemu... FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" -# We need to fetch https git repo (gcc) during bootstrap, before gcc-12.1.0 -# is officially released. -BOOTSTRAP_USE="${BOOTSTRAP_USE} curl_ssl_openssl ssl" - # The following stuff MUST be defined in subdirs: # ABI # DEFAULT_ABI diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask index a11fe7068f..cf1df784e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask @@ -1,6 +1,25 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui (2022-11-27) +# Mask configurations not accepting llvm:16 and/or clang:16, either due to +# lack of testing or simply being unsupported upstream (the opaque pointers +# in particular need downstream changes). +app-office/libreoffice clang + (2022-11-27) +# LLVM toolchain now partially usable on loong, mask the remaining pieces +# pending test/bugfixes/porting. +# +# - sys-libs/libcxxabi: fails many tests but is apparently working +# - sys-libs/libcxx: fails many tests, more upstream work likely needed +# - sys-libs/libomp: fails 4 tests +# - need at least https://reviews.llvm.org/D138177 but there could be more +# - sys-devel/lld: port is still under review +sys-devel/clang-common default-libcxx default-lld +sys-devel/clang-runtime libcxx openmp + # WANG Xuerui (2022-11-18) # net-libs/webkit-gtk is not available on loong yet. app-text/atril epub diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask index 1440498b9f..e9dc3b0f16 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask @@ -29,7 +29,6 @@ valgrind # Temporarily masked during initial keywording audit -bluetooth doc efl elogind diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask index bed1ecab87..c9cf860069 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.use.mask @@ -32,10 +32,6 @@ app-editors/emacs gui mailutils # Needs a lot of Perl packages to be keyworded. dev-vcs/git doc -# James Le Cuirot (2021-09-20) -# Requires zstd, which is currently broken on m68k. -dev-util/cmake test - # James Le Cuirot (2021-09-19) # Avoid having to keyword Poppler and X11 libraries for now. media-gfx/graphviz pdf diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask index 4df4b49e67..5079fb4ece 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/use.mask @@ -81,10 +81,6 @@ vulkan # Ruby just crashes on startup. ruby -# Andreas K. Hüttel (2021-08-22) -# app-arch/zstd is broken -zstd - # James Le Cuirot (2021-08-20) # Qt is not keyworded or tested. qt5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask index 6ffae73354..d79b13f82e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Sam James (2022-10-29) # pandoc not keyworded here, bug #878355 app-admin/conky doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask index acf4a8ba1a..cfeff90485 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64ul/package.use.mask @@ -10,10 +10,6 @@ app-portage/nattka -depgraph-order # impl there anyway. Please keep this in sync with use.stable.mask. dev-lang/python-exec -python_targets_pypy3 -# Georgy Yakovlev (2021-07-27) -# deps are keyworded -gnome-base/gnome-extra-apps -tracker - # Georgy Yakovlev (2021-07-27) # deps not keyworded media-gfx/gnome-photos flickr upnp-av diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask index e3aefef4ec..a73e5c8b47 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan (2022-11-24) +# depend on dev-libs/libpcre2[jit] which not supported yet, bug #879511 +www-servers/varnish jit + # Sam James (2022-10-29) # pandoc not keyworded here, bug #878355 app-admin/conky doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask index d8a106a728..1f332436d8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Sam James (2022-04-26) # Unkeyworded dependencies app-text/htmltidy test diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/64ul/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/64ul/package.mask index 62fc845c83..9258d74abe 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/64ul/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/64ul/package.mask @@ -1,6 +1,16 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-11-07) +# SILO is designed for the old 64-bit kernel/32-bit userland combo +# before there was a 64-bit userland available. It requires a 32-bit +# userland to build, so mask it on 64ul. sys-boot/grub:2 support for +# sparc was added in ~2018 and is documented in the handbook per #854954 +# See: https://github.com/esnowberg/grub2-sparc/wiki +# See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Disks +# See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Bootloader +sys-boot/silo + # Sam James (2022-02-28) # Binary (needed for bootstrap) is sparc32? dev-lisp/sbcl diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask index 6a4f874db2..afbf090e28 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-11-24) +# Pulls in gjs which is broken on sparc, bug #882071 +gnome-extra/sushi + # Raúl Porcel (2014-11-17) # Mask sys-devel/kgcc64 since >=gcc-4.4 can build 64bit kernels sys-devel/kgcc64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask index ba32c61af3..3cbc47e6be 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -1,6 +1,17 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2022-11-24) +# Pulls in gjs which is broken on sparc, bug #882071 +app-crypt/libsecret test-rust +dev-util/glade gjs +gnome-base/gnome-menus test +gnome-base/nautilus previewer + +# Florian Schmaus (2022-11-23) +# avoid larger deptree, bug #882593 +dev-python/bracex doc + # Sam James (2022-10-29) # pandoc not keyworded here, bug #878355 app-admin/conky doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask index 80f4f0d954..a68e233ecf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask @@ -14,10 +14,6 @@ media-video/mpv -libplacebo -vulkan app-laptop/pbbuttonsd -macbook sys-apps/fwupd -dell -# Volkmar W. Pogatzki (2022-08-09) -# dev-java/jaxws-api not keyworded ->=dev-java/jmock-2.12.0 test - # Alexey Shvetsov (2022-09-15) # Mask nvml use flag for slurm sys-cluster/slurm nvml diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask index 19ccff06c4..6d258d9217 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask @@ -6,6 +6,34 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Joonas Niilola (2022-11-25) +# x11-wm/stumpwm-22.05_p20220818[doc] is totally broken. Bug #882935 +x11-wm/stumpwm doc + +# Bernd Waibel (2022-11-25) +# USE=tbb is broken in 7.7.0 +# https://tracker.dev.opencascade.org/view.php?id=33152 +~sci-libs/opencascade-7.7.0 tbb + +# Sam James (2022-11-24) +# Depends on old dev-lang/spidermonkey:68, bug #807772 +# Particularly unwise given it parses data from network. +net-libs/libproxy spidermonkey + +# Pascal Jäger (2022-11-24) +# Metamail last rited +app-text/crm114 mimencode + +# Guillermo Joandet (2022-11-22) +# app-text/pandoc is not keyworded on most architectures +net-libs/gssdp man + +# Matt Turner (2022-09-26) +# Requires nautilus-43.0 which is keyworded everywhere +>=app-arch/file-roller-43.0 nautilus +>=app-text/evince-43.0 nautilus +>=x11-terms/gnome-terminal-3.46 nautilus + # Sam James (2022-11-19) # Needs long-EOL dev-lang/spidermonkey:60 (which also needs python:2.7). media-libs/coin javascript @@ -30,6 +58,11 @@ www-servers/uwsgi python-gevent # Requires net-misc/pyhoca-cli that is masked for removal. net-misc/remmina x2go +# Matt Turner (2022-11-16) +# gnome-music and gnome-photos have not been ported to libsoup:3.0, while +# other non-slotted dependencies have been. +gnome-base/gnome-extra-apps tracker + # Matt Turner (2022-11-16) # tracker-miners depends on libsoup:3.0 but USE=rss depends on net-libs/libgrss # which has not been ported to libsoup:3.0. @@ -44,13 +77,6 @@ dev-python/pyotherside qt6 # Older versions of libvirt need a vulnerable version of wireshark (2022-10-07) -# media-sound/rplay is masked for removal. -x11-wm/fvwm3 rplay -x11-wm/ctwm rplay -x11-wm/fvwm rplay -x11-wm/vtwm rplay - # Viorel Munteanu (2022-10-07) # Cannot test and fix pax-kernel related bugs on a current grsec kernel # Mask the flag for now @@ -65,15 +91,6 @@ app-emulation/virtualbox-modules pax-kernel sys-libs/zlib-ng compat sys-libs/minizip-ng compat -# Matt Turner (2022-09-26) -# Requires nautilus-43.0 which is not in tree yet. ->=x11-terms/gnome-terminal-3.46 nautilus - -# Pascal Jaeger (2022-09-21) -# Versions >=43.0 of evince only work with =43.0 would stop users from updating nautilus ->=app-text/evince-43.0 nautilus - # Yiyang Wu (2022-09-21) # Intolerable mathematical errors found on AMD Radeon VII GPU during src_test, # may lead to incorrect results in computation. @@ -183,10 +200,6 @@ dev-python/jupyter_server doc # https://github.com/aria2/aria2/issues/1636 net-misc/aria2 gnutls -# Matt Turner (2022-03-25) -# Depends on libsoup:3.0 ->=gnome-base/gvfs-1.50 http - # Craig Andrews (2022-03-25) # Requires as of yet unreleased QUIC support in OpenSSL net-libs/ngtcp2 openssl diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask index 07276f167a..decc363f24 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -4,6 +4,14 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Guillermo Joandet (2022-11-22) +# app-text/pandoc is not stable +net-libs/gssdp man + +# Matt Turner (2022-11-16) +# Depends on libsoup:3.0 +>=gnome-base/gvfs-1.50 http + # Michał Górny (2022-11-06) # Unmask the target on python-exec while it's masked elsewhere. dev-lang/python-exec -python_targets_python3_11 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/x32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.1/systemd/clang/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/systemd/llvm/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent new file mode 100644 index 0000000000..5e9458ce54 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent new file mode 100644 index 0000000000..f7739b4058 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/parent new file mode 100644 index 0000000000..1b7f7eef0a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/parent new file mode 100644 index 0000000000..1b7f7eef0a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent new file mode 100644 index 0000000000..1b7f7eef0a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/parent new file mode 100644 index 0000000000..c8b1675247 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/ada_target.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/ada_target.desc index 56e98a3ba1..a02d28dcd8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/ada_target.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/ada_target.desc @@ -1,6 +1,5 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -gnat_2020 - Compile with dev-lang/gnat-gpl-2020 gnat_2021 - Compile with dev-lang/gnat-gpl-2021 gcc_12_2_0 - Compile with sys-devel/gcc-12.2.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/merged-usr/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/merged-usr/make.defaults index f6b244c0bf..6df2f8cf94 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/merged-usr/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/features/merged-usr/make.defaults @@ -1,3 +1,4 @@ # Mike Gilbert (2022-08-31) # Avoid removing merged-usr symlinks. UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin" +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask index 5ae09de950..7136caab88 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask @@ -64,6 +64,7 @@ dev-util/cbindgen dev-util/git-delta dev-util/maturin dev-util/tree-sitter-cli +>=dev-vcs/stgit-2 gnome-base/gdm >=gnome-base/gnome-core-apps-3.36.5 >=gnome-base/gnome-core-libs-3.36.5 @@ -72,6 +73,7 @@ gnome-base/gdm >=gnome-base/librsvg-2.41 gnome-extra/gnome-browser-connector gnome-extra/gnome-tweaks +gnome-extra/sushi >=media-gfx/libimagequant-4 media-libs/libavif >=media-libs/libopenraw-0.3.2 @@ -86,6 +88,7 @@ net-p2p/deluge ros-meta/ros_comm sci-geosciences/gnome-maps >=sys-apps/bat-0.18.1 +sys-fs/bcachefs-tools virtual/rust www-apps/radicale >=x11-themes/adwaita-icon-theme-3.36 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask index 7a8ede783d..75f48aabba 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask @@ -32,7 +32,6 @@ app-admin/salt libcloud openssl test dev-python/aiohttp test dev-python/cheroot test dev-python/cherrypy ssl -dev-python/eventlet test dev-python/google-auth test dev-python/pyftpdlib ssl test dev-python/python-novaclient test diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.mask b/sdk_container/src/third_party/portage-stable/profiles/package.mask index 472326f9fd..189ca5ad74 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -33,6 +33,117 @@ #--- END OF EXAMPLES --- +# John Helmert III (2022-11-27) +# Unmaintained upstream, several unresolved public vulnerabilities, +# Removal in 30 days. Bug #882773. +www-servers/boa + +# David Seifert (2022-11-27) +# Broke API for C++, causes massive carnage for consumers. +# Bug #883223. +~dev-libs/glib-2.74.2 + +# Michał Górny (2022-11-27) +# Unresolved LICENSE issue for 3 years now. +# Removal on 2022-12-27. Bug #694708. +app-admin/helm + +# Michał Górny (2022-11-27) +# Broken with OpenSSL-3. Last upstream activity in 2021, no reply +# to the bug. +# Removal on 2022-12-27. Bug #805233. +net-dns/dog + +# Michał Górny (2022-11-27) +# Broken with modern dev-python/setuptools versions. Last upstream +# commit in 2018. No reverse dependencies. +# Removal on 2022-12-27. Bug #822840. +dev-python/slimit + +# Michał Górny (2022-11-27) +# Unmaintained. HOMEPAGE is gone. Uses GTK+2. +# Removal on 2022-12-27. Bug #821118. +games-util/xgamer + +# Michał Górny (2022-11-27) +# Unmaintained, ancient package. x11-misc/unclutter-xfixes is +# a superior replacement. +# Removal on 2022-12-27. Bug #880845. +x11-misc/unclutter + +# Michał Górny (2022-11-27) +# Unmaintained. Last bumped in 2005. Superseded by Python version +# with last release in 2008, then by vnc2flv with last release in 2010. +# Removal on 2022-12-27. Bug #880927. +x11-misc/vnc2swf + +# Michael Mair-Keimberger (2022-11-25) +# Unmaintained, last release a decade ago, upstream declared it EOL +# Removal in 30 days. +net-analyzer/snortsam + +# John Helmert III (2022-11-24) +# Binary package several releases behind the source-based package, +# multiple vulnerabilities, unmaintained for several years. Removal in +# 30 days. Bugs #849389, #882783. +dev-db/percona-xtrabackup-bin + +# John Helmert III (2022-11-24) +# Compatibility issues with openssl-1.1*, numerous build issues, version +# in tree is EOL upstream. Removal in 30 days. Bug #882759. +net-misc/cfengine + +# Pascal Jäger (2022-11-24) +# No maintainer, last release in 1994. Fails to build +# with clang-16. Runtime crash in certain conditions. +# Removal on 2022-12-23. +# Bugs #549922 #713492 #731256 #875464 #882263 +# Removal Bug: #882631 +net-mail/metamail + +# Michał Górny (2022-11-23) +# Unpredictable build failures reported. No revdeps left. +# dev-libs/opencl-icd-loader is a good replacement. +# Removal on 2022-12-23. Bug #733018. +dev-libs/ocl-icd + +# Michał Górny (2022-11-23) +# Packages with no maintainer and major issues reported. +# +# app-cdr/xbiso: bug #882089, last release in 2005 +# app-emulation/dlx: bug #874933, last release in 2001 +# app-office/sc: bug #877051, last release in 2002 +# net-libs/ortp: bug #874003, last bumped in 2014 +# net-nntp/brag: revdep of app-text/uudeview +# net-vpn/vtun: bug #875443, last bumped in 2012, last release in 2016 +# sys-apps/fakeroot-ng: bug #851543, last release in 2013 +# sys-apps/pmount-gui: bug #776397, last bumped in 2013, commit in 2019 +# www-apache/mod_common_redirect: bug #874660, bumped in 2010, repo gone +# +# Removal on 2022-12-23. +app-cdr/xbiso +app-emulation/dlx +app-office/sc +net-libs/ortp +net-nntp/brag +net-vpn/vtun +sys-apps/fakeroot-ng +sys-apps/pmount-gui +www-apache/mod_common_redirect + +# David Seifert (2022-11-23) +# EAPI 6, no revdeps in tree, never made it into upstream boost, library +# only, last release 6 years ago. Removal on 2022-12-23. +dev-libs/boost-mpl-cartesian_product + +# Matt Turner (2022-11-16) +# Packages or their dependencies have not been ported to libsoup:3.0, while +# other non-slotted dependencies have been. +media-gfx/gnome-photos +media-sound/gnome-music +net-libs/libzapojit +net-misc/gnome-online-miners + # Ionen Wolkens (2022-11-21) # Was added only for dev-python/pytest-bdd which no longer needs it. # If using, migrate to stdlib glob which supports `**` since python-3.5. @@ -59,7 +170,6 @@ dev-cpp/pstreams # app-misc/glimpse: bug #684096, last bumped in 2013 # dev-db/cpp-driver: bug #685936, last bumped in 2019 # dev-erlang/riakc: bug #722688, last bumped in 2016 -# dev-libs/xalan-c: bug #734190, last bumped in 2011 # dev-util/stubgen: bug #839927, last bumped in 2011 # media-gfx/xzgv: bug #831252, last bumped in 2009 # net-dns/dnssec-check: bug #571350, last bumped in 2016 @@ -76,7 +186,6 @@ app-forensics/ovaldi app-misc/glimpse dev-db/cpp-driver dev-erlang/riakc -dev-libs/xalan-c dev-util/stubgen media-gfx/xzgv net-dns/dnssec-check @@ -102,6 +211,8 @@ media-sound/umix dev-php/agavi dev-php/phing dev-php/PEAR-PEAR_PackageFileManager +dev-php/PEAR-PEAR_PackageFileManager2 +dev-php/PEAR-PEAR_PackageFileManager_Plugins dev-php/PEAR-VersionControl_SVN dev-php/phpmd dev-php/simpletest @@ -132,7 +243,6 @@ dev-python/Rx dev-python/bert dev-python/flask-assets dev-python/libpy_simdjson -dev-python/parallax dev-python/pytest-salt dev-python/requests_pkcs12 dev-python/slackclient @@ -151,7 +261,6 @@ net-analyzer/carl net-im/skype-dbus-mock sci-libs/bmrblib sci-mathematics/relational -sys-cluster/crmsh # Michał Górny (2022-11-17) # Rarely used package with very high maintenance cost. Hacky, requires @@ -351,51 +460,6 @@ dev-libs/cloog # Removal in 30 days dev-python/pweave -# Jonas Stein (2022-10-26) -# Dead upstream, open bugs. -# Removal after 2022-12-24. Bug #878337. -app-misc/tpconfig - -# Sam James (2022-10-24) -# Non-free licence which prohibits any patching. Fails to build with Clang 16. -# Removal on 2022-10-24. -dev-util/sgb -sci-misc/gt-itm - -# Sam James (2022-10-24) -# Fails to build with Clang 16 (code quality issues), no upstream activity -# in 7 years. Removal on 2022-11-23. bug #874486, bug #791604. -games-fps/qudos - -# David Seifert (2022-10-23) -# Dead package, upstream gone, GTK+2, fails to build with Clang 16 and -# tests fail. Removal on 2022-11-22. Bug #741200, #875686. -sci-calculators/grpn - -# Hans de Graaff (2022-10-22) -# Last release upstream 10 years ago. No longer compiles with latest -# clang (bug #875254) and doubtful that this actually works with recent -# ruby versions. -# Masked for removal in 30 days. -dev-ruby/ruby-sdl - -# Michał Górny (2022-10-21) -# Barely maintained upstream. Still lacking support for Python 3.10. -# All revdeps in Gentoo were pure test deps, and only optional -# (because they would otherwise block Python 3.10). -# Removal on 2022-11-20. Bug #845723. -dev-python/eventlet - -# Michał Górny (2022-10-17) -# Unmaintained since 2018. Requires dev-python/nose. No revdeps left. -# Removal on 2022-11-16. Bug #877375. -dev-python/case - -# Michał Górny (2022-10-17) -# dev-python/nose plugin. No revdeps left. -# Removal on 2022-11-16. Bug #877369. -dev-python/nose_warnings_filters - # John Helmert III (2022-10-16) # (2022-10-10) -# Unused Java library. Removal on 2022-11-10. -dev-java/objenesis-test - -# Michał Górny (2022-10-08) -# Repository and SRC_URI gone. Last release in 2012 (guessing -# by filename). -# Removal on 2022-11-07. Bug #876151. -xfce-extra/transd - -# Michał Górny (2022-10-08) -# This package is not really required for anything, as it being missing -# only disables enforcing install_requires. At the same time, it being -# installed causes unexpected verbose output that randomly breaks more -# susceptible test suites (e.g. dev-python/pythran). -# Removal on 2022-11-07. Bug #876082. -dev-python/setuptools-declarative-requirements - -# Michał Górny (2022-10-08) -# The test suite is broken since at least March. No revdeps. -# Removal on 2022-11-07. Bug #834656. -dev-python/kazoo - -# Sam James (2022-10-07) -# Ancient K&R C codebase which fails to compile with modern Clang; surface -# level fixes are doable, but then get into various dangerous constructs -# in the async code which is non-trivial to port to modern compilers. -# bug #731070, bug #802108, bug #875164. -# Use media-sound/mpd if looking for a modern alternative. Removal on 2022-11-07. -media-sound/rplay - -# Michał Górny (2022-10-05) -# Originally added for dev-python/rapidfuzz. Now the algorithm has been -# inlined into rapidfuzz, and the package is semi-deprecated. -# No revdeps left in ::gentoo. -# Removal on 2022-11-04. Bug #875350. -dev-cpp/jarowinkler-cpp -dev-python/jarowinkler - # Sam James (2022-10-04) # Regression for some Intel LCDs which may cause physical damage # Please upgrade to 5.19.13 if affected! @@ -483,11 +508,6 @@ virtual/httpd-php:8.2 # and accept a more unstable release. >=www-client/chromium-108 -# Sam James (2022-09-26) -# Masked for testing. Please report bugs! -=app-shells/bash-5.2* -=sys-libs/readline-8.2* - # John Helmert III (2022-09-18) # Unfixed root privilege escalation, bug #631552 sys-cluster/slurm @@ -671,64 +691,6 @@ media-libs/webrtc-audio-processing:1 # old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall. sys-devel/automake:1.11 -# Mart Raudsepp (2021-09-15) -# New major parallel-installable release which needs special care to not -# end up loaded into the same process together with the earlier libsoup ABI. -# Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41. ->=app-arch/file-roller-43 ->=app-backup/deja-dup-43 ->=app-crypt/seahorse-43 ->=app-misc/bijiben-40.1-r1 ->=app-misc/tracker-3.4.0-r1 ->=app-misc/tracker-miners-3.4.0-r1 ->=app-text/gtranslator-42 ->=app-text/libgepub-0.7.0 ->=dev-libs/gjs-1.74 ->=dev-libs/libgweather-4.2.0 ->=dev-python/nautilus-python-4.0 ->=dev-util/devhelp-43 ->=dev-util/gnome-builder-43 ->=gnome-base/gnome-applets-3.46 ->=gnome-base/gnome-desktop-43 ->=gnome-base/gnome-flashback-3.46 ->=gnome-base/gnome-panel-3.46 ->=gnome-base/gnome-settings-daemon-43 ->=gnome-base/gnome-shell-43 ->=gnome-base/nautilus-43 ->=gnome-extra/evolution-data-server-3.46 ->=gnome-extra/evolution-ews-3.46 ->=gnome-extra/gnome-boxes-43 ->=gnome-extra/gnome-calculator-43 ->=gnome-extra/gnome-calendar-43 ->=gnome-extra/gnome-clocks-43 ->=gnome-extra/gnome-shell-extensions-43 ->=gnome-extra/gnome-shell-frippery-43 ->=gnome-extra/gnome-software-43 ->=gnome-extra/sushi-43 ->=mail-client/balsa-2.6.4 ->=mail-client/evolution-3.46 ->=mail-client/geary-43 ->=media-gfx/gnome-photos-43 ->=net-irc/polari-43 -net-libs/dleyna ->=net-libs/gnome-online-accounts-3.46 ->=net-libs/gssdp-1.6 ->=net-libs/gupnp-1.6 -net-libs/phodav:3.0 -net-libs/uhttpmock:1.0 -net-libs/webkit-gtk:4.1 -net-libs/webkit-gtk:5 ->=net-misc/gupnp-tools-0.12 ->=net-misc/rygel-0.42 ->=net-misc/spice-gtk-0.41-r1 -sci-geosciences/geocode-glib:2 ->=sci-geosciences/geocode-glib-3.26.4-r1:0 ->=sci-geosciences/gnome-maps-43 ->=sys-apps/osinfo-db-tools-1.10.0-r1 ->=sys-libs/libosinfo-1.10.0-r1 ->=www-client/epiphany-43 ->=x11-wm/mutter-43 - # Thomas Deutschmann (2021-09-07) # Masked while being tested and reverse deps aren't fully compatible # bug #797325. diff --git a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc index 725a7432dd..654ae9ec86 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -48,24 +48,13 @@ amd64 default/linux/amd64/17.1/systemd/merged-usr stable amd64 default/linux/amd64/17.1/systemd/selinux exp amd64 default/linux/amd64/17.1/clang exp amd64 default/linux/amd64/17.1/systemd/clang exp +amd64 default/linux/amd64/17.1/systemd/clang/merged-usr exp # AMD64 Profiles # @MAINTAINER: amd64@gentoo.org -amd64 default/linux/amd64/17.0 dev -amd64 default/linux/amd64/17.0/selinux exp -amd64 default/linux/amd64/17.0/hardened exp -amd64 default/linux/amd64/17.0/hardened/selinux exp -amd64 default/linux/amd64/17.0/desktop exp -amd64 default/linux/amd64/17.0/desktop/gnome dev -amd64 default/linux/amd64/17.0/desktop/gnome/systemd exp -amd64 default/linux/amd64/17.0/desktop/plasma dev -amd64 default/linux/amd64/17.0/desktop/plasma/systemd exp -amd64 default/linux/amd64/17.0/developer exp -amd64 default/linux/amd64/17.0/no-multilib exp -amd64 default/linux/amd64/17.0/no-multilib/hardened exp -amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux exp -amd64 default/linux/amd64/17.0/systemd dev amd64 default/linux/amd64/17.0/x32 dev +amd64 default/linux/amd64/17.0/x32/systemd exp +amd64 default/linux/amd64/17.0/x32/systemd/merged-usr exp # ARM Profiles # @MAINTAINER: arm@gentoo.org @@ -142,6 +131,7 @@ arm64 default/linux/arm64/17.0/systemd/merged-usr stable arm64 default/linux/arm64/17.0/systemd/selinux exp arm64 default/linux/arm64/17.0/llvm exp arm64 default/linux/arm64/17.0/systemd/llvm exp +arm64 default/linux/arm64/17.0/systemd/llvm/merged-usr exp # ARM64 Profiles (big-endian) @@ -188,18 +178,32 @@ m68k default/linux/m68k/17.0/systemd/merged-usr exp # MIPS Profiles # @MAINTAINER: mips@gentoo.org mips default/linux/mips/17.0/o32 exp +mips default/linux/mips/17.0/o32/systemd exp +mips default/linux/mips/17.0/o32/systemd/merged-usr exp mips default/linux/mips/17.0/n32 exp +mips default/linux/mips/17.0/n32/systemd exp +mips default/linux/mips/17.0/n32/systemd/merged-usr exp mips default/linux/mips/17.0/n64 exp +mips default/linux/mips/17.0/n64/systemd exp +mips default/linux/mips/17.0/n64/systemd/merged-usr exp mips default/linux/mips/17.0/multilib/o32 exp mips default/linux/mips/17.0/multilib/n32 exp +mips default/linux/mips/17.0/multilib/n32/systemd exp +mips default/linux/mips/17.0/multilib/n32/systemd/merged-usr exp mips default/linux/mips/17.0/multilib/n64 exp mips default/linux/mips/17.0/mipsel/o32 exp +mips default/linux/mips/17.0/mipsel/o32/systemd exp +mips default/linux/mips/17.0/mipsel/o32/systemd/merged-usr exp mips default/linux/mips/17.0/mipsel/n32 exp +mips default/linux/mips/17.0/mipsel/n32/systemd exp +mips default/linux/mips/17.0/mipsel/n32/systemd/merged-usr exp mips default/linux/mips/17.0/mipsel/n64 exp mips default/linux/mips/17.0/mipsel/n64/systemd exp mips default/linux/mips/17.0/mipsel/n64/systemd/merged-usr exp mips default/linux/mips/17.0/mipsel/multilib/o32 exp mips default/linux/mips/17.0/mipsel/multilib/n32 exp +mips default/linux/mips/17.0/mipsel/multilib/n32/systemd exp +mips default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr exp mips default/linux/mips/17.0/mipsel/multilib/n64 exp mips default/linux/mips/17.0/mipsel/multilib/n64/systemd exp mips default/linux/mips/17.0/mipsel/multilib/n64/systemd/merged-usr exp diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults index b6e766a348..7cd1e30dc0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This just makes sense nowadays, if only for distfiles... -USE="xz zstd" +USE="lzma zstd" # bug 831045 USE="${USE} -cli" diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2022 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2022 index d48c1039d5..5bb9711a24 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2022 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2022 @@ -8,3 +8,5 @@ move dev-python/zeroconf dev-python/python-zeroconf move dev-python/zstandard dev-python/python-zstandard move dev-python/retworkx dev-python/rustworkx move dev-python/libsass dev-python/libsass-python +move dev-lang/open-cobol dev-lang/gnucobol +move dev-python/miniupnpc dev-python/python-miniupnpc