From d16d129a29ae813946d1032aae40c525366f52b7 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 20 Mar 2023 07:26:04 +0000 Subject: [PATCH] profiles: Sync with Gentoo It's from Gentoo commit 178b21ba0df784d9aa045a2c1e113974928a2e5a. --- .../profiles/arch/amd64/x32/package.mask | 1 + .../profiles/arch/hppa/package.use.mask | 4 + .../profiles/arch/ia64/package.use.mask | 4 + .../profiles/arch/loong/package.use.mask | 4 +- .../profiles/arch/powerpc/package.use.mask | 4 + .../arch/powerpc/ppc32/package.use.mask | 8 - .../arch/powerpc/ppc64/64le/package.mask | 1 + .../profiles/arch/powerpc/ppc64/package.mask | 1 + .../profiles/arch/riscv/package.use.mask | 5 - .../profiles/arch/s390/package.use.mask | 4 + .../profiles/arch/sparc/package.use.mask | 6 - .../profiles/arch/x86/package.use.force | 6 +- .../profiles/base/package.use.mask | 33 +- .../mips/17.0/{ => mipsel/n64}/musl/eapi | 0 .../n64 => mipsel/n64/musl}/make.defaults | 5 +- .../linux/mips/17.0/mipsel/n64/musl/parent | 3 + .../{musl/mipsel => mipsel/o32/musl}/eapi | 0 .../mipsel => mipsel/o32/musl}/make.defaults | 6 +- .../linux/mips/17.0/mipsel/o32/musl/parent | 3 + .../linux/mips/17.0/musl/mipsel/n64/parent | 2 - .../mips/17.0/musl/mipsel/o32/make.defaults | 6 - .../linux/mips/17.0/musl/mipsel/o32/parent | 2 - .../linux/mips/17.0/musl/mipsel/parent | 2 - .../default/linux/mips/17.0/musl/n64/parent | 2 - .../default/linux/mips/17.0/musl/o32/parent | 2 - .../default/linux/mips/17.0/musl/parent | 3 - .../17.0/{musl/mipsel/n64 => n64/musl}/eapi | 0 .../17.0/{musl/n64 => n64/musl}/make.defaults | 2 +- .../default/linux/mips/17.0/n64/musl/parent | 3 + .../17.0/{musl/mipsel/o32 => o32/musl}/eapi | 0 .../17.0/{musl/o32 => o32/musl}/make.defaults | 2 +- .../default/linux/mips/17.0/o32/musl/parent | 3 + .../musl/n64 => 23.0/mipsel/n64/musl}/eapi | 0 .../n64 => mipsel/n64/musl}/make.defaults | 5 +- .../linux/mips/23.0/mipsel/n64/musl/parent | 3 + .../musl/o32 => 23.0/mipsel/o32/musl}/eapi | 0 .../mipsel => mipsel/o32/musl}/make.defaults | 6 +- .../linux/mips/23.0/mipsel/o32/musl/parent | 3 + .../linux/mips/23.0/musl/mipsel/n64/eapi | 1 - .../linux/mips/23.0/musl/mipsel/n64/parent | 2 - .../linux/mips/23.0/musl/mipsel/o32/eapi | 1 - .../mips/23.0/musl/mipsel/o32/make.defaults | 6 - .../linux/mips/23.0/musl/mipsel/o32/parent | 2 - .../linux/mips/23.0/musl/mipsel/parent | 2 - .../default/linux/mips/23.0/musl/n64/eapi | 1 - .../default/linux/mips/23.0/musl/n64/parent | 2 - .../default/linux/mips/23.0/musl/o32/eapi | 1 - .../default/linux/mips/23.0/musl/o32/parent | 2 - .../default/linux/mips/23.0/musl/parent | 3 - .../linux/mips/23.0/{ => n64}/musl/eapi | 0 .../23.0/{musl/n64 => n64/musl}/make.defaults | 2 +- .../default/linux/mips/23.0/n64/musl/parent | 3 + .../mips/23.0/{musl/mipsel => o32/musl}/eapi | 0 .../23.0/{musl/o32 => o32/musl}/make.defaults | 2 +- .../default/linux/mips/23.0/o32/musl/parent | 3 + .../profiles/features/wd40/package.use.mask | 1 + .../portage-stable/profiles/package.mask | 297 ++++++++---------- .../portage-stable/profiles/profiles.desc | 8 +- .../portage-stable/profiles/updates/1Q-2023 | 1 + 59 files changed, 234 insertions(+), 250 deletions(-) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{ => mipsel/n64}/musl/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/mipsel/n64 => mipsel/n64/musl}/make.defaults (54%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/mipsel => mipsel/o32/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/mipsel => mipsel/o32/musl}/make.defaults (57%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/make.defaults delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/mipsel/n64 => n64/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/n64 => n64/musl}/make.defaults (78%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/mipsel/o32 => o32/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/{musl/o32 => o32/musl}/make.defaults (78%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/{17.0/musl/n64 => 23.0/mipsel/n64/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{musl/mipsel/n64 => mipsel/n64/musl}/make.defaults (54%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/{17.0/musl/o32 => 23.0/mipsel/o32/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{musl/mipsel => mipsel/o32/musl}/make.defaults (57%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/eapi delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/eapi delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/make.defaults delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/eapi delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/eapi delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/parent delete mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{ => n64}/musl/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{musl/n64 => n64/musl}/make.defaults (78%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/parent rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{musl/mipsel => o32/musl}/eapi (100%) rename sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/{musl/o32 => o32/musl}/make.defaults (78%) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask index 5c271adccf..ba6dd002ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask @@ -14,6 +14,7 @@ net-analyzer/gsad # Requires qtwebengine sci-electronics/eagle sci-geosciences/gpsbabel +sci-geosciences/qgis sci-geosciences/viking # Andrew Ammerlaan (2021-09-09) 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 eae0b1d0df..9fcb85c3f4 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. +# Michał Górny (2023-03-14) +# Requires virtual/pandoc. +dev-python/nbclassic doc + # Hans de Graaff (2023-02-27) # Depends on virtual/rust dev-lang/ruby jit 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 78e6aa7442..2c53b53fd8 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-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-03-14) +# Requires virtual/pandoc. +dev-python/nbclassic doc + # 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/loong/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask index 721deb5a7e..4c7686c3bf 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 @@ -143,11 +143,9 @@ app-office/libreoffice clang # LLVM toolchain now partially usable on loong, mask the remaining pieces # pending test/bugfixes/porting. # -# - sys-libs/libcxx: will work once https://reviews.llvm.org/D139297 lands # - sys-devel/lld: port is still under review dev-util/lldb test -sys-devel/clang-common default-libcxx default-lld -sys-devel/clang-runtime libcxx +sys-devel/clang-common default-lld # WANG Xuerui (2022-11-18) # net-libs/webkit-gtk is not available on loong yet. 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 f4e6d9210b..ebc5b4e0f9 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 @@ -6,6 +6,10 @@ dev-python/nbval doc dev-python/nbclassic doc +# Bernd Waibel (2023-02-23) +# Mask openvdb, as it pulls in masked media-libs/openexr +sci-libs/vtk openvdb + # Sam James (2022-11-19) # Drags in Rails (propshaft->rails) dev-ruby/actiontext test 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 db65690bc3..30c0907796 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 @@ -195,18 +195,10 @@ net-analyzer/wireshark bcg729 # Incomplete support, bug #605878. net-vpn/tor seccomp -# Michał Górny (2017-03-23) -# Most of clang runtimes are not supported here -sys-devel/clang-runtime openmp sanitize - # Andreas K. Hüttel (2016-12-13) # Dropping ppc from sci-libs/armadillo, bug 555896 sci-libs/gdal armadillo -# Michał Górny (2016-11-18) -# libomp does not support 32-bit PPC, #600148. -sys-devel/clang-runtime openmp - # Arfrever Frehtes Taifersar Arahesis (2016-08-01) # kde-frameworks/*:5 not keyworded. net-irc/kvirc kde 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 1fd7b40d96..703c39a8fa 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 @@ -48,6 +48,7 @@ # Georgy Yakovlev (2020-10-17) # works on ppc64le -app-containers/docker +-app-containers/docker-buildx # Georgy Yakovlev (2020-09-22 # criu works on ppc64le 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 6b90376ee8..03686090b5 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 @@ -52,6 +52,7 @@ sci-mathematics/geogebra-bin # does not work on big-endian ppc64 # next releases remove that assumption and mask will be lifted app-containers/docker +app-containers/docker-buildx # Georgy Yakovlev (2020-09-18) # openjfx:11 does not work on ppc64be 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 52afa87c79..63b53b0ff2 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 @@ -63,11 +63,6 @@ dev-libs/cyrus-sasl berkdb dev-python/QtPy pyside2 webengine dev-python/QtPy test -# Jakov Smolić (2022-06-07) -# riscv has no sanitizers unmasked for the time being, so -# mask to prevent emerge from erroring out by default -sys-devel/clang-runtime sanitize - # Marek Szuba (2022-04-30) # net-wireless/sdrplay contains prebuilt binaries, currently available # upstream only for amd64/x86 and arm 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 7a5c89d17b..ca0d8c3533 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-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-03-14) +# Requires virtual/pandoc. +dev-python/nbclassic doc + # Florian Schmaus (2022-11-23) # avoid larger deptree, bug #882593 dev-python/bracex doc 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 ae581f80df..ed39d11b93 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 @@ -400,8 +400,6 @@ xfce-base/xfwm4 xpresent # Michał Górny (2017-03-23) # Most of clang runtimes are not supported here sys-devel/clang-runtime openmp sanitize -sys-libs/libcxx libunwind -sys-libs/libcxxabi libunwind # Pacho Ramos (2017-02-04) # Missing keywords, bug #599572 @@ -420,10 +418,6 @@ dev-libs/hiredis test # DOSBox + OpenGLide is untested on this arch. games-emulation/dosbox glide -# Michał Górny (2016-11-18) -# libomp does not support SPARC, #600148. -sys-devel/clang-runtime openmp - # Christian Ruppert (2016-10-14) # dnstap USE masked due to missing keywords net-dns/bind dnstap diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force index ab771e1ef6..25906d7385 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.force @@ -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 +# Joonas Niilola (2023-03-16) +# Fails with -jit, #901463. +>=dev-lang/spidermonkey-102.6.0 jit + # Joonas Niilola (2022-05-19) # Bundled libvpx results in a failure, force the system-libvpx to be # used. bmo#1768145. Confirmed on firefox-91 and firefox-100.0. 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 6334b0fe23..021f765e12 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,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2023-03-15) +# Signing key is expired on Savannah. The same key is renewed elsewhere +# and the signature is valid, but it's easier to disable verify-sig here +# for now as it's not a new release. Recent Gemato got stricter with this +# which is how it appears now. See bug #900895. +~net-misc/wget-1.21.3 verify-sig + # Matt Turner (2023-03-03) # Depends on deprecated gnome-base/gconf and gtk+:2 sys-power/apcupsd gnome @@ -213,7 +220,7 @@ sys-libs/ncurses stack-realign # Michał Górny (2022-05-25) # dev-python/sphinxcontrib-openapi is masked for removal. -dev-python/jupyter_server doc +dev-python/jupyter-server doc # Joonas Niilola (2022-05-03) # system-python-libs is HIGHLY EXPERIMENTAL according to upstream, and @@ -424,15 +431,21 @@ x11-libs/colord-gtk doc # Mask the experimental targets in release ebuilds. # Note to self: remember to move still-applicable masks to the newer # version when master is bumped. - (2020-11-30) # Vendored therecipe/qt violates network sandbox + uses external binary diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/make.defaults similarity index 54% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/make.defaults index 26dbb0e4c1..cb0c7807a7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/make.defaults @@ -1,6 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64el-gentoo-linux-musl" CHOST_n64="${CHOST}" LIBDIR_n64="lib" + +# Disable sandbox because its currently broken on mipsel-musl +FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/make.defaults similarity index 57% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/make.defaults index 53daa27ad9..d19638d735 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/make.defaults @@ -1,5 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +CHOST="mipsel-gentoo-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" + # Disable sandbox because its currently broken on mipsel-musl FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/mipsel/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/parent deleted file mode 100644 index e92fcf7cbf..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mipsel/mips64el/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/make.defaults deleted file mode 100644 index d0dec15ac7..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/make.defaults +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST="mipsel-gentoo-linux-musl" -CHOST_o32="${CHOST}" -LIBDIR_o32="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/parent deleted file mode 100644 index 85db6caf16..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/parent deleted file mode 100644 index f2bcf2737c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/mipsel diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/parent deleted file mode 100644 index 0a2e2f2706..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/mips64/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/parent deleted file mode 100644 index 6d4edaa24a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/parent deleted file mode 100644 index 9ef7663a23..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/parent +++ /dev/null @@ -1,3 +0,0 @@ -.. -../../../../../features/musl -../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/n64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/make.defaults similarity index 78% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/make.defaults index 90dd886753..594d429605 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64-gentoo-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/parent new file mode 100644 index 0000000000..bd0ef6ecac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../features/musl +../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/mipsel/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/make.defaults similarity index 78% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/make.defaults index 4027a83045..98209034fd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips-gentoo-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/parent new file mode 100644 index 0000000000..bd0ef6ecac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../features/musl +../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/n64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults similarity index 54% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults index 26dbb0e4c1..cb0c7807a7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults @@ -1,6 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64el-gentoo-linux-musl" CHOST_n64="${CHOST}" LIBDIR_n64="lib" + +# Disable sandbox because its currently broken on mipsel-musl +FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/17.0/musl/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults similarity index 57% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults index 53daa27ad9..d19638d735 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults @@ -1,5 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +CHOST="mipsel-gentoo-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" + # Disable sandbox because its currently broken on mipsel-musl FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/parent deleted file mode 100644 index e92fcf7cbf..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mipsel/mips64el/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/make.defaults deleted file mode 100644 index d0dec15ac7..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/make.defaults +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST="mipsel-gentoo-linux-musl" -CHOST_o32="${CHOST}" -LIBDIR_o32="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/parent deleted file mode 100644 index 85db6caf16..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/parent deleted file mode 100644 index f2bcf2737c..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/mipsel diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/parent deleted file mode 100644 index 0a2e2f2706..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/mips64/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/eapi deleted file mode 100644 index 7ed6ff82de..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/parent deleted file mode 100644 index 6d4edaa24a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/mips/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/parent deleted file mode 100644 index 9ef7663a23..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/parent +++ /dev/null @@ -1,3 +0,0 @@ -.. -../../../../../features/musl -../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/make.defaults similarity index 78% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/make.defaults index 90dd886753..594d429605 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64-gentoo-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/parent new file mode 100644 index 0000000000..bd0ef6ecac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../features/musl +../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/mipsel/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/make.defaults similarity index 78% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/make.defaults index 4027a83045..98209034fd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/musl/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips-gentoo-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/parent new file mode 100644 index 0000000000..bd0ef6ecac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../features/musl +../../../../../../features/wd40 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 7081843fae..6a03a500e1 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 @@ -93,6 +93,7 @@ dev-python/anyio test dev-python/httpcore test dev-python/httpx test dev-python/uvicorn test +dev-python/aiohttp-socks test # WANG Xuerui (2022-05-13) # dev-lang/rust is not available on ${arch} yet. 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 48c89dfd8c..f4bf4218ce 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,115 @@ #--- END OF EXAMPLES --- +# David Seifert (2023-03-19) +# Unmaintained, last release 18 years ago, assortment of QA issues, +# upstream gone, fails with modern C, no revdeps remaining. +# Removal on 2023-04-18. Bug #833484, #833536, #833944, #883757. +dev-perl/PerlMol + +# Hans de Graaff (2023-03-19) +# This version of cucumber-core is not compatible with the other +# cucumber dependencies. Please downgrade cucumber-core. +=dev-util/cucumber-core-11.1.0 + +# David Seifert (2023-03-19) +# Upstream disappeared, last release over 8.5 years ago, unmaintained, +# laundry list of QA issues, fails with modern C, no revdeps remaining. +# Removal on 2023-04-18. Bug #683166, #814658, #834966, #898262. +sci-libs/xdrfile + +# David Seifert (2023-03-19) +# Last release over 7.5 years ago, repo link broken and redirects to +# homepage, build system is a mess, fails with modern C. +# Removal on 2023-04-18. Bug #802729, #862414, #876993, #880577. +x11-wm/subtle + +# David Seifert (2023-03-19) +# Last release over 5 years ago, fails with modern C, no revdeps in +# tree. +# Removal on 2023-04-18. Bug #884407. +dev-ruby/ruby-xslt + +# David Seifert (2023-03-19) +# Last release over 10 years ago, fails with modern C, no revdeps in +# tree. +# Removal on 2023-04-18. Bug #587222, #884409. +dev-ruby/tidy-ext + +# David Seifert (2023-03-19) +# Upstream disappeared, last release over 8 years ago, fails with modern +# C, no revdeps in tree. +# Removal on 2023-04-18. Bug #713784, #895686. +dev-ruby/sigar + +# David Seifert (2023-03-19) +# Apache NIH make, long abandoned upstream, forked reboot went nowhere. +# Last release over 2 years ago, fails with modern C and no revdeps in +# tree. Removal on 2023-04-18. Bug #880401. +dev-util/dmake + +# Hans de Graaff (2023-03-19) +# ruby27-only package without reverse dependencies. No recent activity +# upstream and last supported ruby version is 2.5. Masked for removal on +# 2023-04-19. +dev-ruby/bit-struct + +# Obsolete slot using an older version of faraday. Use the newer slot +# instead. Masked for removal on 2023-04-19. +dev-ruby/elasticsearch:6 +dev-ruby/elasticsearch-api:6 +dev-ruby/elasticsearch-transport:6 + +# Hans de Graaff (2023-03-19) +# Last upstream activity 5 years ago, no longer works with modern +# Cucumber. Masked for removal on 2023-04-19. +dev-ruby/fivemat + +# David Seifert (2023-03-18) +# Upstream disappeared, last release over 20 years ago, only Gentoo +# still carries this, breaks with modern C under Clang, no revdeps. +# Removal on 2023-04-17. Bug #875683. +net-analyzer/bigeye + +# David Seifert (2023-03-18) +# Upstream disappeared, last release over 15 years ago, only Gentoo +# still carries this, breaks with modern C under Clang, no revdeps. +# Removal on 2023-04-17. Bug #875020. +net-analyzer/traceroute-nanog + +# David Seifert (2023-03-18) +# Last release over 7.5 years ago, only Gentoo still carries this, +# breaks with modern C under Clang, no revdeps. +# Removal on 2023-04-17. Bug #871711. +media-plugins/vdr-remotetimers + +# David Seifert (2023-03-18) +# Upstream disappeared, release is over 14 years old, only Gentoo still +# carries this, breaks with modern C under Clang, no revdeps. +# Removal on 2023-04-17. Bug #862438. +sci-chemistry/prekin + +# David Seifert (2023-03-18) +# Unmaintained in Gentoo, last upstream commit 7 years ago, breaks with +# modern C under Clang, no revdeps. Bug #741078, #874648, #883303. +# Removal on 2023-04-17. +net-wireless/spectools + +# Hans de Graaff (2023-03-18) +# Ancient out-of-date package. No proper upstream release since 2011. +# No reverse dependencies. Masked for removal on 2023-04-18. +dev-ruby/six + +# Sam James (2023-03-16) +# Breaks building C++ consumers. See bug #901211 and bug #901035. +# Please upgrade to glib-2.76.0-r1. +=dev-libs/glib-2.76.0 + +# Alfredo Tupone (2023-03-14) +# Masked for removal in 30 days. +# Bug #895824, no rev dep +dev-tcltk/tkzinc + # David Seifert (2023-03-12) # Qt-based application is EOL, Yubico has switched to a Flutter-based # Googleware framework. Switch to app-crypt/yubioath-flutter-bin or use @@ -47,13 +156,38 @@ dev-ruby/net-http-persistent:3 # Guillermo Joandet (2023-03-11) # In preparation for GNOME 44 +>=app-editors/gnome-text-editor-44_rc +>=app-text/evince-44_rc >=dev-libs/gjs-1.75 >=dev-python/pygobject-3.43 >=gnome-base/gnome-session-44_rc >=gnome-base/gnome-settings-daemon-44_rc >=gnome-base/gnome-shell-44_rc +>=gnome-base/librsvg-2.55.90 +>=gnome-base/nautilus-44_rc +>=gnome-extra/gnome-boxes-44_rc +>=gnome-extra/gnome-calculator-44_rc +>=gnome-extra/gnome-calendar-44_rc +>=gnome-extra/gnome-characters-44_rc +>=gnome-extra/gnome-clocks-44_rc +>=gnome-extra/gnome-contacts-44_rc >=gnome-extra/gnome-shell-extensions-44_rc +>=gnome-extra/gnome-software-44_rc +>=gnome-extra/gnome-system-monitor-44_rc +>=gnome-extra/gnome-user-docs-44_rc +>=gnome-extra/gnome-weather-44_rc +>=gui-apps/gnome-console-44_beta +>=gui-libs/libadwaita-1.3_rc +>=media-gfx/eog-44_beta +>=media-gfx/gnome-font-viewer-44_rc >=net-libs/glib-networking-2.76_beta +>=net-libs/webkit-gtk-2.40.0 +>=net-misc/gnome-connections-44_rc +>=net-misc/gnome-remote-desktop-44_rc +>=sci-geosciences/gnome-maps-44_rc +>=sys-apps/baobab-44_rc +>=sys-apps/gnome-disk-utility-44_rc +>=sys-apps/xdg-desktop-portal-gnome-44_rc >=x11-wm/mutter-44_rc # Hans de Graaff (2023-03-11) @@ -224,124 +358,12 @@ app-eselect/eselect-opencascade # Removal on 2023-03-21. Bug #895342. dev-python/flask-script -# Sam James (2023-02-18) -# Last release in 2018, needs porting to Python 3.11, and no reverse -# dependencies. Removal on 2023-03-18. bug #895174. -dev-python/setuptools_trial - -# Sam James (2023-02-18) -# Backport to Python 3.5(!) hence irrelevant for newer versions of Python -# where os.scandir() and os.walk() improvements were integrated in the stdlib. -# Incompatible with Python 3.11. No reverse dependencies. -# Removal on 2023-03-18. bug #895198 -dev-python/scandir - -# Michał Górny (2023-02-17) -# Merged into dev-python/pytest-cov in 2020. No revdeps left. -# Removal on 2023-03-19. Bug #895120. -dev-python/cov-core - -# Michał Górny (2023-02-17) -# Broken against the current package versions in ::gentoo. Upstream -# inactive. No revdeps. -# Removal on 2023-03-19. Bug #865931. -dev-python/pytest-flake8 - -# Michał Górny (2023-02-15) -# A number of test failures, and the test phase does not fail correctly. -# Last release in 2019. No revdeps. -# Removal on 2023-03-17. Bug #894606. -dev-python/urlgrabber - -# Michał Górny (2023-02-15) -# Unmaintained. Broken with current version of dev-python/pyglet. -# No upstream activity since Sep 2021. No revdeps. -# Removal on 2023-03-17. Bug #887973. -dev-python/glooey - -# Alfredo Tupone (2023-02-14) -# Masked for removal in 30 days. -# Not maintained (2020), no rev dep -dev-ml/ppxfind - -# Michał Górny (2023-02-14) -# Unmaintained and archived. Invalid version number causes total mayhem -# when installed alongside new dev-python/packaging. -# Removal on 2023-03-16. Bug #894222. -net-p2p/bittornado - -# Volkmar W. Pogatzki (2023-02-10) -# Unused Java libraries. Removal on 2023-03-12. -dev-java/jcip-annotations -dev-java/jformatstring -dev-java/jta -dev-java/pdf-renderer - -# Florian Schmaus (2023-02-10) -# Previous dependencies of ejabberd, now no longer needed. -# Removal on 2023-03-10. -dev-erlang/iconv -dev-erlang/p1_xmlrpc -dev-erlang/riak_pb - # Florian Schmaus (2023-02-09) # Leftovers from net-im/jabber-base. Unused and obsolete. # Removal on 2023-03-09. acct-user/jabber acct-group/jabber -# Volkmar W. Pogatzki (2023-02-07) -# Unused Java libraries. Removal on 2023-03-08. -# jspeex had last upstream activities in 2005. -dev-java/jspeex -dev-java/osgi-annotation-versioning -dev-java/commons-text - -# Michał Górny (2023-02-03) -# The package has been archived upstream. It is broken with all Python -# versions supported by Gentoo, and it is broken with django-2. -# The other listed packages are its reverse dependencies. -# Removal on 2023-03-05. Bug #718972. -app-misc/gcalcli -app-misc/goobook -dev-python/gcs-oauth2-boto-plugin -dev-python/google-apitools -dev-python/google-reauth-python -dev-python/oauth2client -net-misc/gsutil - -# Michał Górny (2023-02-02) -# dev-python/citeproc-py requires dev-python/nose and is not maintained -# upstream. Its only revdep, dev-python/duecredit has no reverse -# dependencies left. -# Removal on 2023-03-04. Bug #888239. -dev-python/citeproc-py -dev-python/duecredit - -# Michał Górny (2023-02-01) -# dev-python/blockdiag still requires dev-python/nose. There was a PR -# made to switch to pytest in Feb 2020 but it's not progressing at all. -# It was needed only for dev-python/aiohttp[doc]. -# Removal on 2023-03-03. Bug #888233. -dev-python/blockdiag -dev-python/sphinxcontrib-blockdiag - -# Michał Górny (2023-02-01) -# Requires legacy setuptools backend. Hacky build system. The only -# revdep is dev-python/rdflib where it is entirely optional. -# Removal on 2023-03-03. Bug #892854. -dev-python/berkeleydb - -# Michał Górny (2023-01-31) -# No tests, no activity since Aug 2020, no reverse dependencies. -# Removal on 2023-03-02. Bug #892744. -dev-python/alagitpull - -# Michał Górny (2023-01-31) -# The test suite is broken (async tests don't run). No revdeps. -# Removal on 2023-03-02. Bug #892742. -dev-python/aiohttp-jinja2 - # Ben Kohler (2023-01-30) # Breaks too many revdeps for now =app-text/discount-3* @@ -350,55 +372,11 @@ dev-python/aiohttp-jinja2 # Commands trigger an assertion and crashes, bug #892487 =sys-fs/lvm2-2.03.18 -# Mike Gilbert (2023-01-28) -# No upstream releases since 2008. -# No Gentoo maintainer since 2009. -# Installs files in the wrong places (bug #455542) -# and with the wrong mode (bug #892325). -# Removal on 2023-02-27. -app-admin/bastille - -# Florian Schmaus (2023-01-27) -# Previous dependencies of dev-lang/clojure, now part of the clojure -# ebuild and no longer needed. -# Removal on 2023-02-27. -dev-java/core-specs-alpha -dev-java/spec-alpha - -# Michał Górny (2023-01-26) -# Unmaintained. Last release in 2003. The package fails to install -# since Aug 2021 and while a fix would be trivial, there does not seem -# to have been any interest in it during that period. -# Removal on 2023-02-25. Bug #806384. -www-misc/wsmake - -# Michał Górny (2023-01-25) -# Unmaintained. Multiple build failure bugs reported. This version -# predates 2008. -# Removal on 2023-02-24. Bug #837611. -sys-cluster/wulfware - # 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 - # David Seifert (2023-01-14) # Py3.8 only backports dev-python/backports-tempfile @@ -410,13 +388,6 @@ dev-python/pkgutil_resolve_name # Breaks reverse dependencies: bug #889694, bug #888579. =sys-fs/btrfs-progs-6.1.1 -# Volkmar W. Pogatzki (2022-12-29) -# Upstream is dead, last activity in Nov 2017. Does not -# work with newer log4j, bug #857663. Use net-p2p/biglybt -# instead. Removal on 2023-02-28. -net-p2p/vuze -net-p2p/vuze-coreplugins - # Sam James (2022-12-27) # Regression in listing subvolumes (no UUIDs), bug #888549 # https://github.com/kdave/btrfs-progs/issues/562 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 5845a27c35..5907185b9e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -351,10 +351,10 @@ arm64 default/linux/arm64/17.0/musl dev arm64 default/linux/arm64/17.0/musl/llvm exp arm64 default/linux/arm64/17.0/musl/hardened exp arm64 default/linux/arm64/17.0/musl/hardened/selinux exp -mips default/linux/mips/17.0/musl/o32 exp -mips default/linux/mips/17.0/musl/n64 exp -mips default/linux/mips/17.0/musl/mipsel/o32 exp -mips default/linux/mips/17.0/musl/mipsel/n64 exp +mips default/linux/mips/17.0/o32/musl exp +mips default/linux/mips/17.0/n64/musl exp +mips default/linux/mips/17.0/mipsel/o32/musl exp +mips default/linux/mips/17.0/mipsel/n64/musl exp riscv default/linux/riscv/20.0/rv64gc/lp64d/musl dev riscv default/linux/riscv/20.0/rv64gc/lp64/musl dev x86 default/linux/x86/17.0/musl dev 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 index 215e86c188..b0348250ce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2023 @@ -20,3 +20,4 @@ move dev-python/netcdf4-python dev-python/netcdf4 move dev-python/jupyterlab_server dev-python/jupyterlab-server move dev-python/jupyter_server_ydoc dev-python/jupyter-server-ydoc move app-text/pytextile dev-python/textile +move dev-python/jupyter_server dev-python/jupyter-server