From d7a8fed88cd36b8b8a5d3efeaa50c1b501234fcf Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Mar 2023 13:18:14 +0000 Subject: [PATCH] profiles: Sync with Gentoo It's from Gentoo commit 9d6900c9f522737c185db83045ddacbe1ca5413c. --- .../profiles/arch/amd64/package.use.mask | 4 + .../profiles/arch/amd64/x32/package.mask | 1 + .../profiles/arch/arm/package.use.mask | 5 + .../profiles/arch/arm64/use.mask | 11 +- .../profiles/arch/base/package.use.mask | 4 + .../profiles/arch/hppa/package.mask | 7 +- .../profiles/arch/hppa/package.use.mask | 4 + .../arch/hppa/package.use.stable.mask | 2 +- .../profiles/arch/loong/package.use.mask | 5 + .../profiles/arch/mips/package.use.mask | 6 +- .../profiles/arch/mips/use.mask | 14 +- .../profiles/arch/powerpc/package.use.mask | 5 + .../arch/powerpc/ppc64/64le/package.use.mask | 4 + .../profiles/arch/s390/package.use.mask | 2 +- .../profiles/arch/sparc/package.mask | 7 +- .../profiles/arch/sparc/package.use.mask | 13 + .../profiles/arch/sparc/use.mask | 6 +- .../profiles/arch/x86/package.use.mask | 4 + .../profiles/base/make.defaults | 6 + .../profiles/base/package.use.mask | 10 +- .../profiles/base/package.use.stable.mask | 5 + .../profiles/features/llvm/package.use | 5 +- .../profiles/features/llvm/package.use.force | 10 + .../profiles/features/musl/package.mask | 12 + .../profiles/features/musl/package.use.mask | 4 + .../prefix/standalone/package.use.mask | 6 +- .../profiles/features/wd40/package.mask | 2 + .../profiles/features/wd40/package.use.mask | 9 + .../profiles/package.deprecated | 6 + .../portage-stable/profiles/package.mask | 591 +++--------------- .../portage-stable/profiles/updates/1Q-2023 | 6 + .../portage-stable/profiles/updates/2Q-2022 | 1 - .../portage-stable/profiles/updates/3Q-2020 | 132 ---- 33 files changed, 240 insertions(+), 669 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use.force 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 25d7550187..634a8a2278 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 @@ -444,3 +444,7 @@ media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext # saves people from needlessly installing nasm # Refs bug #93279 media-sound/lame cpu_flags_x86_mmx + +# Craig Andrews (2023-03-09) +# media-libs/libplacebo is keyworded here +media-video/ffmepg -libplacebo 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 dbf52e2554..5c271adccf 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 @@ -52,6 +52,7 @@ app-text/bibletime app-text/calibre app-text/cb2bib app-text/kchmviewer +app-text/kjots app-text/sigil dev-lang/typescript dev-python/spyder 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 fc5803843c..a0c7d38b98 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2023-03-07) +# nbval/nbclassic docs require pandoc which is not keyworded here yet +dev-python/nbval doc +dev-python/nbclassic doc + # Andreas Sturmlechner (2023-02-06) # Successful build of dev-qt/qtwebengine depends on 64-bit host # Bug #893234 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask index 62e00038ac..8e48c570e5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.mask @@ -77,11 +77,6 @@ smi # Unmask systemd since it is keyworded here. -systemd -# Mart Raudsepp (2017-01-28) -# dev-util/valgrind not tested on arm64 yet -# Upstream seems to have architecture support, however -valgrind - # Markus Meier (2010-08-22) # net-wireless/wimax not tested wimax @@ -133,6 +128,9 @@ snapcast -video_cards_tegra -video_cards_v3d -video_cards_vc4 +-video_cards_amdgpu +-video_cards_radeon +-video_cards_radeonsi # James Le Cuirot # Unmask as Vivante is available for arm. @@ -143,13 +141,10 @@ snapcast video_cards_glint video_cards_mga video_cards_r128 -video_cards_radeon # Matt Turner # Mask more VIDEO_CARDs added with mesa-8.0 -video_cards_amdgpu video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 -video_cards_radeonsi 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 fcf2de4546..228e18bc1d 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 @@ -410,3 +410,7 @@ media-video/mplayer cpudetection # Ian Whyman (2016-05-22) # Mask raspberry-pi except on arm. dev-libs/libcec raspberry-pi + +# Andreas Sturmlechner (2023-03-09) +# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet +media-video/ffmpeg libplacebo diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask index 1ff307a672..16cb03e861 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask @@ -1,6 +1,11 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-03-10) +# Fails to build on HPPA w/ sys-kernel/linux-headers-6.2: +# https://github.com/strace/strace/issues/241 +=dev-util/strace-6.2 + # Quote from : # "Compilation fails with: #error You need to define CycleTimer for # your OS and CPU" 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 073c161ed5..eae0b1d0df 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. +# Hans de Graaff (2023-02-27) +# Depends on virtual/rust +dev-lang/ruby jit + # 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/hppa/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask index 192758d250..17397f9389 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 @@ -181,7 +181,7 @@ media-libs/libsdl2 fcitx4 # Rolf Eike Beer (2020-06-10) # not stable dev-vcs/mercurial because of broken dependencies: bug #727390 app-portage/layman mercurial -dev-python/setuptools_scm test +dev-python/setuptools-scm test # Rolf Eike Beer (2020-04-24) # dependencies not stable yet 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 0db01a3af0..721deb5a7e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff (2022-12-06) # dev-cpp/glog fails tests, needs checknig media-libs/opencv glog contribsfm @@ -141,6 +145,7 @@ app-office/libreoffice clang # # - 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 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask index 0c30ba5895..334b1af2af 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/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 +# matoro (2023-03-03) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Conrad Kostecki (2022-11-01) # Mask tests, as not all needed deps are available on this arch. # See #878933 for progress. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask index 2c07ceddd3..a073c231ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask @@ -1,9 +1,21 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -mips +# matoro (2023-03-07) +# GPU-related USE flags. While hardware with PCIe host +# capabilities exists, mask these by default to reduce burden +# on maintainers of GPU-related packages. Can be unmasked +# in the future upon user request. +vulkan +vaapi + +# matoro (2023-03-03) +# app-crypt/tpm2-tss is not keyworded here +tpm + # Andreas K. Hüttel (2022-05-15) # rdma-core is not keyworded mips... rdma 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 eb5b15c442..f4e6d9210b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2023-03-07) +# nbval/nbclassic docs require pandoc which is not keyworded here yet +dev-python/nbval doc +dev-python/nbclassic doc + # 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/ppc64/64le/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.use.mask index 4b731ea7a6..128f73640d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -69,3 +69,7 @@ media-video/vlc -libplacebo # Georgy Yakovlev (2019-08-14) # works on ppc64le media-libs/mesa -llvm -video_cards_radeonsi + +# Craig Andrews (2023-03-09) +# media-libs/libplacebo is keyworded here +media-video/ffmepg -libplacebo 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 953f2e3d45..7a5c89d17b 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 @@ -123,7 +123,7 @@ dev-python/cssselect doc # not really interested in supporting alternative # VCS for overlays yet. Layman needs SVN for tests too. app-portage/layman darcs mercurial test -dev-python/setuptools_scm test +dev-python/setuptools-scm test # no lua support for vim app-editors/vim lua # not keyworded yet diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask index afbf090e28..538d5c80fc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2023-03-07) +# Fails tests disastrously. Present evidence of passing test suite +# before removing, please. +dev-db/mariadb + # Sam James (2022-11-24) # Pulls in gjs which is broken on sparc, bug #882071 gnome-extra/sushi 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 525793fbb2..ae581f80df 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -1,6 +1,19 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2023-03-07) +# Needs dev-db/mariadb for tests, see entry in use.mask +dev-python/pymysql test + +# Andrew Ammerlaan (2023-03-07) +# nbval/nbclassic docs require pandoc which is not keyworded here yet +dev-python/nbval doc +dev-python/nbclassic doc + +# Andrew Ammerlaan (2023-03-07) +# nbdime webtools require nodejs which is not keyworded here yet +dev-python/nbdime webtools + # Stijn Tintel (2023-02-02) # Dependency not keyworded # https://bugs.gentoo.org/show_bug.cgi?id=892389 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask index e44f6fb971..0e1f518c4b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -sparc +# matoro (2023-03-07) +# dev-db/mariadb fails tests disastrously. +mariadb + # Sam James (2022-07-21) # Untested. ieee1394 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask index e89a779797..2f1f91cfce 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask @@ -456,3 +456,7 @@ media-gfx/iscan -X # Steve Dibb (2008-09-29) media-video/mplayer -cpudetection + +# Craig Andrews (2023-03-09) +# media-libs/libplacebo is keyworded here +media-video/ffmepg -libplacebo 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 ab69dbfae5..68ff36a90c 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 @@ -181,3 +181,9 @@ ADA_TARGET="gnat_2021" # Default targets for lua{,-single}.eclass LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" + +# Sam James (2023-02-28) +# Reduce -Wimplicit-function-declaration noise from autoconf. Any compilers +# we care about should match these anyway. See https://wiki.gentoo.org/wiki/Modern_C_porting. +ac_cv_c_undeclared_builtin_options="none needed" +gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration" 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 dc8d424389..6334b0fe23 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,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner (2023-03-03) +# Depends on deprecated gnome-base/gconf and gtk+:2 +sys-power/apcupsd gnome + # Michał Górny (2023-02-20) # dev-python/colorspacious is masked for removal. (2022-12-29) -# Blocks eventual cleanup of (2022-12-20) # sys-cluster/ganglia is masked for removal. app-metrics/collectd collectd_plugins_gmond 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 8861e56847..ecd863f4b8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Daniel Pielmeier (2023-03-04) +# For docs, app-text/pandoc is required. For details see: +# Bug #737612 +app-admin/conky doc + # Arsen Arsenović (2023-01-27) # Pulls in large amounts of unstable dependencies, blocking # stabilization of other packages. diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use b/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use index 267fafefe7..e878f28f74 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use @@ -1,9 +1,10 @@ +# Make static linking work by default for simple binaries (bug #892956) +sys-libs/llvm-libunwind static-libs + # use lld by default sys-devel/llvm -binutils-plugin # use all defaults -sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind -sys-devel/clang-common default-compiler-rt default-lld default-libcxx llvm-libunwind sys-libs/compiler-rt clang # disable sanitizers for now diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use.force new file mode 100644 index 0000000000..669f1f86ad --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/features/llvm/package.use.force @@ -0,0 +1,10 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2023-03-03) +# Force the toolchain environment we expect on the LLVM profiles. +# default-libcxx in particular changes ABI so can't be toggled at-will, and other +# profile settings expect it. +# TODO: Make a profile without default-libcxx too? +sys-devel/clang default-compiler-rt default-lld default-libcxx +sys-devel/clang-common default-compiler-rt default-lld default-libcxx 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 2f45df3c93..87715b2e62 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,18 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki (2023-03-01) +# Binary package, which is compiled against glibc +sys-block/arcconf + +# Conrad Kostecki (2023-03-01) +# Binary package, which is compiled against glibc +sys-apps/smcipmitool + +# Alfredo Tupone (2023-02-27) +# Uses dev-util/nvidia-cuda-toolkit +dev-libs/cutlass + # Sam James (2023-01-02) # Uses error.h, bug #888956 =sys-libs/liburing-2.3 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 f324085299..f47dd6dadc 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,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki (2023-03-01) +# sys-block/arcconf is masked on musl +net-analyzer/nagios-plugin-check_raid aacraid + # Sam James (2023-02-17) # dev-lisp/sbcl is masked on musl sci-mathematics/fricas sbcl diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/package.use.mask index 6c81333b0b..cb74107fef 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/prefix/standalone/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Bart Oldeman (2022-03-02) +# getentropy requires >=linux=3.17 for __NR_getrandom +dev-libs/libgcrypt getentropy + # Georgy Yakovlev (2021-01-19) # uchardet not stable/keyworded yet on this profile keyword # bug #750032 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 6ad4715ed9..19a303ae4e 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 @@ -57,6 +57,7 @@ dev-python/python-sshpubkeys dev-python/requests-kerberos dev-python/requests-oauthlib dev-python/secretstorage +dev-python/selenium dev-python/service_identity dev-python/setuptools-rust dev-python/spur @@ -64,6 +65,7 @@ dev-python/sshtunnel dev-python/tempest dev-python/trustme dev-python/trio +dev-python/trio-websocket dev-python/twine dev-python/watchfiles dev-python/wcmatch 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 579fd764c8..7081843fae 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 @@ -1,6 +1,15 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-03-09) +# Packages needing dev-python/selenium. +dev-python/aiohttp-cors test +dev-python/django test + +# Hans de Graaff (2023-03-04) +# The JIT compiler in ruby requires rust +dev-lang/ruby jit + # Sam James (2022-12-26) # Needs dev-python/mkdocs-redirects->dev-python/twine which is masked on wd40 dev-util/gef doc 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 06ccb462c8..2c0ffdee4b 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,12 @@ #--- END OF EXAMPLES --- +# Michał Górny (2023-02-03) +# The same functionality is supported by dev-python/setuptools-scm-7. +# See: https://github.com/pypa/setuptools_scm/#git-archives +# https://github.com/Changaco/setuptools_scm_git_archive/#readme +dev-python/setuptools_scm_git_archive + # Michał Górny (2023-01-30) # The package is on keep-alive by Debian. Nevertheless, they can't # keep up with changes in dev-python/setuptools, and they do not accept 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 ce4b3688b1..48c89dfd8c 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,84 @@ #--- END OF EXAMPLES --- +# 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 +# your phone for TOTP. Blocks app-crypt/yubikey-manager-4 cleanups. +# Removal on 2023-04-11. +app-crypt/yubioath-desktop + +# Hans de Graaff (2023-03-12) +# Mask ruby27-only slot for removal. Use a newer slot instead. +# Masked for removal on 2023-04-12. +dev-ruby/net-http-persistent:3 + +# Guillermo Joandet (2023-03-11) +# In preparation for GNOME 44 +>=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-extra/gnome-shell-extensions-44_rc +>=net-libs/glib-networking-2.76_beta +>=x11-wm/mutter-44_rc + +# Hans de Graaff (2023-03-11) +# Mask ruby27-only dev-ruby/sass-rails:5.0 for removal. Use a newer +# sass-rails slot or consider migrating to sassc-rails. Masked for +# removal on 2023-04-11. +dev-ruby/sass-rails:5.0 + +# Mike Pagano (2023-03-10) +# Mask =sys-kernel/gentoo-sources-5.15.99 since it does +# not include 5.15.99 and is misleading +=sys-kernel/gentoo-sources-5.15.99 + +# Matthew Smith (2023-03-08) +# No longer works after Google shut down the Hangouts API. +# Bug #900412, removal on 2023-04-08. +x11-plugins/purple-hangouts + +# Jakov Smolić (2023-03-04) +# Depends on deprecated dev-python/nose, no python3.11 +# support, unmaintained upstream. Bugs #896468, #878685, +# #865269, #825062 +# Removal on 2023-04-04. +app-admin/gixy + +# Matt Turner (2023-03-04) +# Test applications that don't really have any business being packaged. +# Removal on 2023-04-04. +x11-apps/xdbedizzy +x11-apps/xf86dga + +# Matt Turner (2023-03-04) +# Long deprecated, GNOME 2-era packages. +# Removal on 2023-04-04. Bug #873841 +gnome-base/gconf +gnome-extra/gconf-editor + +# Matt Turner (2023-03-03) +# No commits from maintainer in more than two years. Downloads are broken for +# 18 months (bug #809551), depends on deprecated gconf (bug #873856) +# Removal on 2023-04-03. Bug #873856 +app-office/upwork + +# Michał Górny (2023-02-28) +# Unmaintained. Last (keep-alive) commit in 2019. Suffers from bitrot. +# Removal on 2023-03-30. Bug #885713. +net-im/ekg2 + +# Mike Pagano (2023-02-27) +# Mask =www-servers/nginx-unit-1.29.0-r1 for testing +=www-servers/nginx-unit-1.29.0-r1 + +# Pacho Ramos (2023-02-27) +# No longer needed by thermald-2, discontinued by upstream +# Removal: 2023-03-29. Bug #898164. +sys-power/dptfxtract + # Torokhov Sergey (2023-02-26) # The masked version causes GIMP breaking of Cut/Copy/Paste # https://gitlab.gnome.org/GNOME/gimp/-/issues/9175 @@ -43,11 +121,6 @@ # Masked for further testing. >=dev-python/cython-3 -# Ulrich Müller (2023-02-26) -# Installs headers, libs, and pkgconfig as "git2-experimental", -# which breaks reverse dependencies. Bug #897880 -=dev-libs/libgit2-1.6.1 - # Matt Turner (2023-02-25) # Packages are unmaintained and archived upstream. # Removal on 2023-03-27. Bug #897748 @@ -60,12 +133,6 @@ x11-libs/libcryptui # Removal on 2023-03-27. Bug 896898 and 888444 dev-python/trio-asyncio -# Michał Górny (2023-02-25) -# Unmaintained. The Gentoo version is from 2018 and needs bumping. -# It has a build failure reported. -# Removal on 2023-03-27. Bug #649234. -media-gfx/frogr - # Michał Górny (2023-02-24) # Unmaintained with multiple reported bugs. Last release is a RC # from 2017, upstream recommends using trunk. @@ -209,7 +276,6 @@ dev-java/jcip-annotations dev-java/jformatstring dev-java/jta dev-java/pdf-renderer -dev-java/picocli # Florian Schmaus (2023-02-10) # Previous dependencies of ejabberd, now no longer needed. @@ -231,23 +297,6 @@ dev-java/jspeex dev-java/osgi-annotation-versioning dev-java/commons-text -# Michał Górny (2023-02-03) -# Hacky build system that does not work via PEP517 build backend. -# No reverse dependencies. -# Removal on 2023-03-05. Bug #890321. -dev-python/pyFFTW - -# Michał Górny (2023-02-03) -# Dead upstream, no active maintainer, no reverse dependencies. -# Removal on 2023-03-05. Bug #892916. -x11-themes/echo-icon-theme - -# Michał Górny (2023-02-03) -# Dead upstream, no active maintainer, no reverse dependencies, -# build issues. -# Removal on 2023-03-05. Bug #892918. -x11-themes/gtk-engines-nodoka - # 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. @@ -283,12 +332,6 @@ dev-python/sphinxcontrib-blockdiag # Removal on 2023-03-03. Bug #892854. dev-python/berkeleydb -# Andreas Sturmlechner (2023-02-01) -# >=5.1 series uses vanilla llvm/clang instead of forked versions. -# Removal on 2023-03-02 -sys-devel/llvm-roc -dev-util/rocm-clang-ocl - # Michał Górny (2023-01-31) # No tests, no activity since Aug 2020, no reverse dependencies. # Removal on 2023-03-02. Bug #892744. @@ -307,17 +350,6 @@ dev-python/aiohttp-jinja2 # Commands trigger an assertion and crashes, bug #892487 =sys-fs/lvm2-2.03.18 -# Bernd Waibel (2023-01-28) -# Possible security issues, obsolete. Use OpenEXR-3 / Imath instead. -# No revdeps and consumers left in ::gentoo -# Removal in 30 days. Bug #892375 -media-libs/ilmbase - -# Hans de Graaff (2023-01-28) -# No upstream releases since 2010. No longer maintained -# upstream. ruby27-only package. Masked for removal on 2023-02-27. -dev-ruby/ruby_gntp - # Mike Gilbert (2023-01-28) # No upstream releases since 2008. # No Gentoo maintainer since 2009. @@ -340,422 +372,12 @@ dev-java/spec-alpha # Removal on 2023-02-25. Bug #806384. www-misc/wsmake -# Marek Szuba (2023-01-26) -# Upstream keeps the module files unversioned so it is only the use of -# mirroring that has prevented us from seeing regular hash mismatches -# - and it is not clear for many of the modules whether we are allowed -# to mirror them or not. A convoluted and fragile process has been -# required to detect new modules and versions, and the request for a -# Repology-friendly upstream endpoint appears to have stalled. -# Please switch to managing SWORD modules on a per-user basis, using -# tools bundled with app-text/sword (see e.g. -# https://wiki.crosswire.org/SWORD_Module_Source_Discovery_and_Module_Updating) -# or appropriate functionality in GUI front-end software. -# Removal on 2023-02-26. Bug #892069. -app-dicts/sword-2BabDict -app-dicts/sword-AB -app-dicts/sword-Abbott -app-dicts/sword-AbbottSmith -app-dicts/sword-AbbottSmithStrongs -app-dicts/sword-ABP -app-dicts/sword-ABPGRK -app-dicts/sword-ABS_Essay_GoodSam_SWB -app-dicts/sword-ACV -app-dicts/sword-Afr1953 -app-dicts/sword-AKJV -app-dicts/sword-Alb -app-dicts/sword-Aleppo -app-dicts/sword-alzat -app-dicts/sword-AmTract -app-dicts/sword-Anderson -app-dicts/sword-Antoniades -app-dicts/sword-AraNAV -app-dicts/sword-AraSVD -app-dicts/sword-ArmEastern -app-dicts/sword-ArmWestern -app-dicts/sword-ASV -app-dicts/sword-Azeri -app-dicts/sword-BaptistConfession1646 -app-dicts/sword-BaptistConfession1689 -app-dicts/sword-Barnes -app-dicts/sword-BasHautin -app-dicts/sword-BBE -app-dicts/sword-BDBGlosses_Strongs -app-dicts/sword-BeaMRK -app-dicts/sword-Bela -app-dicts/sword-br_en -app-dicts/sword-BretonNT -app-dicts/sword-BulCarigradNT -app-dicts/sword-BulVeren -app-dicts/sword-BurCBCM -app-dicts/sword-BurJudson -app-dicts/sword-Burkitt -app-dicts/sword-BWE -app-dicts/sword-Byz -app-dicts/sword-Calo -app-dicts/sword-Catena -app-dicts/sword-Cawdrey -app-dicts/sword-CBC -app-dicts/sword-CebPinadayag -app-dicts/sword-Chamorro -app-dicts/sword-Che1860 -app-dicts/sword-ChiNCVs -app-dicts/sword-ChiNCVt -app-dicts/sword-ChiSB -app-dicts/sword-ChiUn -app-dicts/sword-ChiUnL -app-dicts/sword-ChiUns -app-dicts/sword-Clarke -app-dicts/sword-Common -app-dicts/sword-Concord -app-dicts/sword-CopNT -app-dicts/sword-CopSahBible2 -app-dicts/sword-CopSahHorner -app-dicts/sword-CopSahidica -app-dicts/sword-CopSahidicMSS -app-dicts/sword-CPDV -app-dicts/sword-CroSaric -app-dicts/sword-CSlElizabeth -app-dicts/sword-CzeB21 -app-dicts/sword-CzeBKR -app-dicts/sword-CzeCEP -app-dicts/sword-CzeCSP -app-dicts/sword-Daily -app-dicts/sword-DaNT1819 -app-dicts/sword-DaOT1871NT1907 -app-dicts/sword-DaOT1931NT1907 -app-dicts/sword-Darby -app-dicts/sword-Dari -app-dicts/sword-DarkNightOfTheSoul -app-dicts/sword-DBD -app-dicts/sword-Diaglott -app-dicts/sword-Dodson -app-dicts/sword-DRC -app-dicts/sword-DTN -app-dicts/sword-DutKant -app-dicts/sword-DutKingComm -app-dicts/sword-DutSVV -app-dicts/sword-DutSVVA -app-dicts/sword-Easton -app-dicts/sword-Elzevir -app-dicts/sword-EMBReality -app-dicts/sword-EMTV -app-dicts/sword-en_eu -app-dicts/sword-Esperanto -app-dicts/sword-Est -app-dicts/sword-Etheridge -app-dicts/sword-Eusebian_num -app-dicts/sword-Eusebian_vs -app-dicts/sword-f35 -app-dicts/sword-Family -app-dicts/sword-FarHezareNoh -app-dicts/sword-FarOPV -app-dicts/sword-FarTPV -app-dicts/sword-FinBiblia -app-dicts/sword-Finney -app-dicts/sword-FinPR -app-dicts/sword-FinPR92 -app-dicts/sword-FinRK -app-dicts/sword-FinSTLK2017 -app-dicts/sword-FreAug -app-dicts/sword-FreBailly -app-dicts/sword-FreBBB -app-dicts/sword-FreBDM1707 -app-dicts/sword-FreBDM1744 -app-dicts/sword-FreChry -app-dicts/sword-FreCJE -app-dicts/sword-FreCrampon -app-dicts/sword-FreDAW -app-dicts/sword-FreGBM -app-dicts/sword-FreGeneve1669 -app-dicts/sword-FreJND -app-dicts/sword-FreKhan -app-dicts/sword-FreLSN1872 -app-dicts/sword-FreLXX -app-dicts/sword-FreOltramare1874 -app-dicts/sword-FrePGR -app-dicts/sword-FrePilgrim -app-dicts/sword-FreSegond1910 -app-dicts/sword-FreStapfer1889 -app-dicts/sword-FreSynodale1921 -app-dicts/sword-FVDPVietAnh -app-dicts/sword-Geez -app-dicts/sword-Geneva -app-dicts/sword-Geneva1599 -app-dicts/sword-GerAlbrecht -app-dicts/sword-GerAugustinus -app-dicts/sword-GerBoLut -app-dicts/sword-GerElb1871 -app-dicts/sword-GerElb1905 -app-dicts/sword-GerGruenewald -app-dicts/sword-GerHfa2002 -app-dicts/sword-GerHfaLex2002 -app-dicts/sword-GerKingComm -app-dicts/sword-GerLeoNA28 -app-dicts/sword-GerLeoRP18 -app-dicts/sword-GerLutherpredigten -app-dicts/sword-GerMenge -app-dicts/sword-GerNeUe -app-dicts/sword-GerOffBiSt -app-dicts/sword-GerReinhardt -app-dicts/sword-GerSch -app-dicts/sword-GerTafel -app-dicts/sword-GerTextbibel -app-dicts/sword-GerZurcher -app-dicts/sword-Godbey -app-dicts/sword-GodsWord -app-dicts/sword-GreekHebrew -app-dicts/sword-GreVamvas -app-dicts/sword-Haitian -app-dicts/sword-HebDelitzsch -app-dicts/sword-HebModern -app-dicts/sword-HebrewGreek -app-dicts/sword-Heretics -app-dicts/sword-HinERV -app-dicts/sword-Hitchcock -app-dicts/sword-HunIMIT -app-dicts/sword-HunKar -app-dicts/sword-HunKNB -app-dicts/sword-HunRUF -app-dicts/sword-HunUj -app-dicts/sword-Imitation -app-dicts/sword-Institutes -app-dicts/sword-IriODomhnuill -app-dicts/sword-ISBE -app-dicts/sword-ISV -app-dicts/sword-ItaDio -app-dicts/sword-ItaRive -app-dicts/sword-ItDizGreco -app-dicts/sword-ItNomiBibbia -app-dicts/sword-JapBungo -app-dicts/sword-JapDenmo -app-dicts/sword-JapKougo -app-dicts/sword-JapMeiji -app-dicts/sword-JapRaguet -app-dicts/sword-JCRHoliness -app-dicts/sword-JEAffections -app-dicts/sword-JESermons -app-dicts/sword-JFB -app-dicts/sword-JOChrist -app-dicts/sword-JOCommGod -app-dicts/sword-JOGlory -app-dicts/sword-JOMortSin -app-dicts/sword-Josephus -app-dicts/sword-JPS -app-dicts/sword-JST -app-dicts/sword-Jubilee2000 -app-dicts/sword-Kapingamarangi -app-dicts/sword-Kaz -app-dicts/sword-KD -app-dicts/sword-Kekchi -app-dicts/sword-KhmerNT -app-dicts/sword-KingComm -app-dicts/sword-KJV -app-dicts/sword-KJVA -app-dicts/sword-KJVPCE -app-dicts/sword-KLV -app-dicts/sword-KLVen_iklingon -app-dicts/sword-KLViklingon_en -app-dicts/sword-KorHKJV -app-dicts/sword-KorRV -app-dicts/sword-KtuVB -app-dicts/sword-la_en -app-dicts/sword-Latvian -app-dicts/sword-LawGospel -app-dicts/sword-LEB -app-dicts/sword-Leeser -app-dicts/sword-Lightfoot -app-dicts/sword-LinVB -app-dicts/sword-LITV -app-dicts/sword-LO -app-dicts/sword-LtKBB -app-dicts/sword-Luther -app-dicts/sword-LvGluck8 -app-dicts/sword-LXX -app-dicts/sword-MAK -app-dicts/sword-Mal1910 -app-dicts/sword-ManxGaelic -app-dicts/sword-Maori -app-dicts/sword-MapM -app-dicts/sword-Mg1865 -app-dicts/sword-MHC -app-dicts/sword-MHCC -app-dicts/sword-MKJV -app-dicts/sword-MLStrong -app-dicts/sword-MollColossians -app-dicts/sword-MonKJV -app-dicts/sword-Montgomery -app-dicts/sword-MorphGNT -app-dicts/sword-Murdock -app-dicts/sword-Nave -app-dicts/sword-Ndebele -app-dicts/sword-Nestle1904 -app-dicts/sword-NETfree -app-dicts/sword-NETnotesfree -app-dicts/sword-NETtext -app-dicts/sword-NHEB -app-dicts/sword-NHEBJE -app-dicts/sword-NHEBME -app-dicts/sword-NlCanisius1939 -app-dicts/sword-NorBroed -app-dicts/sword-Norsk -app-dicts/sword-NorSMB -app-dicts/sword-NorthernAzeri -app-dicts/sword-Noyes -app-dicts/sword-OEB -app-dicts/sword-OEBcth -app-dicts/sword-OrthJBC -app-dicts/sword-Orthodoxy -app-dicts/sword-OSHB -app-dicts/sword-OSHM -app-dicts/sword-OxfordTR -app-dicts/sword-Packard -app-dicts/sword-Passion -app-dicts/sword-Personal -app-dicts/sword-Peshitta -app-dicts/sword-Phaistos -app-dicts/sword-Pilgrim -app-dicts/sword-PNT -app-dicts/sword-PohnOld -app-dicts/sword-Pohnpeian -app-dicts/sword-PolGdanska -app-dicts/sword-PolUGdanska -app-dicts/sword-PorAlmeida1911 -app-dicts/sword-PorAR -app-dicts/sword-PorBLivre -app-dicts/sword-PorBLivreTR -app-dicts/sword-PorCap -app-dicts/sword-PorIBP -app-dicts/sword-PotLykins -app-dicts/sword-Practice -app-dicts/sword-QuotingPassages -app-dicts/sword-RecVer -app-dicts/sword-Rieger -app-dicts/sword-RKJNT -app-dicts/sword-RNKJV -app-dicts/sword-Robinson -app-dicts/sword-RomCor -app-dicts/sword-Rotherham -app-dicts/sword-RusCARS -app-dicts/sword-RusCARSA -app-dicts/sword-RusCARSADICT -app-dicts/sword-RusCARSDict -app-dicts/sword-RusCARST -app-dicts/sword-RusCARSTDICT -app-dicts/sword-RusMakarij -app-dicts/sword-RusSynodal -app-dicts/sword-RusSynodalLIO -app-dicts/sword-RusVZh -app-dicts/sword-RWebster -app-dicts/sword-RWP -app-dicts/sword-SahidicBible -app-dicts/sword-SAOA -app-dicts/sword-SBLGNT -app-dicts/sword-SBLGNTApp -app-dicts/sword-Scofield -app-dicts/sword-ScotsGaelic -app-dicts/sword-Sentiment -app-dicts/sword-Shona -app-dicts/sword-SloKJV -app-dicts/sword-SloOjacano -app-dicts/sword-SloStritar -app-dicts/sword-SME -app-dicts/sword-Smith -app-dicts/sword-sml_BL_2008 -app-dicts/sword-SomKQA -app-dicts/sword-Sorani -app-dicts/sword-SP -app-dicts/sword-SpaPlatense -app-dicts/sword-SpaRV -app-dicts/sword-SpaRV1865 -app-dicts/sword-SpaRV1909 -app-dicts/sword-SpaRVG -app-dicts/sword-SpaTDP -app-dicts/sword-SpaVNT -app-dicts/sword-SPDSS -app-dicts/sword-SPE -app-dicts/sword-SPMT -app-dicts/sword-Spurious -app-dicts/sword-SPVar -app-dicts/sword-SrKDEkavski -app-dicts/sword-SrKDIjekav -app-dicts/sword-StrongsGreek -app-dicts/sword-StrongsHebrew -app-dicts/sword-Swahili -app-dicts/sword-Swe1917 -app-dicts/sword-Swe1917Of -app-dicts/sword-SweFolk1998 -app-dicts/sword-SweKarlXII -app-dicts/sword-SweKarlXII1873 -app-dicts/sword-Tagalog -app-dicts/sword-TagAngBiblia -app-dicts/sword-Tausug -app-dicts/sword-TCR -app-dicts/sword-TDavid -app-dicts/sword-TFG -app-dicts/sword-ThaiKJV -app-dicts/sword-Tisch -app-dicts/sword-TNT -app-dicts/sword-Torrey -app-dicts/sword-TR -app-dicts/sword-TSK -app-dicts/sword-TurHADI -app-dicts/sword-TurNTB -app-dicts/sword-Twenty -app-dicts/sword-Tyndale -app-dicts/sword-UKJV -app-dicts/sword-Ukrainian -app-dicts/sword-UkrKulish -app-dicts/sword-Uma -app-dicts/sword-UrduGeo -app-dicts/sword-UrduGeoDeva -app-dicts/sword-UrduGeoRoman -app-dicts/sword-UyCyr -app-dicts/sword-VarApp -app-dicts/sword-VieRobinson -app-dicts/sword-VieStrongsGreek -app-dicts/sword-Viet -app-dicts/sword-VietLCCMN -app-dicts/sword-VietLCCMNCT -app-dicts/sword-VietNVB -app-dicts/sword-vlsJoNT -app-dicts/sword-Vulgate -app-dicts/sword-Vulgate_HebPs -app-dicts/sword-VulgClementine -app-dicts/sword-VulgConte -app-dicts/sword-VulgGlossa -app-dicts/sword-VulgHetzenauer -app-dicts/sword-VulgSistine -app-dicts/sword-Webster -app-dicts/sword-Webster1806 -app-dicts/sword-Webster1913 -app-dicts/sword-WelBeiblNet -app-dicts/sword-Wesley -app-dicts/sword-Westminster -app-dicts/sword-Westminster21 -app-dicts/sword-Weymouth -app-dicts/sword-WHNU -app-dicts/sword-WLC -app-dicts/sword-Worsley -app-dicts/sword-Wulfila -app-dicts/sword-Wycliffe -app-dicts/sword-YLT -app-dicts/sword-ZhEnglish -app-dicts/sword-ZhHanzi -app-dicts/sword-ZhPinyin -app-text/sword-modules - # 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 -# David Seifert (2023-01-23) -# EOL branch, switch to mariadb-10.4/galera-26.4, removal on 2023-02-22. - (2023-01-23) # Please upgrade to >=app-eselect/eselect-wxwidgets-20230114-r1 as -r0 may # lead to build failures. @@ -777,37 +399,6 @@ 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 - -# 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 - -# 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 @@ -815,19 +406,6 @@ 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 - # Sam James (2023-01-05) # Breaks reverse dependencies: bug #889694, bug #888579. =sys-fs/btrfs-progs-6.1.1 @@ -857,17 +435,6 @@ net-p2p/vuze-coreplugins # This version currently is not compatible with kernel build (yet) ~dev-util/bindgen-0.63.0 -# 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 - -# 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-111 - # Matt Turner (2022-11-16) # Packages or their dependencies have not been ported to libsoup:3.0, while # other non-slotted dependencies have been. @@ -958,7 +525,7 @@ dev-qt/qtwebsockets:6 # James Beddek (2022-01-19) # FFmpeg 5.0 ABI/API changes break many packages. # Masking for tracker/tinderbox. Bug #831437 -=media-video/ffmpeg-5* +>=media-video/ffmpeg-5 >=media-sound/spek-0.8.5 # Brian Evans (2022-01-07) 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 f633557295..215e86c188 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 @@ -14,3 +14,9 @@ move dev-python/github3 dev-python/github3-py move dev-python/python-zstandard dev-python/zstandard move dev-python/prompt_toolkit dev-python/prompt-toolkit move sys-apps/uutils sys-apps/uutils-coreutils +move dev-python/myst_parser dev-python/myst-parser +move dev-python/setuptools_scm dev-python/setuptools-scm +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 diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2022 b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2022 index 3653c43108..0fbedadc1f 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2022 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2022 @@ -5,7 +5,6 @@ move dev-python/setuptools_rust dev-python/setuptools-rust move dev-python/lark-parser dev-python/lark move dev-python/suds dev-python/suds-community move dev-cpp/cpp-taskflow dev-cpp/taskflow -move app-dicts/sword-KtuVb app-dicts/sword-KtuVB move app-admin/undertaker-scripts app-admin/gentoo-retirement-scripts move dev-python/pep621 dev-python/pyproject-metadata move media-sound/mumble net-voip/mumble diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2020 b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2020 index 301c1cb83c..3f451f53e7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2020 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/3Q-2020 @@ -1,137 +1,5 @@ move games-action/d1x-rebirth games-action/dxx-rebirth move games-action/d2x-rebirth games-action/dxx-rebirth -move app-dicts/sword-abbott app-dicts/sword-Abbott -move app-dicts/sword-acv app-dicts/sword-ACV -move app-dicts/sword-afr1953 app-dicts/sword-Afr1953 -move app-dicts/sword-akjv app-dicts/sword-AKJV -move app-dicts/sword-alb app-dicts/sword-Alb -move app-dicts/sword-aleppo app-dicts/sword-Aleppo -move app-dicts/sword-amtract app-dicts/sword-AmTract -move app-dicts/sword-arasvd app-dicts/sword-AraSVD -move app-dicts/sword-armeastern app-dicts/sword-ArmEastern -move app-dicts/sword-armwestern app-dicts/sword-ArmWestern -move app-dicts/sword-asv app-dicts/sword-ASV -move app-dicts/sword-barnes app-dicts/sword-Barnes -move app-dicts/sword-bashautin app-dicts/sword-BasHautin -move app-dicts/sword-bbe app-dicts/sword-BBE -move app-dicts/sword-bulveren app-dicts/sword-BulVeren -move app-dicts/sword-burjudson app-dicts/sword-BurJudson -move app-dicts/sword-byz app-dicts/sword-Byz -move app-dicts/sword-cbc app-dicts/sword-CBC -move app-dicts/sword-chamorro app-dicts/sword-Chamorro -move app-dicts/sword-clarke app-dicts/sword-Clarke -move app-dicts/sword-common app-dicts/sword-Common -move app-dicts/sword-cro app-dicts/sword-CroSaric -move app-dicts/sword-czebkr app-dicts/sword-CzeBKR -move app-dicts/sword-daily app-dicts/sword-Daily -move app-dicts/sword-darby app-dicts/sword-Darby -move app-dicts/sword-diaglott app-dicts/sword-Diaglott -move app-dicts/sword-drc app-dicts/sword-DRC -move app-dicts/sword-dtn app-dicts/sword-DTN -move app-dicts/sword-dutkant app-dicts/sword-DutKant -move app-dicts/sword-dutsvv app-dicts/sword-DutSVV -move app-dicts/sword-easton app-dicts/sword-Easton -move app-dicts/sword-esperanto app-dicts/sword-Esperanto -move app-dicts/sword-farsiopv app-dicts/sword-FarOPV -move app-dicts/sword-finbiblia app-dicts/sword-FinBiblia -move app-dicts/sword-finney app-dicts/sword-Finney -move app-dicts/sword-finpr app-dicts/sword-FinPR -move app-dicts/sword-frebbb app-dicts/sword-FreBBB -move app-dicts/sword-frecrampon app-dicts/sword-FreCrampon -move app-dicts/sword-fremartin app-dicts/sword-FreBDM1744 -move app-dicts/sword-fresegond app-dicts/sword-FreSegond1910 -move app-dicts/sword-geneva app-dicts/sword-Geneva -move app-dicts/sword-geneva1599 app-dicts/sword-Geneva1599 -move app-dicts/sword-gerelb1871 app-dicts/sword-GerElb1871 -move app-dicts/sword-gerelb1905 app-dicts/sword-GerElb1905 -move app-dicts/sword-gersch app-dicts/sword-GerSch -move app-dicts/sword-greekhebrew app-dicts/sword-GreekHebrew -move app-dicts/sword-hebrewgreek app-dicts/sword-HebrewGreek -move app-dicts/sword-heretics app-dicts/sword-Heretics -move app-dicts/sword-hitchcock app-dicts/sword-Hitchcock -move app-dicts/sword-hunkar app-dicts/sword-HunKar -move app-dicts/sword-institutes app-dicts/sword-Institutes -move app-dicts/sword-isbe app-dicts/sword-ISBE -move app-dicts/sword-isv app-dicts/sword-ISV -move app-dicts/sword-itadio app-dicts/sword-ItaDio -move app-dicts/sword-itarive app-dicts/sword-ItaRive -move app-dicts/sword-jfb app-dicts/sword-JFB -move app-dicts/sword-josephus app-dicts/sword-Josephus -move app-dicts/sword-jps app-dicts/sword-JPS -move app-dicts/sword-jst app-dicts/sword-JST -move app-dicts/sword-jubilee2000 app-dicts/sword-Jubilee2000 -move app-dicts/sword-kjv app-dicts/sword-KJV -move app-dicts/sword-klv app-dicts/sword-KLV -move app-dicts/sword-klven_iklingon app-dicts/sword-KLVen_iklingon -move app-dicts/sword-klviklingon_en app-dicts/sword-KLViklingon_en -move app-dicts/sword-lightfoot app-dicts/sword-Lightfoot -move app-dicts/sword-litv app-dicts/sword-LITV -move app-dicts/sword-luther app-dicts/sword-Luther -move app-dicts/sword-mak app-dicts/sword-MAK -move app-dicts/sword-manxgaelic app-dicts/sword-ManxGaelic -move app-dicts/sword-mhc app-dicts/sword-MHC -move app-dicts/sword-mhcc app-dicts/sword-MHCC -move app-dicts/sword-mkjv app-dicts/sword-MKJV -move app-dicts/sword-montgomery app-dicts/sword-Montgomery -move app-dicts/sword-murdock app-dicts/sword-Murdock -move app-dicts/sword-nave app-dicts/sword-Nave -move app-dicts/sword-norsk app-dicts/sword-Norsk -move app-dicts/sword-orthodoxy app-dicts/sword-Orthodoxy -move app-dicts/sword-packard app-dicts/sword-Packard -move app-dicts/sword-personal app-dicts/sword-Personal -move app-dicts/sword-peshitta app-dicts/sword-Peshitta -move app-dicts/sword-pilgrim app-dicts/sword-Pilgrim -move app-dicts/sword-pnt app-dicts/sword-PNT -move app-dicts/sword-practice app-dicts/sword-Practice -move app-dicts/sword-rkjnt app-dicts/sword-RKJNT -move app-dicts/sword-rnkjv app-dicts/sword-RNKJV -move app-dicts/sword-robinson app-dicts/sword-Robinson -move app-dicts/sword-rotherham app-dicts/sword-Rotherham -move app-dicts/sword-rusmakarij app-dicts/sword-RusMakarij -move app-dicts/sword-rwebster app-dicts/sword-RWebster -move app-dicts/sword-rwp app-dicts/sword-RWP -move app-dicts/sword-saoa app-dicts/sword-SAOA -move app-dicts/sword-scofield app-dicts/sword-Scofield -move app-dicts/sword-scotsgaelic app-dicts/sword-ScotsGaelic -move app-dicts/sword-sme app-dicts/sword-SME -move app-dicts/sword-smith app-dicts/sword-Smith -move app-dicts/sword-sparv app-dicts/sword-SpaRV -move app-dicts/sword-sparvg2004 app-dicts/sword-SpaRVG -move app-dicts/sword-spavnt app-dicts/sword-SpaVNT -move app-dicts/sword-spurious app-dicts/sword-Spurious -move app-dicts/sword-strongsgreek app-dicts/sword-StrongsGreek -move app-dicts/sword-strongshebrew app-dicts/sword-StrongsHebrew -move app-dicts/sword-swahili app-dicts/sword-Swahili -move app-dicts/sword-tagalog app-dicts/sword-Tagalog -move app-dicts/sword-tcr app-dicts/sword-TCR -move app-dicts/sword-tdavid app-dicts/sword-TDavid -move app-dicts/sword-tfg app-dicts/sword-TFG -move app-dicts/sword-tisch app-dicts/sword-Tisch -move app-dicts/sword-torrey app-dicts/sword-Torrey -move app-dicts/sword-tr app-dicts/sword-TR -move app-dicts/sword-tsk app-dicts/sword-TSK -move app-dicts/sword-twenty app-dicts/sword-Twenty -move app-dicts/sword-tyndale app-dicts/sword-Tyndale -move app-dicts/sword-ukjv app-dicts/sword-UKJV -move app-dicts/sword-ukrainian app-dicts/sword-Ukrainian -move app-dicts/sword-uma app-dicts/sword-Uma -move app-dicts/sword-vulgate app-dicts/sword-Vulgate -move app-dicts/sword-vulgate_hebps app-dicts/sword-Vulgate_HebPs -move app-dicts/sword-webster app-dicts/sword-Webster -move app-dicts/sword-webstersdict app-dicts/sword-Webster1913 -move app-dicts/sword-wesley app-dicts/sword-Wesley -move app-dicts/sword-weymouth app-dicts/sword-Weymouth -move app-dicts/sword-whnu app-dicts/sword-WHNU -move app-dicts/sword-wlc app-dicts/sword-WLC -move app-dicts/sword-wulfila app-dicts/sword-Wulfila -move app-dicts/sword-wycliffe app-dicts/sword-Wycliffe -move app-dicts/sword-ylt app-dicts/sword-YLT -move app-dicts/sword-Cro app-dicts/sword-CroSaric -move app-dicts/sword-FarsiOPV app-dicts/sword-FarOPV -move app-dicts/sword-FreMartin app-dicts/sword-FreBDM1744 -move app-dicts/sword-FreSegond app-dicts/sword-FreSegond1910 -move app-dicts/sword-SpaRVG2004 app-dicts/sword-SpaRVG -move app-dicts/sword-WebstersDict app-dicts/sword-Webster1913 move media-libs/ladspa-cmt media-plugins/cmt-plugins move dev-libs/luise-bin dev-libs/luise slotmove ~app-editors/emacs-27.0.90 27-vcs 27