From 3caab5a94eb8d8880b7a444ee16811cecbc56277 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 23 Jan 2023 07:22:49 +0000 Subject: [PATCH] profiles: Sync with Gentoo It's from Gentoo commit a6d8f02298770349527dcee49cc5a99adcbc5cfa. --- .../profiles/arch/amd64/make.defaults | 2 +- .../profiles/arch/amd64/package.use.mask | 5 + .../profiles/arch/amd64/use.stable.mask | 2 +- .../profiles/arch/amd64/x32/package.use.mask | 1 + .../profiles/arch/arm/armv7a/package.use.mask | 3 +- .../profiles/arch/arm/make.defaults | 2 +- .../profiles/arch/arm/package.use.mask | 3 +- .../profiles/arch/arm/use.stable.mask | 2 +- .../profiles/arch/arm64/make.defaults | 2 +- .../profiles/arch/arm64/use.stable.mask | 2 +- .../profiles/arch/base/package.use.mask | 5 + .../profiles/arch/hppa/make.defaults | 6 +- .../arch/hppa/package.use.stable.mask | 6 +- .../profiles/arch/hppa/use.stable.mask | 9 +- .../profiles/arch/m68k/package.use.mask | 1 + .../profiles/arch/powerpc/package.use.mask | 1 - .../arch/powerpc/package.use.stable.mask | 6 +- .../profiles/arch/powerpc/ppc32/make.defaults | 2 +- .../arch/powerpc/ppc32/package.use.mask | 6 +- .../powerpc/ppc32/package.use.stable.mask | 6 +- .../arch/powerpc/ppc32/use.stable.mask | 7 +- .../arch/powerpc/ppc64/64le/package.mask | 8 +- .../profiles/arch/powerpc/ppc64/make.defaults | 2 +- .../profiles/arch/powerpc/ppc64/package.mask | 8 +- .../arch/powerpc/ppc64/package.use.force | 7 +- .../arch/powerpc/ppc64/use.stable.mask | 2 +- .../profiles/arch/sparc/32ul/package.use.mask | 6 +- .../profiles/arch/sparc/make.defaults | 2 +- .../arch/sparc/package.use.stable.mask | 6 +- .../profiles/arch/sparc/use.stable.mask | 7 +- .../profiles/arch/x86/make.defaults | 2 +- .../profiles/arch/x86/package.mask | 6 +- .../profiles/arch/x86/package.use.stable.mask | 6 +- .../profiles/arch/x86/use.stable.mask | 7 +- .../portage-stable/profiles/arches.desc | 1 + .../profiles/base/make.defaults | 8 +- .../profiles/base/package.use.force | 5 +- .../profiles/base/package.use.mask | 52 +- .../profiles/base/package.use.stable.mask | 6 +- .../profiles/base/use.stable.mask | 5 +- .../linux/amd64/17.0/musl/package.mask | 5 +- .../linux/arm64/17.0/big-endian/systemd/eapi | 1 + .../17.0/big-endian/systemd/merged-usr/eapi | 1 + .../17.0/big-endian/systemd/merged-usr/parent | 2 + .../arm64/17.0/big-endian/systemd/parent | 2 + .../linux/arm64/23.0/big-endian/systemd/eapi | 1 + .../arm64/23.0/big-endian/systemd/parent | 2 + .../profiles/desc/python_single_target.desc | 3 +- .../profiles/desc/python_targets.desc | 3 +- .../profiles/embedded/make.defaults | 2 +- .../features/hardened/amd64/make.defaults | 5 +- .../profiles/features/musl/package.mask | 15 +- .../profiles/features/musl/package.use.mask | 5 +- .../profiles/features/prefix/rpath/packages | 2 +- .../profiles/features/selinux/package.mask | 1 - .../profiles/features/wd40/package.mask | 3 +- .../profiles/features/wd40/package.use.mask | 2 +- .../portage-stable/profiles/license_groups | 12 +- .../profiles/package.deprecated | 15 +- .../portage-stable/profiles/package.mask | 531 ++++++------------ .../portage-stable/profiles/profiles.desc | 4 +- .../profiles/releases/17.0/make.defaults | 2 +- .../profiles/releases/17.0/package.use.force | 2 +- .../profiles/releases/make.defaults | 2 +- .../portage-stable/profiles/updates/1Q-2017 | 28 - .../portage-stable/profiles/updates/1Q-2023 | 1 + .../portage-stable/profiles/updates/2Q-2017 | 4 - .../portage-stable/profiles/updates/3Q-2017 | 23 - .../portage-stable/profiles/updates/4Q-2017 | 6 - 69 files changed, 349 insertions(+), 561 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/eapi create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/parent create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/parent create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 create mode 100644 sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2017 delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2017 delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2017 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults index e7e18ff6a9..d6c8326720 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="amd64" 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 12787fac04..b0e7ddb895 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,11 @@ #--- END OF EXAMPLES --- +# Sam James (2023-01-05) +# asm is only available for amd64 and arm, but for arm, is gated +# behind an experimental flag. +>=dev-libs/libsecp256k1-0.2.0 -asm + # Sam James (2022-12-11) # net-libs/rustls-ffi is keyworded here net-misc/curl -rustls -curl_ssl_rustls diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask index eb5449388b..2f7f7dbd0e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask index 9e25c7136e..5bc1efcfa7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.use.mask @@ -41,6 +41,7 @@ www-servers/uwsgi uwsgi_plugins_rados # Michał Górny (2018-01-12) # Those packages require net-libs/nodejs. +dev-lang/nim test-js dev-python/nbdime webtools dev-ruby/ammeter test dev-ruby/jsobfu test diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask index b987880714..30e3a211c6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv7a/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James (2020-10-05) @@ -15,3 +15,4 @@ media-video/ffmpeg -rav1e # Sam James (2020-06-27) # Tests require Valgrind, available on armv7a dev-libs/rapidjson -test +sys-apps/proot -test diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults index 8c15da959c..4527d2144a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Main ARM profile 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 19dd87fa8d..a359b831e8 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,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Florian Schmaus (2022-11-23) @@ -138,6 +138,7 @@ kde-plasma/kdeplasma-addons webengine # Sam James (2020-06-27) # Tests require Valgrind, not available on (2020-05-17) # Mask until 'app-arch/lxqt-archiver' is keyworded. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask index c0fee12811..106b7593e9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults index 2f35acff83..fd42ca3f2c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Main ARM64 (AArch64/ARMv8) profile; endian independent. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask index 75662ccee1..d05e57dc0d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask index 0a693ccb36..fd4c6198dd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-01-05) +# asm is only available for amd64 and arm, but for arm, is gated +# behind an experimental flag. +>=dev-libs/libsecp256k1-0.2.0 asm + # Sam James (2022-12-11) # Unkeyworded dependencies net-misc/curl rustls curl_ssl_rustls diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults index 2908b66bb4..197fd6f830 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="hppa" @@ -22,3 +22,7 @@ CHOST_hppa="${CHOST}" # Donnie Berkholz (2006-08-18) # Defaults for video drivers VIDEO_CARDS="fbdev" + +# Hans de Graaff (2023-01-15) +# Temporary mask for https://bugs.gentoo.org/890915 +RUBY_TARGETS="ruby27" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask index 518ff4aa00..192758d250 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -21,10 +21,6 @@ # Unstable test dependencies dev-util/pkgdev test -# 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 - # Sam James (2022-02-02) # net-analyzer/net-snmp is not marked stable on HPPA net-analyzer/ifstat snmp diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/use.stable.mask index ab85ab59b7..93c97503dd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/use.stable.mask @@ -1,13 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Sam James (2022-11-08) -# Mask until dev-lang/python:3.11 becomes stable. -python_targets_python3_11 -python_single_target_python3_11 +# Hans de Graaff (2023-01-15) +# Temporary mask for https://bugs.gentoo.org/890915 +ruby_targets_ruby30 # Rolf Eike Beer (2021-11-12) # dev-libs/nspr and dev-libs/nss are not stable on hppa 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 49f32e2950..98c973ac29 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 @@ -59,6 +59,7 @@ dev-python/hatchling test dev-python/isort test dev-python/nose test dev-python/numpydoc test +dev-python/pip-run test dev-python/pytest-regressions test dev-python/requests test dev-python/sphinx test 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 3d57ab889e..d83ff7d53b 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 @@ -232,7 +232,6 @@ net-libs/libproxy kde sys-auth/polkit kde sys-block/gparted kde virtual/notification-daemon kde -x11-wm/sawfish kde # Pacho Ramos (2015-11-15) # Missing keywords diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask index 2b80cef3f8..fe09371634 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,10 +17,6 @@ #--- END OF EXAMPLES --- -# 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 - # Sam James (2021-10-25) # Various unstable dependencies: # gnome-base/nautilus diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults index 0092e22c5c..12251d45c5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # All extra USE/etc should be specified in sub-profiles. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask index 7938442997..db65690bc3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-01-05) +# dev-python/pythran fails tests on ppc32 right now, bug #880263 +dev-python/scipy fortran pythran + # Sam James (2022-12-26) # Unkeyworded dependencies dev-util/diffoscope opendocument pascal pdf R diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask index 433b67add5..0c84d0693d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -22,10 +22,6 @@ sys-devel/clang-common default-lld sys-devel/llvm binutils-plugin z3 xar -# 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 - # Sam James (2022-07-27) # sys-devel/lld is not marked stable on ppc >=dev-lang/spidermonkey-78 lto diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask index 5e41fb10eb..f37bb699d2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,11 +1,6 @@ -# Copyright 2014-2022 Gentoo Authors +# Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James (2022-11-08) -# Mask until dev-lang/python:3.11 becomes stable. -python_targets_python3_11 -python_single_target_python3_11 - # Sam James (2022-03-03) # dev-lang/ocaml and dev-ml/* not marked stable here ocaml diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask index 86a0237523..1fd7b40d96 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jimi Huotari (2023-01-11) +# Requires media-libs/libva since 29.0.0, which is unmasked here. +->=media-video/obs-studio-29.0.0 + # Michał Górny (2022-08-25) # Only ppc64le binpkg is provided. -dev-python/pypy-exe-bin @@ -16,7 +20,9 @@ # Broken on big endian, but should be fine on le. # bug #818424 -dev-games/openscenegraph +-dev-games/openscenegraph-openmw -dev-games/openscenegraph-qt +-games-engines/openmw -media-libs/openexr -media-libs/ctl -media-gfx/openvdb diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults index 6f2df78adc..93e2c5b69f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # All extra USE/etc should be specified in sub-profiles. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.mask index 96a21d0855..6b90376ee8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jimi Huotari (2023-01-11) +# Requires media-libs/libva since 29.0.0. +>=media-video/obs-studio-29.0.0 + # Sam James (2022-10-08) # sys-boot/gnu-efi isn't keyworded here right now sys-kernel/installkernel-systemd-boot @@ -19,7 +23,9 @@ dev-lisp/sbcl # Broken on big endian. # bug #818424 dev-games/openscenegraph +dev-games/openscenegraph-openmw dev-games/openscenegraph-qt +games-engines/openmw media-libs/openexr media-libs/ctl media-gfx/openvdb diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force index 1d5796d481..24fcd31f00 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force @@ -1,11 +1,6 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Georgy Yakovlev (2022-11-10) -# fails with bundled png, so force system one. -# ld.lld: error: undefined symbol: png_init_filter_functions_vsx -www-client/chromium system-png - # Samuli Suominen (2012-10-30) # Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-plasma/kdm gets # stable keyword, this line can be removed. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask index 49d27fdb81..762eccb758 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/32ul/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/32ul/package.use.mask index 3a336f7909..1abf6e0a33 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/32ul/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/32ul/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2023-01-13) +# Fails to build, bug #676060 +dev-libs/openssl asm + # matoro (2022-08-05) # Depends on app-antivirus/clamav. Bug #638888 mail-client/claws-mail clamav diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults index 23b5d7dad1..852a8fb95b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="sparc" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask index 0e301da22b..f637dd1755 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask @@ -1,10 +1,6 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# 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 - # Sam James (2022-09-12) # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap # tarball, so force system-bootstrap instead (i.e. force using rust-bin diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask index c247b6c607..90f7069f2f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask @@ -1,14 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Sam James (2022-11-08) -# Mask until dev-lang/python:3.11 becomes stable. -python_targets_python3_11 -python_single_target_python3_11 - # Matt Turner (2022-09-16) # gui-libs/gtk is not stable here gtk4 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults index c1f35ac18d..2ff3ba0dff 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # All extra USE/etc should be specified in sub-profiles. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask index 30ad53dd61..9e960f3c60 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Joonas Niilola (2022-12-30) -# Broken on x86, workaround mentioned in bug #887277. ->=www-client/firefox-108.0 - # Viorel Munteanu (2022-12-22) # The x86 build is broken and no longer available. Bug #887831 # Removal on 2023-01-22. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask index b007f38e6f..04b29c0c30 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,10 +17,6 @@ #--- END OF EXAMPLES --- -# 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 - # Andreas Sturmlechner (2022-09-14) # sci-libs/vtk is not stable on x86 and we don't want to complicate # newer maxima and geant stabilisation, bug #867547, #886975 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask index a0c0ded892..29e2b97d38 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask @@ -1,14 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Sam James (2022-11-08) -# Mask until dev-lang/python:3.11 becomes stable. -python_targets_python3_11 -python_single_target_python3_11 - # Sam James (2020-11-10) # media-gfx/openvdb is not stable on x86 # ... and has failing tests right now anyway diff --git a/sdk_container/src/third_party/portage-stable/profiles/arches.desc b/sdk_container/src/third_party/portage-stable/profiles/arches.desc index 75e4933903..9d3955bc92 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arches.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/arches.desc @@ -32,6 +32,7 @@ amd64-linux testing arm-linux testing arm64-linux testing ppc64-linux testing +riscv-linux testing x86-linux testing arm64-macos testing ppc-macos testing diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults index 332b189ec6..ab69dbfae5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -43,7 +43,7 @@ CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf" # GOBIN needs to be cleaned as random values in GOBIN can affect the # building of some packages: # https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0 -ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY CARGO_HOME XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_STATE_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN GOPATH" +ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY CARGO_HOME GDK_PIXBUF_MODULE_FILE XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_STATE_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN GOPATH" # Variables that are set exclusively by the profile # and not by user configuration files. @@ -101,8 +101,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Manuel Rüger (2015-09-09) # Default Ruby build target(s) -# Updated to include ruby27 on 2021-10-10 -RUBY_TARGETS="ruby27" +# Updated to include ruby30 on 2023-01-15 +RUBY_TARGETS="ruby27 ruby30" # Andreas K. Hüttel (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force index 50837e253e..7521686e4e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Matt Turner (2022-12-02) @@ -41,6 +41,7 @@ dev-java/openjdk:17 system-bootstrap >=sys-devel/clang-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly >=sys-devel/clang-13.0.1_rc llvm_targets_X86 llvm_targets_XCore >=sys-devel/clang-14 llvm_targets_VE +>=sys-devel/clang-16 llvm_targets_LoongArch >=sys-devel/llvm-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU >=sys-devel/llvm-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF >=sys-devel/llvm-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai @@ -50,6 +51,7 @@ dev-java/openjdk:17 system-bootstrap >=sys-devel/llvm-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly >=sys-devel/llvm-13.0.1_rc llvm_targets_X86 llvm_targets_XCore >=sys-devel/llvm-14 llvm_targets_VE +>=sys-devel/llvm-16 llvm_targets_LoongArch # Sam James (2021-03-08) # Broken without USE=unicode @@ -211,7 +213,6 @@ app-shells/bash:0 readline # Michał Górny (2012-10-14) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python3_8 dev-lang/python-exec python_targets_python3_9 dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_python3_11 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 e66012c8c8..eae9c78511 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # New entries go on top. @@ -6,6 +6,39 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2023-01-21) +# media-libs/libextractor is masked for removal. +media-plugins/vdr-xineliboutput libextractor + +# Michał Górny (2023-01-21) +# media-libs/qtav is masked for removal. +media-gfx/digikam mediaplayer +media-gfx/kphotoalbum qtav + +# Sam James (2023-01-21) +# Fails to compile: https://github.com/libffi/libffi/issues/760 +dev-libs/libffi exec-static-trampoline + +# Sam James (2023-01-10) +# Needs last-rited www-client/dillo, bug #890244 +mail-client/claws-mail dillo + +# Joonas Niilola (2023-01-08) +# Doesn't compile currently, bug #853094. +>=net-dialup/freeradius-3.2.0 oracle + +# David Seifert (2023-01-04) +# Out of date patchset, warns on latest version about being "expired", +# unofficial and maintainer discourages people upgrading to latest (non-packaged) +# versions of knots too. The upstream maintainer was recently compromised +# and there is no explanation as to how, so continuing to provide these patches +# would be irresponsible. Bug #889326 +dev-util/bitcoin-tx knots +net-libs/libbitcoinconsensus knots +net-p2p/bitcoin-cli knots +net-p2p/bitcoin-qt knots +net-p2p/bitcoind knots + # Matt Turner (2023-01-01) # Depends on nautilus < 43 >=app-text/evince-43.0 nautilus @@ -98,7 +131,7 @@ sys-libs/minizip-ng compat # Georgy Yakovlev (2022-09-17) # po4a crashes while translating # mask for now -=dev-util/schroot-1.6.13_p2 nls +dev-util/schroot nls # Sam James (2022-09-15) # Doesn't work on e.g. glibc systems. Unmasked on the LLVM profiles. @@ -204,13 +237,6 @@ media-video/wireplumber system-service sys-libs/glibc custom-cflags sys-devel/gcc custom-cflags -# Sam James (2022-01-12) -# Unmask PCH for now for GCC to avoid unnecessary rebuilds -# (USE=pch is now use.mask-ed globally) - (2021-12-31) # Rizin tests require a tarball of binaries of ambiguous license. # As such, we cannot properly test it, so mask the flag until this @@ -280,14 +306,6 @@ dev-lang/rust parallel-compiler # Mask experimental options. gui-libs/gtk ffmpeg vulkan -# Sam James (2021-07-24) -# USE=exec-static-trampoline can break consumers due to -# faulty assumptions. Masked for now due to the possibility -# of breaking systems. -# https://archives.gentoo.org/gentoo-dev/message/576259af17d008d4ec935f69a9049af7 -# bug #801109 -dev-libs/libffi exec-static-trampoline - # Marek Szuba (2021-07-14) # Makes two tests fail (when linked against openmpi, at least) due to # incorrect implementation of either MPI support itself or said tests: 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 e4ade312e3..6045032710 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. @@ -16,10 +16,6 @@ media-libs/gst-plugins-bad qsv # app-text/pandoc is not stable net-libs/gssdp man -# 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 - # Marek Szuba (2022-09-25) # This depends on app-admin/ansible-molecule, which is not stable yet. # Moreover, all but the most recent versions of ansible-molecule diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask index 419ea2fee1..4cb6c49e04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. @@ -25,8 +25,7 @@ darcs python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff (2021-10-10) +# Hans de Graaff (2023-01-15) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby30 ruby_targets_ruby31 ruby_targets_ruby32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/package.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/package.mask index 25a5df5e91..96d0b29f72 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/package.mask @@ -1,10 +1,11 @@ -# Copyright 2020-2022 Gentoo Authors. +# Copyright 2020-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # Sam James (2022-10-08) # openjdk-bin is available on amd64 musl +# version 8.352_p08 is first openjdk-bin:8 with musl tarball -dev-java/openjdk-bin -dev-java/openjdk-bin:8 + (2020-01-28) # rust-bin is available on amd64 musl diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/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/big-endian/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/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/big-endian/systemd/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/big-endian/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/big-endian/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/big-endian/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc index 6c97869494..e0f1bed263 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/python_single_target.desc @@ -1,9 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc index ad77fbf5b6..7b5841ecd4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/python_targets.desc @@ -1,9 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults index 050826ef69..5b6dc2b406 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults @@ -70,7 +70,7 @@ CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf" # GOBIN needs to be cleaned as random values in GOBIN can affect the # building of some packages: # https://archives.gentoo.org/gentoo-dev/message/163010f83ae7819d80c0cfdf797cbfe0 -ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY CARGO_HOME XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_STATE_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN GOPATH" +ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY CARGO_HOME GDK_PIXBUF_MODULE_FILE XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_STATE_HOME XDG_RUNTIME_DIR PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX GOBIN GOPATH" # Tiziano Müller (2010-01-24) # We usually don't want python to (re)write .py[co] files during phase runs diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/hardened/amd64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/features/hardened/amd64/make.defaults index 1d58d93d31..e8f0bdf8ba 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/hardened/amd64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/features/hardened/amd64/make.defaults @@ -1,5 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 -USE="-pic" - +USE="cet -pic" diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask index 65874303fe..1da0c19018 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Maciej Barć (2023-01-07) +# Currently ACL2 (sci-mathematics/acl2) unconditionally depends +# on SBCL (dev-lisp/sbcl), which is masked on the musl profile. +sci-mathematics/acl2 + # Sam James (2023-01-02) # Uses error.h, bug #888956 =sys-libs/liburing-2.3 @@ -11,7 +16,12 @@ dev-libs/intel-compute-runtime # Sam James (2022-12-17) # Segfaults when building on musl, bug #885501 ->=sys-devel/gcc-12.2.1_p20221203:12 +=sys-devel/gcc-10.4.1_p20221208:10 +=sys-devel/gcc-10.4.1_p20221222:10 +=sys-devel/gcc-11.3.1_p20221209:11 +=sys-devel/gcc-11.3.1_p20221223:11 +=sys-devel/gcc-12.2.1_p20221231:12 +=sys-devel/gcc-12.2.1_p20230121:12 # Andrey Grozin (2022-12-01) # These packages depend on dev-lisp/sbcl unconditionally @@ -211,7 +221,7 @@ media-video/amdgpu-pro-amf media-video/dvbackup media-video/makemkv media-video/popcorntime-bin -net-im/discord-bin +net-im/discord net-im/element-desktop-bin net-im/gitter-bin net-im/mattermost-desktop-bin @@ -310,7 +320,6 @@ dev-libs/cudnn-frontend dev-python/pycuda dev-util/nvidia-cuda-sdk dev-util/nvidia-cuda-toolkit -media-video/nvidia-video-codec dev-libs/optix x11-drivers/nvidia-drivers x11-misc/primus diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask index ce364a3891..3f2f720c2b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andrew Ammerlaan (2022-12-10) @@ -108,7 +108,8 @@ dev-lang/gforth check net-misc/iputils idn # See bug #504200, #723370 -sys-devel/gcc sanitize nls vtv + # even with --without-included-gettext diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages index 9e59660f04..2fa62df312 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/rpath/packages @@ -1,3 +1,3 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask index 6fa5977598..aa5f3c6bc8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/selinux/package.mask @@ -123,7 +123,6 @@ =sec-policy/selinux-logsentry-2.20221101-r1 =sec-policy/selinux-logwatch-2.20221101-r1 =sec-policy/selinux-lpd-2.20221101-r1 -=sec-policy/selinux-mailman-2.20221101-r1 =sec-policy/selinux-makewhatis-2.20221101-r1 =sec-policy/selinux-mandb-2.20221101-r1 =sec-policy/selinux-matrixd-2.20221101-r1 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 8bc372a32f..dd5994ae17 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 @@ -41,6 +41,7 @@ dev-python/openstacksdk dev-python/os-client-config dev-python/osc-lib dev-python/paramiko +dev-python/pooch dev-python/pyfuse3 >=dev-python/pyopenssl-22 dev-python/pymdown-extensions @@ -67,6 +68,7 @@ dev-python/twine dev-python/watchfiles dev-python/wcmatch dev-ros/roswtf +dev-util/buildbot-worker dev-util/cargo-c dev-util/cbindgen dev-util/git-delta @@ -85,7 +87,6 @@ gnome-extra/sushi >=media-gfx/libimagequant-4 media-libs/libavif >=media-libs/libopenraw-0.3.2 -media-video/ogmrip media-video/rav1e net-im/gajim >=net-irc/polari-3.37 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 c1cad5fead..02b2874cd1 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 @@ -98,7 +98,7 @@ media-libs/imlib2 svg # Michał Górny (2021-11-26) # These package flags require dev-python/cryptography which -- due # to the dependency on Rust -- is no longer portable to ${arch}. -dev-python/dnspython dnssec +dev-python/dnspython dnssec test dev-python/twisted conch ssl dev-python/urllib3 test net-fs/samba addc ads diff --git a/sdk_container/src/third_party/portage-stable/profiles/license_groups b/sdk_container/src/third_party/portage-stable/profiles/license_groups index 44388deb08..3864349505 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/license_groups +++ b/sdk_container/src/third_party/portage-stable/profiles/license_groups @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Please report bugs or other requests at bugs.gentoo.org and assign to @@ -15,7 +15,7 @@ # https://www.gnu.org/licenses/license-list.html # GPL or LGPL with various exceptions are also included here, because # they are more permissive than the licenses they are based on. -GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FSFAP FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2+-with-openssl-exception GPL-2-with-classpath-exception GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-2+-with-Pyinstaller-Bootloader-exception GPL-3 GPL-3+ GPL-3+-with-autoconf-exception GPL-3+-with-font-exception GPL-3-with-font-exception GPL-3-with-openssl-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-exception vim W3C WTFPL-2 wxWinLL-3.1 ZLIB ZPL +GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FSFAP FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2+-with-openssl-exception GPL-2-with-classpath-exception GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-2+-with-Pyinstaller-Bootloader-exception GPL-3 GPL-3+ GPL-3+-with-autoconf-exception GPL-3+-with-font-exception GPL-3-with-font-exception GPL-3-with-openssl-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-exception vim W3C WTFPL-2 wxWinLL-3.1 ZLIB ZPL # Free software licenses approved by the FSF FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.0 Apache-1.1 APSL-2 BSD-4 CDDL CeCILL-B CeCILL-C CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EPL-2.0 EUPL-1.1 EUPL-1.2 FraunhoferFDK gnuplot IBM LPPL-1.2 MPL-1.0 MPL-1.1 Ms-PL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL-1.0 Zend-2.0 @@ -23,7 +23,7 @@ FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.0 Apache-1.1 APSL-2 BSD-4 # Licenses approved by the Open Source Initiative # https://www.opensource.org/licenses # Note that the FSF lists these as nonfree: Artistic NOSA Watcom-1.0 -OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Artistic Artistic-2 Boost-1.0 BSD BSD-2 CDDL CNRI CPAL-1.0 CPL-1.0 ECL-2.0 EPL-1.0 EPL-2.0 EUPL-1.1 EUPL-1.2 GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ HPND IBM IPAfont ISC LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ LPPL-1.3c MirOS MIT MPL-1.0 MPL-1.1 MPL-2.0 Ms-PL nethack NOSA OFL-1.1 OSL-2.1 PHP-3 PHP-3.01 POSTGRESQL PSF-2 QPL-1.0 Sleepycat Unicode-DFS-2016 UoI-NCSA W3C Watcom-1.0 wxWinLL-3 ZLIB ZPL +OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Artistic Artistic-2 Boost-1.0 BSD BSD-2 CDDL CNRI CPAL-1.0 CPL-1.0 ECL-2.0 EPL-1.0 EPL-2.0 EUPL-1.1 EUPL-1.2 GPL-1+ GPL-2 GPL-2+ GPL-3 GPL-3+ HPND IBM IPAfont ISC LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ LPPL-1.3c MirOS MIT MIT-0 MPL-1.0 MPL-1.1 MPL-2.0 Ms-PL nethack NOSA OFL-1.1 OSL-2.1 PHP-3 PHP-3.01 POSTGRESQL PSF-2 QPL-1.0 Sleepycat Unicode-DFS-2016 UoI-NCSA W3C Watcom-1.0 wxWinLL-3 ZLIB ZPL # Misc licenses that are probably free software, i.e. follow the # Free Software Definition at https://www.gnu.org/philosophy/free-sw.html @@ -32,7 +32,7 @@ OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Ar # Licenses in this list should NOT appear directly or indirectly in # @FSF-APPROVED or @OSI-APPROVED. # Note: Licenses for fonts should be included in @MISC-FREE-DOCS. -MISC-FREE AIFFWriter.m AOM Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily CMake coldspringharbor CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH +MISC-FREE AIFFWriter.m AOM Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily CMake coldspringharbor CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 xbatt xboing XC Xdebug xtrs ZSH # Metaset for all free software FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE @@ -67,13 +67,13 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS # - IF (and only if) there is an explicit inclusion requirement, # USE=bindist MUST cause a copy of the license to be installed # in a file location compliant with the license -BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi bonnie Broadcom freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable LSI-tw_cli Mellanox-AS-IS MicroChip-SDCC no-source-code NVIDIA-r1 NVIDIA-r2 qlogic-fibre-channel-firmware shmux SmartLabs unRAR +BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi bonnie Broadcom freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable LSI-tw_cli Mellanox-AS-IS MicroChip-SDCC no-source-code NVIDIA-r1 NVIDIA-r2 qlogic-fibre-channel-firmware shmux unRAR ###################################################################### # License agreements that try to take away your rights. These are more # restrictive than "all-rights-reserved" or require explicit approval. -EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline BCS bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang ms-teams-pre MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg Sourcetrail SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone +EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang ms-teams-pre MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg Sourcetrail SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone # Deprecated license labels, used by repoman and pkgcheck #DEPRECATED (currently none) diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated index 07895dbb05..26bcae9746 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny (2023-01-18) +# Renamed to dev-python/pyproject-hooks (with upstream module name change). +dev-python/pep517 + # Sam James (2022-12-29) # Doesn't work correctly on newer kernels/hardware. Events may go unreported # if using sys-apps/edac-utils. See app-admin/rasdaemon's README for the technical @@ -73,10 +77,13 @@ app-accessibility/at-spi2-atk dev-libs/atk # Michał Górny (2022-06-19) -# dev-python/tox is a wrapper to run test suite in a virtual -# environment, possibly for multiple Python versions. It cannot really -# work inside network sandbox, and your package probably does not use -# it anyway. +# Test automation tools. They are generally used to run the test suite +# across multiple Python versions, i.e. what our eclasses do for you +# already. They usually can't work inside network sandbox (since they +# fetch and install all the dependencies inside the venv), so even +# if they are listed in dependencies, your package probably does not +# actually need them to run tests. +dev-python/nox dev-python/tox # Michał Górny (2022-06-17) 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 85d1b98286..2630b81a20 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 #################################################################### @@ -33,6 +33,173 @@ #--- END OF EXAMPLES --- +# Sam James (2023-01-23) +# Please upgrade to >=app-eselect/eselect-wxwidgets-20230114-r1 as -r0 may +# lead to build failures. +=app-eselect/eselect-wxwidgets-20230114 + +# Michał Górny (2023-01-21) +# Packages that are incompatible with ffmpeg-5. +# +# media-libs/libextractor: no Gentoo maintainer, ver from 2019, bug #834382 +# media-libs/qtav: no Gentoo maintainer, no porting progress, bug #834386 +# media-plugins/vdr-vaapidevice: no activity since 2019, bug #834390 +# media-sound/potamus: last rel. 2018, one commit in 2020, bug #834396 +# media-video/ffmpeg2theora: no activity since 2016, bug #834403 +# +# Removal on 2023-02-20. +media-libs/libextractor +media-libs/qtav +media-plugins/vdr-vaapidevice +media-sound/potamus +media-video/ffmpeg2theora + +# Michał Górny (2023-01-21) +# Obsoleted in favor of using extract-on-the-first-run feature +# of games-strategy/wargus. +# Removal on 2023-02-20. Bug #578340. +games-strategy/wargus-data + +# Joonas Niilola (2023-01-21) +# 102.7.0 has a critical authentication issue with Microsoft 365 +# Business accounts. Fix should land in 102.7.1. If you're not affected +# and really want this update, please unmask it for yourself. +~mail-client/thunderbird-102.7.0 +~mail-client/thunderbird-bin-102.7.0 + +# Hans de Graaff (2023-01-21) +# No longer maintained upstream and missing recent security fixes. +# Use a newer Rails version instead. +# This mask also includes several supporting or rails 5.2-only packages. +# Masked for removal after 2023-02-21. +dev-ruby/actioncable:5.2 +dev-ruby/actionmailer:5.2 +dev-ruby/actionpack:5.2 +dev-ruby/actionview:5.2 +dev-ruby/activejob:5.2 +dev-ruby/activemodel:5.2 +dev-ruby/activerecord:5.2 +dev-ruby/activestorage:5.2 +dev-ruby/activesupport:5.2 +dev-ruby/rails:5.2 +dev-ruby/railties:5.2 +dev-ruby/arel +=www-apps/redmine-4.2.9 + +# Andreas Sturmlechner (2023-01-20) +# KDE Plasma 5.26.90 (5.27 Beta) mask +# Pre-release version - happy testing! +~kde-plasma/bluedevil-5.26.90 +~kde-plasma/breeze-5.26.90 +~kde-plasma/breeze-grub-5.26.90 +~kde-plasma/breeze-gtk-5.26.90 +~kde-plasma/breeze-plymouth-5.26.90 +~kde-plasma/discover-5.26.90 +~kde-plasma/drkonqi-5.26.90 +~kde-plasma/kactivitymanagerd-5.26.90 +~kde-plasma/kde-cli-tools-5.26.90 +~kde-plasma/kde-gtk-config-5.26.90 +~kde-plasma/kdecoration-5.26.90 +~kde-plasma/kdeplasma-addons-5.26.90 +~kde-plasma/kgamma-5.26.90 +~kde-plasma/khotkeys-5.26.90 +~kde-plasma/kinfocenter-5.26.90 +~kde-plasma/kmenuedit-5.26.90 +~kde-plasma/kpipewire-5.26.90 +~kde-plasma/kscreen-5.26.90 +~kde-plasma/kscreenlocker-5.26.90 +~kde-plasma/ksshaskpass-5.26.90 +~kde-plasma/ksystemstats-5.26.90 +~kde-plasma/kwallet-pam-5.26.90 +~kde-plasma/kwayland-integration-5.26.90 +~kde-plasma/kwin-5.26.90 +~kde-plasma/kwrited-5.26.90 +~kde-plasma/layer-shell-qt-5.26.90 +~kde-plasma/libkscreen-5.26.90 +~kde-plasma/libksysguard-5.26.90 +~kde-plasma/libkworkspace-5.26.90 +~kde-plasma/milou-5.26.90 +~kde-plasma/oxygen-5.26.90 +~kde-plasma/oxygen-sounds-5.26.90 +~kde-plasma/plasma-browser-integration-5.26.90 +~kde-plasma/plasma-desktop-5.26.90 +~kde-plasma/plasma-disks-5.26.90 +~kde-plasma/plasma-firewall-5.26.90 +~kde-plasma/plasma-integration-5.26.90 +~kde-plasma/plasma-meta-5.26.90 +~kde-plasma/plasma-nm-5.26.90 +~kde-plasma/plasma-pa-5.26.90 +~kde-plasma/plasma-sdk-5.26.90 +~kde-plasma/plasma-systemmonitor-5.26.90 +~kde-plasma/plasma-thunderbolt-5.26.90 +~kde-plasma/plasma-workspace-5.26.90 +~kde-plasma/plasma-workspace-wallpapers-5.26.90 +~kde-plasma/plasma-vault-5.26.90 +~kde-plasma/plymouth-kcm-5.26.90 +~kde-plasma/polkit-kde-agent-5.26.90 +~kde-plasma/powerdevil-5.26.90 +~kde-plasma/sddm-kcm-5.26.90 +~kde-plasma/systemsettings-5.26.90 +~kde-plasma/xdg-desktop-portal-kde-5.26.90 +~kde-plasma/xembed-sni-proxy-5.26.90 + +# Alfredo Tupone (2023-01-18) +# Masked for removal in 30 days. +# Not maintained (2006), no rev dep, bugs +# (bug #891283) +dev-tcltk/tclperl + +# David Seifert (2023-01-14) +# Py3.8 only backports +dev-python/backports-tempfile +dev-python/backports-weakref +dev-python/backports-zoneinfo +dev-python/pkgutil_resolve_name + +# Andreas Sturmlechner (2023-01-10) +# Unmaintained and reportedly broken by KDE Plasma 5.25 already. +# Masking current stable version is the first step towards last-rites. +# Consider migrating away from latte-dock for your workflow. +# See also: https://tinyurl.com/39dkw43a (links to reddit) +# Removal on 2023-01-30. +=kde-misc/latte-dock-0.10.8* + +# Jonas Stein (2023-01-09) +# Dead upstream, open bugs unmaintained. +# Removal after 2023-03-01. Bug #890244. +www-client/dillo + +# John Helmert III (2023-01-08) +# Multiple vulnerabilities include remote code execution, maintainer +# needed, removal in 30 days. Bug #834501 +dev-util/artifactory-bin + +# Michael Mair-Keimberger (2023-01-08) +# Broken since many years, no reverse dependencies, last release from 2000 +# Bug #678518. Removal on 2023-02-08. +net-dns/dnswalk + +# Michael Mair-Keimberger (2023-01-08) +# EAPI=6, Installs only card pictures and has no reverse dependencies. +# Bug #805278. Removal on 2023-02-08. +dev-games/cardpics + +# Michael Mair-Keimberger (2023-01-08) +# Dependencies of games-server/cyphesis, which got removed ~4 years ago, no +# other reverse dependencies. Bug #728230 +# Removal on 2023-02-08. +dev-games/mercator +dev-games/wfmath + +# Sam James (2023-01-05) +# Breaks reverse dependencies: bug #889694, bug #888579. +=sys-fs/btrfs-progs-6.1.1 + +# David Seifert (2023-01-02) +# EAPI 6, pretty much no upstream activity, outdated, last upstream +# release over 3 years ago, no revdeps. Removal on 2023-02-01. +dev-cpp/pngpp + # Jonas Stein (2023-01-01) # Package is broken and unusable, no activity upstream. # Removal after 2023-02-01. Bug #722568. @@ -43,11 +210,6 @@ net-analyzer/chaosreader # Removal: 2023-01-30. Bug #889200. app-containers/docker-gc -# Arthur Zamarin (2022-12-31) -# EAPI=6 ebuild, live only packages for 6 years! -# Removal: 2023-01-30. Bug #889198. -app-vim/lightline - # Arthur Zamarin (2022-12-31) # Live only packages for 4 years! # Removal: 2023-01-30. Bug #889196. @@ -79,7 +241,7 @@ sys-auth/pam_fprint # Sam James (2022-12-27) # Obsolete and incompatible with app-alternatives/* (see news item). -# Removal on 2023-01-27. bug #886019 and bug #886021 respectivly. +# Removal on 2023-01-27. bug #886019 and bug #886021 respectively. app-eselect/eselect-awk app-eselect/eselect-sh @@ -118,13 +280,6 @@ dev-python/pytest-toolbox # Removal on 2023-01-24. Bug #843344. app-portage/gander -# Michał Górny (2022-12-25) -# make.conf writing is broken and package.use support incomplete. -# Last release in 2013. Attempted unsuccessfully fixing it in 2017. -# Use an editor instead. -# Removal on 2023-01-24. Bug #888423. -app-portage/flaggie - # Hans de Graaff (2022-12-25) # Last release in 2018. Poor quality C extension code. Package # consistently segfaults on it tests with the latest ruby versions. @@ -652,17 +807,6 @@ sci-chemistry/votca-csgapps sci-chemistry/votca-xtp sci-libs/votca-tools -# Matt Turner (2022-12-21) -# Archived upstream, now that fwupd can handle updates. -# Removal on 2023-01-20. -media-gfx/colorhug-client - -# Matt Turner (2022-12-21) -# No reverse dependencies. GTK 4 doesn't use it. -# See https://gitlab.gnome.org/GNOME/atkmm/-/issues/4 -# Removal on 2023-01-20. -dev-cpp/atkmm:2.36 - # Michał Górny (2022-12-21) # The mauve project is no longer maintained upstream, and the actual # program has been removed from Gentoo in 2016. These are leftover @@ -684,168 +828,10 @@ dev-db/mysql-super-smack # Removal on 2023-01-20. Bug #737842. dev-php/phptal -# Michał Górny (2022-12-20) -# Pending version bump since 2015. No new upstream releases since. -# Removal on 2023-01-19. Bug #887489. -sys-cluster/ganglia - -# Michał Górny (2022-12-20) -# Unmaintained. Pending version bump since 2019. Even then, the newest -# upstream release has known vulnerabilities. -# Removal on 2023-01-19. Bug #696480. -sys-cluster/ganglia-web - -# Michał Górny (2022-12-20) -# Proprietary MPEG library that is no longer fetchable. No reverse -# dependencies. -# Removal on 2023-01-19. Bug #759190. -media-video/mpeg2vidcodec - -# Michał Górny (2022-12-20) -# An unmaintained library that was "quickly whipped up for some demos". -# Last bumped in 2011. No reverse dependencies. -# Removal on 2023-01-19. Bug #847406. -media-libs/guilib - # Georgy Yakovlev (2022-12-19) # This version currently is not compatible with kernel build (yet) ~dev-util/bindgen-0.63.0 -# Matt Turner (2022-12-19) -# Only reverse dependency was x11-terms/eterm which was removed almost a year -# ago. -# Removal on 2023-01-20. Bug #875143. -x11-libs/libast - -# Michał Górny (2022-12-19) -# Unmaintained. The current sawfish version in ::gentoo is a prerelease -# from 2017, there was a single release in 2021. Bugs are accumulating. -# Includes dependencies specific to Sawfish. -# Removal on 2023-01-18. Bug #637978. -dev-libs/librep -x11-libs/rep-gtk -x11-themes/sawfish-themes -x11-wm/sawfish - -# Andreas Sturmlechner (2022-12-18) -# Bundled by >=dev-util/hip-5, removal on 2023-01-19 -dev-libs/rocclr - -# Andreas Sturmlechner (2022-12-18) -# Stuck at 2.7.0, no revdeps; removal on 2023-01-19 -dev-libs/rocm-hostcall - -# Pacho Ramos (2022-12-18) -# Dead for ages, still included and barely maintained in bluez[deprecated]. -# See bug #885459 -# Removal: 2023-01-17. Bug #885459. -net-wireless/bluez-hcidump - -# Michał Górny (2022-12-17) -# The new version requires `multipart` that conflicts -# with dev-python/python-multipart used by dev-python/starlette. -# No reverse dependencies. -# Removal on 2023-01-16. Bug #886475. -dev-python/test_server - -# Michał Górny (2022-12-17) -# Discontinued upstream. Fails to build for some users. No reverse -# dependencies. -# Removal on 2023-01-16. Bug #650346. -dev-perl/perl-mozldap - -# Michał Górny (2022-12-17) -# No longer downloadable. Pending version bump with no reply from -# the maintainer. -# Removal on 2023-01-16. Bug #786912. -media-gfx/iscan-plugin-network-nt - -# Michał Górny (2022-12-17) -# Merged into sys-apps/util-linux. -# Removal on 2023-01-16. Bug #867220. -net-wireless/rfkill - -# Michał Górny (2022-12-16) -# Requires legacy gnome-base/gconf. A number of other unresolved -# issues. Last release in 2014. -# Removal on 2023-01-15. Bug #873871. -media-video/ogmrip -media-video/shrip - -# Michał Górny (2022-12-16) -# Multiple build failures reported. Last bumped in 2010. -# Homepage gone. -# Removal on 2023-01-15. Bug #839723. -net-firewall/nufw - -# Michał Górny (2022-12-16) -# Unmaintained. Broken with >=net-nds/openldap-2.6. -# Last release in 2009. -# Removal on 2023-01-15. Bug #835649. -net-nds/adtool - -# Michał Górny (2022-12-16) -# The distfile was removed from Gentoo servers in 2021, and it is -# unclear if we were allowed to host it in the first place. Also, -# it had a build failure reported in 2020. No reverse dependencies. -# Removal on 2023-01-15. Bug #790026. -sci-libs/libcmatrix - -# Hans de Graaff (2022-12-16) -# ruby27-only package. No longer maintained upstream. -# No reverse dependencies. Masked for removal in 30 days. -dev-ruby/daemon_controller - -# Hans de Graaff (2022-12-16) -# ruby27-only package. No longer maintained upstream. -# No reverse dependencies. Masked for removal in 30 days. -dev-ruby/ferret - -# Michał Górny (2022-12-16) -# Not installable since at least Dec 2020 due to checksum mismatch. -# Ebuild not touched since 2018. -# Removal on 2023-01-15. Bug #759121. -games-puzzle/mindless - -# Michał Górny (2022-12-16) -# NTLK relies on a large number of corpora that either have unknown -# license, a non-free license or that may be in violation of copyright. -# We have been rubber stamping over this in dev-python/nltk-data -# via LICENSE=all-rights-reserved + RESTRICT=bindist but this -# is not a feasible long-term solution. -# -# dev-python/lunr is the only revdep and has no reverse dependencies -# itself. -# -# Removal on 2023-01-15. Bug #886203. -dev-python/lunr -dev-python/nltk -dev-python/nltk-data - -# Michał Górny (2022-12-15) -# Fails to build since 2019. Last bumped in 2017. -# Removal on 2023-01-14. Bug #688950. -sci-astronomy/skycat - -# Marco Scardovi (2022-12-15) -# We are literally the only distro that still have -# an installation option for that package. -# It still uses EAPI 6 and no real support since -# years. -# Removal on 2023-01-14. Bug #885605 -net-print/kyocera-mita-ppds - -# Marco Scardovi (2022-12-15) -# Dead upstream, dead homepage, dead symlinks, -# no revdeps and no version bump since 2011 -# Removal on 2023-01-14. Bug #884881 -net-print/apsfilter - -# James Le Cuirot (2022-12-14) -# Merged into games-engines/scummvm a while back. No longer maintained upstream. -# Removal in 30 days. -games-engines/residualvm - # Jaco Kroon (2022-12-14) # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which # is trivial to solve. @@ -859,191 +845,33 @@ games-engines/residualvm # Removal on 2023-01-31. net-voip/captagent -# Hans de Graaff (2022-12-11) -# ruby27-only package. No reverse dependencies. -# Last release in 2012. Removal in 30 days. -dev-ruby/log_buddy - -# Hans de Graaff (2022-12-11) -# ruby27-only slot. No reverse dependencies. -# Use a newer mime-types slot. -# Removal in 30 days. -dev-ruby/mime-types:2 - -# Hans de Graaff (2022-12-11) -# ruby27-only package. No reverse dependencies. -# Last release in 2013. Removal in 30 days. -dev-ruby/nagios_analyzer - -# Hans de Graaff (2022-12-11) -# ruby27-only package. No reverse dependencies. -# Last release in 2009. Removal in 30 days. -dev-ruby/ntlm-http - -# Hans de Graaff (2022-12-11) -# ruby27-only package. No reverse dependencies. -# Removal in 30 days. -dev-ruby/posix-spawn - # Jonas Stein (2022-12-11) # Unfetchable and mirror-restricted. # Upstream discontinued # Removal after 2023-02-01. Bug #884715. dev-cpp/sourcetrail -# Andreas K. Hüttel (2022-12-10) -# Fails to build with recent perl. No maintainer, no revdeps. -# Removal in 30 days. Bug 849518 -net-p2p/opendchub - # Sam James (2022-12-09) # Breaks compilation of reverse dependencies with broken pkgconfig (pc) file # bug #885075, https://github.com/libarchive/libarchive/issues/1766 =app-arch/libarchive-3.6.2 -# Sam James (2022-12-09) -# mpc.h breaks compilation of reverse dependencies, reported upstream to ML -=dev-libs/mpc-1.3.0 - -# Michał Górny (2022-12-09) -# Unfetchable as the upstream homepage is gone, and mirror-restricted. -# No package activity since 2018. -# Removal on 2023-01-08. Bug #668090. -games-strategy/netherearth - # Michał Górny (2022-12-08) # Seems to break some logic in pkg_resources. Masked for the time being # to prevent breakage. >=dev-python/packaging-22.0 -# Ionen Wolkens (2022-12-07) -# Formerly added to apply binary git patches to wine-staging without git, but -# has not been used since 2017 and stuck on EAPI-6. Alternatives: dev-vcs/git -# Removal: 2023-01-06. -dev-util/patchbin - -# Sam James (2022-12-07) -# HOMEPAGE & remote-id are for a different project, SRC_URI is gone, -# only results on Google are for Gentoo mirrors, EAPI 6. Removal on 2023-01-07. -# bug #630264, bug #655964, bug #750071. -dev-vcs/git-pimp - -# Sam James (2022-12-07) -# These versions have been masked for testing since 2014(!). These versions -# had a controversial licence change and therefore had limited adoption. -# See also the old 2021-05-30-deprecate-old-bdb-slots news item for -# additional context. -# Removal on 2023-01-07. -=sys-libs/db-6.1* -=sys-libs/db-6.2* -=sys-libs/db-18.1* - -# Naohiro Aota (2022-12-07) -# Masked for removal in 30 days. Depends on gnome-base/gconf. Last release -# in 2011. See bug #873880. -sys-apps/gpet - -# David Seifert (2022-12-06) -# EAPI 6, untouched for years, no revdeps. Removal on 2023-01-05. -media-video/nvidia-video-codec - -# Sam James (2022-12-06) -# Broke C++ reverse dependencies. Please upgrade to 1.1.0-r1. See bug #884369. -=x11-libs/libICE-1.1.0 - -# Hans de Graaff (2022-12-05) -# ruby27-only package. No longer maintained upstream. Last release in 2017. -# No reverse dependencies. Removal in 30 days. -dev-ruby/hipchat - -# Hans de Graaff (2022-12-05) -# This package has been subsumed into its only consumer: -# dev-ruby/nio4r. It is no longer developed, and its last standalone -# release was 11 years ago. Removal in 30 days. -dev-ruby/iobuffer - -# Marek Szuba (2022-12-05) -# No releases since 2003 (!), upstream effectively dead, no Unicode support, -# EAPI 6. Removal in 30 days (#884429) -app-editors/elvis - -# Robin H. Johnson (2022-12-04) -# sys-boot/mbr-gpt was a bizzare package extremely sensitive to compiler & -# linker changes. I don't know of any remaining consumers other than one weird -# system I have. -# If you're a consumer: syslinux gptmbr was the successor to this approach, -# you'll need to replace the contents of your BIOS Boot Partition, because it's -# not a direct 1:1 change. -# Only upstream release in 2008. Removal in 30 days. -sys-boot/mbr-gpt - -# Hans de Graaff (2022-12-03) -# ruby27-only package with no reverse dependencies. -# Last release in 2019. Removal in 30 days. -dev-ruby/logue - -# Hans de Graaff (2022-12-04) -# Obsolete slot without reverse dependencies. Use a newer -# public_suffix slot instead. Masked for removal in 30 days. -dev-ruby/public_suffix:3 - -# Hans de Graaff (2022-12-04) -# Obsolete slot without reverse dependencies. Use a newer -# rspec-rails slot instead. Masked for removal in 30 days. -dev-ruby/rspec-rails:4 - -# Hans de Graaff (2022-12-04) -# Obsolete slot without reverse dependencies. Use a newer -# selenium-webdriver slot instead. Masked for removal in 30 days. -dev-ruby/selenium-webdriver:3 - -# Hans de Graaff (2022-12-03) -# ruby27-only packages with no other reverse dependencies. -# Last releases in 2013 and 2015. Removal in 30 days. -dev-ruby/textpow -dev-ruby/ultraviolet - -# Hans de Graaff (2022-12-03) -# Obsolete slot without reverse dependencies. Use a newer vcr -# slot instead. Masked for removal in 30 days. -dev-ruby/vcr:3 - -# Sam James (2022-12-03) +# Stephan Hartmann (2023-01-15) # Dev channel releases are only for people who # are developers or want more experimental features # and accept a more unstable release. ->=www-client/chromium-110 - -# Hans de Graaff (2022-12-03) -# Obsolete slot without reverse dependencies. Use a newer faraday -# slot instead. Masked for removal in 30 days. -dev-ruby/faraday:0 - -# Hans de Graaff (2022-12-03) -# Obsolete slot without reverse dependencies. Use a newer net-ssh -# slot instead. Masked for removal in 30 days. -dev-ruby/net-ssh:5 - -# Hans de Graaff (2022-12-03) -# ruby27-only packages. No recent releases. No reverse dependencies -# anymore. Maksed for removal in 30 days. -dev-ruby/rspec-retry - -# Oz Tiram (2022-12-03) -# Mate-desktop no longer supports gtk+:2, so there is -# no need for this package. Removal on 2023-01-03. -x11-themes/mate-themes-meta +>=www-client/chromium-111 # Piotr Karbowski (2022-11-29) # Multiple stability issues, deadlocks on exit, broken API. # Bug #883559 =net-p2p/qbittorrent-4.5.0 -# David Seifert (2022-11-27) -# Broke API for C++, causes massive carnage for consumers. -# Bug #883223. -~dev-libs/glib-2.74.2 - # Matt Turner (2022-11-16) # Packages or their dependencies have not been ported to libsoup:3.0, while # other non-slotted dependencies have been. @@ -1062,11 +890,6 @@ net-misc/gnome-online-miners =net-misc/asterisk-opus-20* =net-misc/asterisk-g729-20* -# Sam James (2022-10-28) -# Please upgrade to >=media-libs/fontconfig-2.14.1-r1 for fixed -# cache dir to avoid sandbox violation errors, bug #878471. -=media-libs/fontconfig-2.14.1 - # John Helmert III (2022-10-16) # (2022-09-08) -# Breaks kernel builds with BTF enabled. -# Bug #868762. -=dev-util/pahole-1.24 - # hololeap (2022-08-21) # doctest-parallel does not currently work with Setup.hs (used internally by # haskell-cabal.eclass) @@ -1118,6 +936,7 @@ dev-qt/qtwayland:6 dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6 dev-qt/qtwebsockets:6 +>=media-video/bino-2 # Fabian Groffen (2022-07-02) # Segfaults handling SPF validations (warn on permerror), like the @@ -1197,11 +1016,6 @@ dev-ml/patience_diff:0/0.15 dev-util/patdiff:0/0.15 =dev-ml/alcotest-1.6.0* -# David Seifert (2022-04-06) -# Unsupported branches, no consumers left, removal on 2023-01-01. -sys-devel/automake:1.13 -sys-devel/automake:1.15 - # Maciej Barć (2022-02-20) # Masked for testing, builds and passes tests but randomly segfaults, # meaningless backtrace, debugging (flags, symbols) do not help @@ -1229,6 +1043,7 @@ sys-devel/automake:1.15 # FFmpeg 5.0 ABI/API changes break many packages. # Masking for tracker/tinderbox. Bug #831437 =media-video/ffmpeg-5* +>=media-sound/spek-0.8.5 # Brian Evans (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly 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 04783d940c..5845a27c35 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -141,7 +141,9 @@ arm64 default/linux/arm64/17.0/systemd/llvm/merged-usr exp # @MAINTAINER: steev@gentoo.org, slyfox@gentoo.org # big-endian profile intentionally does not contain all flavours # until it's lightly tested. -arm64 default/linux/arm64/17.0/big-endian exp +arm64 default/linux/arm64/17.0/big-endian exp +arm64 default/linux/arm64/17.0/big-endian/systemd exp +arm64 default/linux/arm64/17.0/big-endian/systemd/merged-usr exp # HPPA Profiles # @MAINTAINER: hppa@gentoo.org diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/make.defaults index fb7bef2767..65c385e7ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/make.defaults @@ -1,2 +1,2 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/package.use.force index fb7bef2767..65c385e7ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/17.0/package.use.force @@ -1,2 +1,2 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults index fb7bef2767..65c385e7ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/make.defaults @@ -1,2 +1,2 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 deleted file mode 100644 index b68e933e5f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2017 +++ /dev/null @@ -1,28 +0,0 @@ -move net-libs/libkpeople kde-frameworks/kpeople -move dev-libs/uchardet app-i18n/uchardet -move net-libs/libkgapi kde-apps/libkgapi -slotmove =dev-ruby/typhoeus-1.1.2 0 1 -move app-cdr/k3b kde-apps/k3b -move net-misc/libreswan net-vpn/libreswan -move net-misc/logmein-hamachi net-vpn/logmein-hamachi -move net-misc/openconnect net-vpn/openconnect -move net-misc/openfortivpn net-vpn/openfortivpn -move net-misc/openvpn net-vpn/openvpn -move net-misc/strongswan net-vpn/strongswan -move net-misc/tinc net-vpn/tinc -move net-misc/vpnc net-vpn/vpnc -move net-misc/vpncwatch net-vpn/vpncwatch -move net-misc/vtun net-vpn/vtun -move net-misc/isatapd net-vpn/isatapd -move net-misc/iodine net-vpn/iodine -move net-misc/corkscrew net-vpn/corkscrew -move net-misc/httptunnel net-vpn/httptunnel -move net-misc/nstx net-vpn/nstx -move net-misc/6tunnel net-vpn/6tunnel -move net-misc/i2pd net-vpn/i2pd -move net-misc/tor net-vpn/tor -move net-p2p/i2p net-vpn/i2p -move net-libs/rb_libtorrent net-libs/libtorrent-rasterbar -move dev-perl/gtk2-perl dev-perl/Gtk2 -move dev-haskell/hdbc-sqlite dev-haskell/hdbc-sqlite3 -move net-dialup/pptpd net-vpn/pptpd diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 new file mode 100644 index 0000000000..64e6720dd8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 @@ -0,0 +1 @@ +move net-im/discord-bin net-im/discord diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2017 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2017 deleted file mode 100644 index bd65135796..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2017 +++ /dev/null @@ -1,4 +0,0 @@ -move kde-misc/kio_gopher kde-misc/kio-gopher -move dev-python/pyconstruct dev-python/construct -move dev-erlang/p1_pam dev-erlang/epam -move perl-core/Package-Constants dev-perl/Package-Constants diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2017 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2017 deleted file mode 100644 index 86a00c423c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2017 +++ /dev/null @@ -1,23 +0,0 @@ -move app-vim/llvm-vim sys-devel/llvm-common -move dev-libs/kirigami kde-frameworks/kirigami -slotmove kde-frameworks/kirigami 2 5 -move app-i18n/libtomoe-gtk app-i18n/tomoe-gtk -move dev-libs/libchewing app-i18n/libchewing -move media-gfx/pydot dev-python/pydot -move x11-plugins/wmMoonClock x11-plugins/wmmoonclock -slotmove app-i18n/fcitx 0 4 -slotmove app-i18n/fcitx-anthy 0 4 -slotmove app-i18n/fcitx-chewing 0 4 -slotmove app-i18n/fcitx-cloudpinyin 0 4 -slotmove app-i18n/fcitx-configtool 0 4 -slotmove app-i18n/fcitx-hangul 0 4 -slotmove app-i18n/fcitx-libpinyin 0 4 -slotmove app-i18n/fcitx-m17n 0 4 -slotmove app-i18n/fcitx-qt5 0 4 -slotmove app-i18n/fcitx-rime 0 4 -slotmove app-i18n/fcitx-sayura 0 4 -slotmove app-i18n/fcitx-table-extra 0 4 -slotmove app-i18n/fcitx-unikey 0 4 -slotmove app-i18n/kcm-fcitx 4 4-plasma4 -slotmove app-i18n/kcm-fcitx 5 4-plasma5 -move dev-libs/dfxml app-forensics/dfxml diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2017 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2017 deleted file mode 100644 index 53f6b7ef5a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2017 +++ /dev/null @@ -1,6 +0,0 @@ -move dev-perl/HTML-Format dev-perl/HTML-Formatter -move dev-perl/MARC-XML dev-perl/MARC-File-XML -move dev-perl/MARC-file-XML dev-perl/MARC-File-XML -move dev-util/gogland dev-util/goland -move app-crypt/zuluCrypt app-crypt/zulucrypt -move dev-perl/RadiusPerl dev-perl/Authen-Radius