mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit 054b9ce7b4047e76b55e86a9396d1405367b475d.
This commit is contained in:
parent
b369029070
commit
da863f0cf3
@ -17,6 +17,23 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-04-22)
|
||||
# snap only works on amd64
|
||||
kde-plasma/discover -snap
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-17)
|
||||
# Ruby has several JITs available but they need porting to individual arches.
|
||||
# Unmask on specific arches where it's available.
|
||||
dev-lang/ruby -jit
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-03)
|
||||
# pytables is available here.
|
||||
dev-python/pytables -cpudetection
|
||||
|
||||
# Craig Andrews <candrews@gentoo.org> (2023-03-09)
|
||||
# media-libs/libplacebo is keyworded here
|
||||
media-video/ffmpeg -libplacebo
|
||||
|
||||
# Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27)
|
||||
# AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only
|
||||
# See also: https://bugs.gentoo.org/891499
|
||||
@ -444,7 +461,3 @@ 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 <candrews@gentoo.org> (2023-03-09)
|
||||
# media-libs/libplacebo is keyworded here
|
||||
media-video/ffmepg -libplacebo
|
||||
|
@ -17,6 +17,11 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-22)
|
||||
# pandoc is stable here.
|
||||
dev-python/nbclassic -doc
|
||||
dev-python/nbval -doc
|
||||
|
||||
# Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27)
|
||||
# AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only
|
||||
# See also: https://bugs.gentoo.org/891499
|
||||
@ -29,6 +34,7 @@ net-misc/curl rustls curl_ssl_rustls
|
||||
# Sam James <sam@gentoo.org> (2022-12-07)
|
||||
# Needs unstable media-libs/oneVPL
|
||||
media-libs/gst-plugins-bad qsv
|
||||
media-video/ffmpeg qsv
|
||||
|
||||
# Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-23)
|
||||
# Dependency media-libs/intel-hybrid-codec-driver is only available on unstable
|
||||
|
@ -114,6 +114,7 @@ media-video/openshot
|
||||
media-video/vidify
|
||||
media-video/vidify-audiosync
|
||||
net-analyzer/nmapsi
|
||||
net-im/whatsie
|
||||
net-libs/signon-ui
|
||||
net-misc/nextcloud-client
|
||||
net-p2p/ktorrent:5
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-05)
|
||||
# x11-drivers/nvidia-drivers is not available for x32
|
||||
sys-apps/hwloc nvml
|
||||
|
||||
# Kai-Chun Ning <kaichun.ning@gmail.com> (2022-05-26)
|
||||
# Dependency media-libs/intel-hybrid-codec-driver does not work on x32
|
||||
media-libs/libva-intel-driver hybrid
|
||||
|
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-22)
|
||||
# Needs unkeyworded dev-python/sympy
|
||||
dev-python/nbval test
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-23)
|
||||
# app-emacs/flycheck is not marked stable here yet
|
||||
dev-util/pkgcheck emacs
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
@ -1 +1,2 @@
|
||||
..
|
||||
../../../features/big-endian
|
||||
|
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License, v2
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
@ -1,6 +1,11 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-17)
|
||||
# Ruby has several JITs available but they need porting to individual arches.
|
||||
# Unmask on specific arches where it's available.
|
||||
dev-lang/ruby -jit
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-01-27)
|
||||
# media-libs/shaderc not keyworded here
|
||||
games-action/supertuxkart vulkan
|
||||
|
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-22)
|
||||
# Needs unkeyworded dev-python/sympy
|
||||
dev-python/nbval test
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-07-06)
|
||||
# sci-libs/sundials is not marked stable on arm64
|
||||
sci-mathematics/octave sundials
|
||||
|
@ -1,6 +1,15 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-04-22)
|
||||
# snap only works on amd64
|
||||
kde-plasma/discover snap
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-03)
|
||||
# Needs dev-python/py-cpuinfo which is not ported to all of our platforms
|
||||
# See bug #894078.
|
||||
dev-python/pytables cpudetection
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-01-24)
|
||||
# libomptarget is only supported on 64-bit architectures.
|
||||
>=sys-libs/libomp-16.0.0_pre20230124 offload
|
||||
|
7
sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.stable.mask
vendored
Normal file
7
sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.stable.mask
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-22)
|
||||
# pandoc is stable on amd64 only.
|
||||
dev-python/nbclassic doc
|
||||
dev-python/nbval doc
|
@ -1,10 +1,9 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
||||
# Sam James <sam@gentoo.org> (2023-03-28)
|
||||
# Needs explicit porting to each platform (bug 894078#c6)
|
||||
dev-python/py-cpuinfo
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-10)
|
||||
# Fails to build on HPPA w/ sys-kernel/linux-headers-6.2:
|
||||
|
@ -4,13 +4,18 @@
|
||||
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
|
||||
# request bug for the hppa arch.
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-16)
|
||||
# net-libs/libcloudproviders not keyworded here
|
||||
x11-libs/gtk+ cloudproviders
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Needs unkeyworded dev-python/sympy
|
||||
dev-python/nbval test
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-14)
|
||||
# Requires virtual/pandoc.
|
||||
dev-python/nbclassic doc
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-02-27)
|
||||
# Depends on virtual/rust
|
||||
dev-lang/ruby jit
|
||||
dev-python/nbval doc
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-12-26)
|
||||
# Unkeyworded dependencies
|
||||
|
@ -1,2 +1,3 @@
|
||||
../base
|
||||
../../features/wd40
|
||||
../../features/big-endian
|
||||
|
@ -62,10 +62,6 @@ plymouth
|
||||
# sys-fs/dmraid has not been tested on HPPA
|
||||
dmraid
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Jeroen Roovers <jer@gentoo.org> (2016-01-31)
|
||||
# USE=xwidgets requires net-libs/webkit-gtk
|
||||
xwidgets
|
||||
|
@ -1,9 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# dev-python/sympy not keyworded here yet
|
||||
dev-python/nbval test
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-14)
|
||||
# Requires virtual/pandoc.
|
||||
dev-python/nbclassic doc
|
||||
dev-python/nbval doc
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-12-26)
|
||||
# Unkeyworded dependencies
|
||||
|
@ -1,12 +1,17 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org) (2023-02-27)
|
||||
# Depends on virtual/rust
|
||||
dev-lang/ruby jit
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
|
||||
# dev-python/pyopengl fails tests
|
||||
dev-python/sympy opengl
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
|
||||
# dev-python/aesara doesn't work on loong yet (due to hardcoding -m64 in its
|
||||
# cc invocations)
|
||||
dev-python/sympy aesara
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-06)
|
||||
# dev-cpp/glog fails tests, needs checknig
|
||||
# dev-cpp/glog fails tests, needs checking
|
||||
media-libs/opencv glog contribsfm
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-06)
|
||||
@ -63,12 +68,6 @@ dev-cpp/eigen test
|
||||
# app-misc/tracker fails tests on loong.
|
||||
app-cdr/brasero tracker
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-05)
|
||||
# dev-libs/libcdio fails to build on loong for now.
|
||||
gnome-base/gvfs cdda
|
||||
media-video/ffmpeg cdio
|
||||
media-video/mpv cdda
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-05)
|
||||
# Respective dependency fails to build, pending investigation, mask for the
|
||||
# time being
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
@ -1,2 +1,3 @@
|
||||
../base
|
||||
../../features/wd40
|
||||
../../features/big-endian
|
||||
|
@ -92,10 +92,6 @@ valgrind
|
||||
# sys-auth/elogind is not keyworded here.
|
||||
elogind
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Paul de Vrieze <pauldv@gentoo.org>
|
||||
# There is no java in this profile (if there is it must be available). Without
|
||||
# this, sys-libs/db has unsolvable dependencies
|
||||
|
@ -1 +1,2 @@
|
||||
..
|
||||
../../../features/big-endian
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
-dev-libs/tlsh
|
@ -1,6 +0,0 @@
|
||||
# Copyright 2015-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Remask as this profile is little endian.
|
||||
big-endian
|
@ -1 +1,2 @@
|
||||
..
|
||||
../../../features/big-endian
|
||||
|
@ -1,11 +1,6 @@
|
||||
# Copyright 2006-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
||||
|
||||
# Mask pam_ldap and nss_ldap - openldap dep missing.
|
||||
sys-auth/pam_ldap
|
||||
sys-auth/nss_ldap
|
||||
|
@ -38,10 +38,6 @@ networkmanager
|
||||
# sci-geosciences/gpsd is not keyworded here.
|
||||
gps
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Mart Raudsepp <leio@gentoo.org> (2017-05-27)
|
||||
# media-libs/libmtp not tested
|
||||
mtp
|
||||
|
@ -1,13 +1,6 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
||||
dev-python/tlsh
|
||||
dev-util/diffoscope
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-09-22)
|
||||
# criu does not work on ppc64be and ppc32
|
||||
sys-process/criu
|
||||
|
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Needs dev-python/sympy which is not keyworded
|
||||
dev-python/nbval test
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-07)
|
||||
# dev-db/mysql not stable here
|
||||
dev-ruby/mysql2 mysql
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-01-05)
|
||||
# dev-python/pythran fails tests on ppc32 right now, bug #880263
|
||||
dev-python/scipy fortran pythran
|
||||
|
@ -17,6 +17,10 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-11-19)
|
||||
# Deps not stable on ppc
|
||||
sys-devel/clang-common default-lld
|
||||
|
@ -1,13 +1,6 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
-dev-libs/tlsh
|
||||
-dev-python/tlsh
|
||||
-dev-util/diffoscope
|
||||
|
||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-01-11)
|
||||
# Requires media-libs/libva since 29.0.0, which is unmasked here.
|
||||
->=media-video/obs-studio-29.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Joonas Niilola <juippis@gentoo.org> (2022-11-10)
|
||||
@ -14,10 +14,6 @@ dev-lang/python-exec -python_targets_pypy3
|
||||
# ppc64 has pipewire keyworded
|
||||
www-client/firefox -screencast
|
||||
|
||||
# Sam James <sam@gentoo.org> (2021-09-23)
|
||||
# Needs media-libs/libldac which builds on ppc64le, but not be
|
||||
media-video/pipewire -bluetooth
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-06-02)
|
||||
# altivec code is big-endian only, #773100
|
||||
media-libs/libdvbcsa cpu_flags_ppc_altivec
|
||||
|
@ -28,10 +28,6 @@
|
||||
# works on ppc64le
|
||||
-vaapi
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Remask as this profile is little endian.
|
||||
big-endian
|
||||
|
||||
# Chris Gianelloni <wolf31o2@gentoo.org> (2008-02-13)
|
||||
# Mask multilib, since we cannot use it.
|
||||
multilib
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Needs dev-python/sympy which is not yet keyworded, see bug #892183
|
||||
dev-python/nbval test
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-01-24)
|
||||
# libomptarget is only supported on 64-bit architectures.
|
||||
>=sys-libs/libomp-16.0.0_pre20230124 -offload
|
||||
@ -39,10 +43,6 @@ dev-util/kdevelop reviewboard
|
||||
# Go doesn't support pie on ppc64, bug #818529
|
||||
net-dns/dnscrypt-proxy pie
|
||||
|
||||
# Sam James <sam@gentoo.org> (2021-09-23)
|
||||
# Needs media-libs/libldac which builds on ppc64le, but not be
|
||||
media-video/pipewire -bluetooth
|
||||
|
||||
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
|
||||
# media-plugins/zam-plugins not keyworded here
|
||||
media-sound/easyeffects zamaudio
|
||||
|
@ -17,6 +17,10 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-23)
|
||||
# app-emacs/flycheck is not marked stable here yet
|
||||
dev-util/pkgcheck emacs
|
||||
|
@ -34,10 +34,6 @@ fortune
|
||||
nagios-game
|
||||
physfs
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2017-03-24)
|
||||
# virtual/opencl is not keyworded
|
||||
opencl
|
||||
|
@ -1 +1,2 @@
|
||||
../powerpc/ppc32
|
||||
../../features/big-endian
|
||||
|
@ -1 +1,2 @@
|
||||
../../powerpc/ppc64/64ul
|
||||
../../../features/big-endian
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# jinqiang zhang <peeweep@0x0.ee> (2023-03-27)
|
||||
# Sanitizers supported on this architecture.
|
||||
sys-libs/compiler-rt-sanitizers -asan -lsan
|
||||
|
||||
# Yixun Lan <dlan@gentoo.org> (2023-02-16)
|
||||
# USE=java depend on virtual/jdk:1.8 which is not support on RISC-V
|
||||
app-office/libreoffice java libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript
|
||||
@ -101,7 +105,6 @@ dev-python/anyio test
|
||||
# Marek Szuba <marecki@gentoo.org> (2021-09-23)
|
||||
# mkdocs ecosystem only partly keyworded on riscv, has rather messy
|
||||
# Python-target requirements.
|
||||
dev-python/backrefs doc
|
||||
dev-python/pyspelling doc
|
||||
dev-python/wcmatch doc
|
||||
|
||||
@ -146,11 +149,6 @@ app-crypt/heimdal afs
|
||||
# app-editors/xemacs reports arch as unknown, fails to build
|
||||
dev-lang/ruby xemacs
|
||||
|
||||
# Yixun Lan <dlan@gentoo.org> (2021-08-20)
|
||||
# dependencies not keyworded/tested
|
||||
gnome-extra/sushi office
|
||||
gnome-base/gnome-shell browser-extension
|
||||
|
||||
# Alex Fan <alexfanqi@yahoo.com> (2021-08-17)
|
||||
# dependencies not keyworded/tested
|
||||
kde-plasma/plasma-meta plymouth
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
@ -1,9 +1,18 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Conrad Kostecki <conikost@gentoo.org> (2023-04-23)
|
||||
# Needs dev-perl/Math-Int64 which is not keyworded
|
||||
dev-perl/IP-Country-DB_File test
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Needs dev-python/sympy which is not keyworded
|
||||
dev-python/nbval test
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-14)
|
||||
# Requires virtual/pandoc.
|
||||
dev-python/nbclassic doc
|
||||
dev-python/nbval doc
|
||||
|
||||
# Florian Schmaus <flow@gentoo.org> (2022-11-23)
|
||||
# avoid larger deptree, bug #882593
|
||||
@ -20,6 +29,7 @@ dev-ruby/stringex test
|
||||
# heif: media-libs/libheif not keyworded here
|
||||
# jpegxl: libjxl not keyworded here
|
||||
media-libs/imlib2 eps heif jpegxl
|
||||
media-gfx/imagemagick jpegxl
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-04-26)
|
||||
# Avoid unkeyworded dependencies
|
||||
|
@ -1,2 +1,3 @@
|
||||
../../features/multilib
|
||||
../base
|
||||
../../features/big-endian
|
||||
|
@ -51,10 +51,6 @@ luajittex
|
||||
# media-libs/libglvnd is not keyworded
|
||||
libglvnd
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Stuff we don't want/not tested
|
||||
R
|
||||
octave
|
||||
|
@ -1,11 +1,6 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-03-20)
|
||||
# Broken on big-endian (#861710)
|
||||
# https://github.com/trendmicro/tlsh/issues/131
|
||||
dev-libs/tlsh
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-03-07)
|
||||
# Fails tests disastrously. Present evidence of passing test suite
|
||||
# before removing, please.
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Needs dev-python/sympy which is not keyworded
|
||||
dev-python/nbval test
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-03-07)
|
||||
# Needs dev-db/mariadb for tests, see entry in use.mask
|
||||
dev-python/pymysql test
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-09-12)
|
||||
# dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap
|
||||
# tarball, so force system-bootstrap instead (i.e. force using rust-bin
|
||||
|
@ -1 +1,2 @@
|
||||
../base
|
||||
../../features/big-endian
|
||||
|
@ -60,10 +60,6 @@ luajittex
|
||||
fortune
|
||||
physfs
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
||||
|
||||
# Andrey Grozin <grozin@gentoo.org> (2014-06-25)
|
||||
# keyworded on sparc
|
||||
-ecls
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
|
||||
# Needs x11-drivers/nvidia-drivers which is no longer available here.
|
||||
media-tv/mythtv nvdec
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2023-02-06)
|
||||
# Successful build of dev-qt/qtwebengine depends on 64-bit host
|
||||
# Bug #893234
|
||||
@ -397,10 +401,6 @@ dev-libs/boost -context
|
||||
app-editors/vim -racket
|
||||
app-editors/gvim -racket
|
||||
|
||||
# Kacper Kowalik <xarthisius@gentoo.org> (2013-08-09)
|
||||
# Works on x86
|
||||
sys-apps/hwloc -gl -nvml
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-11-03)
|
||||
# Unmask here, as it's masked in base.
|
||||
net-libs/gnutls -dane
|
||||
|
@ -17,6 +17,10 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-28)
|
||||
# dev-ruby/stringex is not marked stable here yet
|
||||
dev-ruby/kramdown unicode
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2022-09-14)
|
||||
# sci-libs/vtk is not stable on x86 and we don't want to complicate
|
||||
# newer maxima and geant stabilisation, bug #867547, #886975
|
||||
|
@ -125,9 +125,6 @@ webengine
|
||||
-cpu_flags_x86_ssse3
|
||||
-cpu_flags_x86_xop
|
||||
|
||||
# Unmask nvidia XvMC support
|
||||
-nvidia
|
||||
|
||||
# Modular X: unmask for architectures on which they are available
|
||||
-input_devices_synaptics
|
||||
-input_devices_vmmouse
|
||||
@ -139,7 +136,6 @@ webengine
|
||||
-video_cards_i965
|
||||
-video_cards_intel
|
||||
-video_cards_iris
|
||||
-video_cards_nvidia
|
||||
-video_cards_siliconmotion
|
||||
-video_cards_vmware
|
||||
-video_cards_geode
|
||||
|
@ -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
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2022-04-19)
|
||||
# Default to lua 5.4 (upstream requires 5.3 or higher)
|
||||
>=app-text/xournalpp-1.1.3-r1 lua_single_target_lua5-4
|
||||
|
||||
# Haelwenn (lanodan) Monnier <contact@hacktivis.me> (2022-08-07)
|
||||
# Default to lua 5.4 (upstream requires 5.2 or higher)
|
||||
>=app-editors/vis-0.7-r1 lua_single_target_lua5-4
|
||||
|
@ -1,10 +1,6 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2022-12-02)
|
||||
# The patch we apply from Fedora doesn't apply.
|
||||
>x11-terms/gnome-terminal-3.46.3 vanilla
|
||||
|
||||
# Patrick McLean <chutzpah@gentoo.org> (2022-06-27)
|
||||
# Doesn't build with boost installed on the system, some deps require boost
|
||||
# so force the flag on until problem fixed upstream
|
||||
@ -53,6 +49,13 @@ dev-java/openjdk:17 system-bootstrap
|
||||
>=sys-devel/llvm-14 llvm_targets_VE
|
||||
>=sys-devel/llvm-16 llvm_targets_LoongArch
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14)
|
||||
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
|
||||
# distribution and rely on external providers like libxcrypt.
|
||||
# Here we are following that path too.
|
||||
<sys-libs/glibc-2.33-r2 crypt
|
||||
sys-libs/libxcrypt system compat
|
||||
|
||||
# Sam James <sam@gentoo.org> (2021-03-08)
|
||||
# Broken without USE=unicode
|
||||
# Needs to link with libiconv, bug #774507
|
||||
@ -131,13 +134,6 @@ sys-libs/libcxx libcxxabi
|
||||
# the flag.
|
||||
sys-kernel/vanilla-kernel initramfs
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14)
|
||||
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
|
||||
# distribution and rely on external providers like libxcrypt.
|
||||
# Here we are following that path too.
|
||||
<sys-libs/glibc-2.33-r2 crypt
|
||||
sys-libs/libxcrypt system compat
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2019-09-01)
|
||||
# <dev-scheme/guile-2 is package.mask'd, so force USE=guile2
|
||||
media-sound/lilypond guile2
|
||||
|
@ -6,6 +6,35 @@
|
||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||
# mask everywhere, unmask on arch/*) use arch/base.
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-17)
|
||||
# Ruby has several JITs available but they need porting to individual arches.
|
||||
# Unmask on specific arches where it's available.
|
||||
dev-lang/ruby jit
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
|
||||
# Not ported to libsoup:3.0
|
||||
>=media-plugins/grilo-plugins-0.3.16 youtube
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
|
||||
# Depends on x11-libs/libdmx, which is masked for removal
|
||||
x11-apps/xdpyinfo dmx
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-09)
|
||||
# dev-java/jython is last-rited due to vulnerabilities.
|
||||
# See bug #825486.
|
||||
dev-java/bsf python
|
||||
dev-java/ant-apache-bsf python
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-04-05)
|
||||
# Currently broken on 11
|
||||
# https://bugs.gentoo.org/833097
|
||||
# https://bugs.gentoo.org/833098
|
||||
dev-java/openjdk:11 lto
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-29)
|
||||
# Depends on last-rited kde-apps/kross-interpreters.
|
||||
kde-apps/kdesdk-meta ruby
|
||||
|
||||
# Sam James <sam@gentoo.org> (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
|
||||
@ -13,10 +42,6 @@
|
||||
# which is how it appears now. See bug #900895.
|
||||
~net-misc/wget-1.21.3 verify-sig
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-03-03)
|
||||
# Depends on deprecated gnome-base/gconf and gtk+:2
|
||||
sys-power/apcupsd gnome
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-02-20)
|
||||
# dev-python/colorspacious is masked for removal.
|
||||
<dev-python/matplotlib-3.7.1 doc
|
||||
@ -356,6 +381,11 @@ sys-kernel/dracut test
|
||||
# Dependency requires sys-apps/systemd. Will only be unmasked in systemd target.
|
||||
kde-plasma/plasma-meta firewall
|
||||
|
||||
# Tobias Klausmann <klausman@gentoo.org> (2021-04-16)
|
||||
# Newer (>=4.4.0) versions of Quodlibet have a different library structure, so
|
||||
# puddletag needs to be updated to handle that.
|
||||
media-sound/puddletag quodlibet
|
||||
|
||||
# Joonas Niilola <juippis@gentoo.org> (2021-04-12)
|
||||
# Creates +130 GB worth of bindings, possibly Gentoo-related.
|
||||
# Upstream issue: https://phab.enlightenment.org/T8924
|
||||
@ -448,7 +478,8 @@ x11-libs/colord-gtk doc
|
||||
<sys-devel/llvm-17 llvm_targets_Xtensa
|
||||
|
||||
# Marek Szuba <marecki@gentoo.org> (2020-11-30)
|
||||
# Vendored therecipe/qt violates network sandbox + uses external binary
|
||||
# 3.0.0+ use currently unpackaged Qt6
|
||||
# Older versions: vendored therecipe/qt violates network sandbox + uses external binary
|
||||
# Qt libraries; see https://github.com/ProtonMail/proton-bridge/issues/16
|
||||
# The qt module itself apparently can be made to build against system Qt5
|
||||
# but making it do so while vendored is a non-trivial task.
|
||||
@ -463,6 +494,10 @@ net-im/telepathy-connection-managers gadu icq meanwhile steam yahoo
|
||||
# caution!
|
||||
dev-libs/efl efl-one
|
||||
|
||||
# Ross Charles Campbell <rossbridger.cc@gmail.com> (2020-09-21)
|
||||
# Since >=dev-games/ogre-1.11.2 is masked, mask contribovis USE.
|
||||
media-libs/opencv contribovis
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2020-09-09)
|
||||
# The respective dependencies are masked for removal.
|
||||
app-metrics/collectd collectd_plugins_onewire
|
||||
@ -691,10 +726,6 @@ sys-boot/refind custom-cflags
|
||||
# Does not build
|
||||
sci-libs/linux-gpib php
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-05-15)
|
||||
# Mask ruby20-only compatible packages
|
||||
~media-libs/libcaca-0.99_beta19 ruby
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2017-02-16)
|
||||
# Multiple test failures.
|
||||
sys-boot/grub:2 test
|
||||
@ -750,24 +781,16 @@ dev-java/icedtea cacao jamvm
|
||||
# dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584).
|
||||
dev-lang/python berkdb
|
||||
|
||||
# Lars Wendler <polynomial-c@gentoo.org> (2015-03-19)
|
||||
# >=games-strategy/freeciv-2.5.0 requires >=dev-lang/lua-5.2
|
||||
games-strategy/freeciv system-lua
|
||||
|
||||
# Andrew Savchenko <bircoph@gentoo.org> (2015-02-11)
|
||||
# Cluster code is still under development, only base functionality
|
||||
# is implemented. Masking for testing and evaluation.
|
||||
app-admin/clsync cluster mhash
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2014-11-29)
|
||||
# Strongly recommened by upstream to disable lzo and zlib due to memory leaks
|
||||
# Strongly recommended by upstream to disable lzo and zlib due to memory leaks
|
||||
# https://github.com/groonga/groonga/issues/6 (Japanese)
|
||||
app-text/groonga lzo zlib
|
||||
|
||||
# Jeroen Roovers <jer@gentoo.org> (2014-11-18)
|
||||
# Requires dev-lang/lua-5.2 (bug #253269)
|
||||
net-analyzer/nmap system-lua
|
||||
|
||||
# Mike Frysinger <vapier@gentoo.org> (2014-10-21)
|
||||
# Most targets do not support ASAN/etc... #504200.
|
||||
sys-devel/gcc sanitize
|
||||
@ -839,6 +862,10 @@ sci-libs/mathgl octave
|
||||
# Mask pdnsd's Linux-specific USE flags.
|
||||
net-dns/pdnsd urandom
|
||||
|
||||
# Alexis Ballier <aballier@gentoo.org> (2011-02-16)
|
||||
# Win32 specific useflag for vlc. Can be used for cross-compiling.
|
||||
media-video/vlc directx
|
||||
|
||||
# Tomas Touceda <chiiph@gentoo.org> (2010-04-13)
|
||||
# Masked because libsvm module is broken with this release on every arch.
|
||||
dev-lisp/clisp svm
|
||||
@ -847,16 +874,3 @@ dev-lisp/clisp svm
|
||||
# Don't use system-wide mode unless you *really* know what you're doing.
|
||||
# Keep it masked here so that I don't need to manage two versions every time.
|
||||
media-sound/pulseaudio-daemon system-wide
|
||||
|
||||
# Alexis Ballier <aballier@gentoo.org> (2011-02-16)
|
||||
# Win32 specific useflag for vlc. Can be used for cross-compiling.
|
||||
media-video/vlc directx
|
||||
|
||||
# Ross Charles Campbell <rossbridger.cc@gmail.com> (2020-09-21)
|
||||
# Since >=dev-games/ogre-1.11.2 is masked, mask contribovis USE.
|
||||
media-libs/opencv contribovis
|
||||
|
||||
# Tobias Klausmann <klausman@gentoo.org> (2021-04-16)
|
||||
# Newer (>=4.4.0) versions of Quodlibet have a different library structure, so
|
||||
# puddletag needs to be updated to handle that.
|
||||
media-sound/puddletag quodlibet
|
||||
|
@ -4,6 +4,10 @@
|
||||
# This file requires eapi 5 or later. New entries go on top.
|
||||
# Please use the same syntax as in package.use.mask
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2023-04-02)
|
||||
# For doc, dev-python/sphinxcontrib-bibtex is required
|
||||
sci-mathematics/why3-for-spark doc
|
||||
|
||||
# Daniel Pielmeier <billie@gentoo.org> (2023-03-04)
|
||||
# For docs, app-text/pandoc is required. For details see:
|
||||
# Bug #737612
|
||||
@ -22,6 +26,7 @@ sci-physics/lammps hip
|
||||
# Sam James <sam@gentoo.org> (2022-12-07)
|
||||
# Needs unstable media-libs/oneVPL
|
||||
media-libs/gst-plugins-bad qsv
|
||||
media-video/ffmpeg qsv
|
||||
|
||||
# Guillermo Joandet <gjoandet@gmail.com> (2022-11-22)
|
||||
# app-text/pandoc is not stable
|
||||
@ -247,6 +252,11 @@ media-libs/opencv vtk
|
||||
# dev-libs/opencryptoki will not be stabile any time soon (bug#510204)
|
||||
app-crypt/tpm-tools pkcs11
|
||||
|
||||
# Samuli Suominen <ssuominen@gentoo.org> (2014-03-19)
|
||||
# Some open source OpenCL providers cause sandbox violation while accessing /dev/dri/card*
|
||||
# from a command like eg. `/usr/bin/mogrify -version`, see bug #472766
|
||||
<media-gfx/imagemagick-7.0.10.34 opencl
|
||||
|
||||
# Ian Delaney <idella4@gentoo.org> (2013-12-09)
|
||||
# subsequent to the total inaction of the maintainer of
|
||||
# ocaml to honour / respond in any way to
|
||||
@ -254,11 +264,6 @@ app-crypt/tpm-tools pkcs11
|
||||
# become a stabilisable package
|
||||
app-emulation/xen-tools ocaml
|
||||
|
||||
# Samuli Suominen <ssuominen@gentoo.org> (2014-03-19)
|
||||
# Some open source OpenCL providers cause sandbox violation while accessing /dev/dri/card*
|
||||
# from a command like eg. `/usr/bin/mogrify -version`, see bug #472766
|
||||
<media-gfx/imagemagick-7.0.10.34 opencl
|
||||
|
||||
# Andreas K. Huettel <dilfridge@gentoo.org> (2013-03-28)
|
||||
# Depends on unstable sci-libs/avogadrolibs
|
||||
kde-apps/kalzium editor
|
||||
|
@ -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
|
||||
|
||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||
# mask everywhere, unmask on arch/*) use arch/base.
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-04-10)
|
||||
# Ruby 2.7 is masked for removal.
|
||||
ruby_targets_ruby27
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-08-02)
|
||||
# Masked for testing. The split of some packages may still
|
||||
# change. bug #838970.
|
||||
@ -71,21 +75,21 @@ kernel_Darwin
|
||||
kernel_SunOS
|
||||
kernel_Winnt
|
||||
|
||||
# Diego Pettenò <flameeyes@gentoo.org> (2006-12-30)
|
||||
# These are specific of Mac OS X
|
||||
aqua
|
||||
coreaudio
|
||||
|
||||
# Jeremy Olexa <darkside@gentoo.org>
|
||||
# The prefix USE flags should never be used on non prefix profiles
|
||||
prefix
|
||||
prefix-guest
|
||||
prefix-stack
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
|
||||
# netlink is a Linux-specific interface
|
||||
netlink
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-18)
|
||||
# Prelude is being masked for removal
|
||||
prelude
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
|
||||
# netlink is a Linux-specific interface
|
||||
netlink
|
||||
# Diego Pettenò <flameeyes@gentoo.org> (2006-12-30)
|
||||
# These are specific to Mac OS X
|
||||
aqua
|
||||
coreaudio
|
||||
|
@ -4,11 +4,16 @@
|
||||
# This file requires eapi 5 or later. New entries go on top.
|
||||
# Please use the same syntax as in use.mask
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-01-15)
|
||||
# Currently in testing and not ready to go stable yet.
|
||||
ruby_targets_ruby31
|
||||
ruby_targets_ruby32
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2022-12-09)
|
||||
# PHP 8.2 is in testing
|
||||
php_targets_php8-2
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2022-12-4)
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2022-12-04)
|
||||
# sys-devel/gcc:12 is not stable yet
|
||||
ada_target_gcc_12_2_0
|
||||
|
||||
@ -24,8 +29,3 @@ darcs
|
||||
# Needs dev-python/pypy* stable
|
||||
python_targets_pypy3
|
||||
python_single_target_pypy3
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-01-15)
|
||||
# Currently in testing and not ready to go stable yet.
|
||||
ruby_targets_ruby31
|
||||
ruby_targets_ruby32
|
||||
|
@ -15,7 +15,7 @@ net-fs/samba fam
|
||||
# Native inotify support is preferred on linux.
|
||||
kde-frameworks/kcoreaddons fam
|
||||
|
||||
# Diego Elio Pettenò (2012-08-27)
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
|
||||
# The libpci access is only used for linux.
|
||||
net-analyzer/net-snmp -pci
|
||||
|
||||
@ -24,7 +24,7 @@ net-analyzer/net-snmp -pci
|
||||
# should use it until documentation improves.
|
||||
sys-fs/zfs kernel-builtin
|
||||
|
||||
# Diego Elio Pettenò (2012-08-20)
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-20)
|
||||
# The prevent-removal USE flag is only implemented for Linux.
|
||||
sys-auth/pam_mktemp -prevent-removal
|
||||
|
||||
@ -32,13 +32,13 @@ sys-auth/pam_mktemp -prevent-removal
|
||||
# Masked in base/package.use.mask as Linux -only feature
|
||||
app-arch/libarchive -e2fsprogs
|
||||
|
||||
# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
|
||||
#
|
||||
# Unmask pdnsd's Linux-specific USE flags.
|
||||
net-dns/pdnsd -urandom
|
||||
|
||||
# Diego E. Pettenò <flameeyes@gentoo.org> (2009-08-20)
|
||||
# Mask oss USE flag for PulseAudio; it's present for compatibility
|
||||
# with FreeBSD and other operating systems that have no better
|
||||
# interfaces, but people would probably abuse it with Linux as well.
|
||||
media-sound/pulseaudio-daemon oss
|
||||
|
||||
# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
|
||||
#
|
||||
# Unmask pdnsd's Linux-specific USE flags.
|
||||
net-dns/pdnsd -urandom
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation.
|
||||
# Copyright 1999-2023 Gentoo Authors.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file masks out USE flags that are simply NOT allowed in the default
|
||||
@ -6,10 +6,10 @@
|
||||
# profile (such as the selinux profiles) have a USE flag associated with
|
||||
# them.
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
|
||||
# netlink is a Linux-specific interface
|
||||
-netlink
|
||||
|
||||
# Samuli Suominen <ssuominen@gentoo.org> (2013-04-19)
|
||||
# Linux specific module loading/unloading support
|
||||
-kmod
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
|
||||
# netlink is a Linux-specific interface
|
||||
-netlink
|
||||
|
@ -3,4 +3,3 @@
|
||||
|
||||
gnat_2021 - Compile with dev-lang/gnat-gpl-2021
|
||||
gcc_12 - Compile with sys-devel/gcc:12
|
||||
gcc_12_2_0 - Compile with sys-devel/gcc-12.2.0
|
||||
|
12
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/README
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/README
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
features/big-endian: a common profile for big-endian architectures and
|
||||
sub-architectures. This is for masks which are necessary due to problems which
|
||||
arise solely due to endian correctness. Solving a problem which causes one of
|
||||
these masks does not guarantee that the package will automatically work on all
|
||||
big-endian platforms, but it is a prerequisite to work on any of them.
|
||||
|
||||
Please be cautious about adding things here as it will likely affect a platform
|
||||
that has not been tested on. A good heuristic to use is either:
|
||||
|
||||
1) works on ppc64le and not on ppc64, or 2) work on 3 different little-endian
|
||||
platforms and not on 3 different big-endian platforms, and the BE platforms
|
||||
fail in the same way.
|
1
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/eapi
vendored
Normal file
@ -0,0 +1 @@
|
||||
5
|
18
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/package.mask
vendored
Normal file
18
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/package.mask
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-11)
|
||||
# Test failures on BE (#833010). Supported by Debian CI.
|
||||
# https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
||||
dev-libs/weston
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-10)
|
||||
# Explicit no-support for BE (#801238)
|
||||
media-libs/libldac
|
||||
media-plugins/gst-plugins-ldac
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-07)
|
||||
# Fails tests on BE (#896138)
|
||||
# https://github.com/cisco/openh264/issues/3634
|
||||
media-libs/openh264
|
||||
media-libs/tg_owt
|
19
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/package.use.mask
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/package.use.mask
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-11)
|
||||
# dev-libs/weston casualties (#833010)
|
||||
# https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
||||
gui-libs/gtk wayland
|
||||
gnome-base/gnome-control-center wayland
|
||||
sys-apps/xdg-desktop-portal-gnome wayland
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-10)
|
||||
# media-libs/libldac casualties (#80238)
|
||||
media-video/pipewire bluetooth
|
||||
media-sound/pulseaudio-daemon ldac
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-07)
|
||||
# media-libs/openh264 casualties (#896138)
|
||||
# https://github.com/cisco/openh264/issues/3634
|
||||
media-libs/libtgvoip dsp
|
11
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/use.mask
vendored
Normal file
11
sdk_container/src/third_party/portage-stable/profiles/features/big-endian/use.mask
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-04-07)
|
||||
# media-libs/openh264 casualties (#896138)
|
||||
# https://github.com/cisco/openh264/issues/3634
|
||||
openh264
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
|
||||
# Unmask as this profile is big endian.
|
||||
-big-endian
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Maciej Barć <xgqt@gentoo.org> (2023-04-03)
|
||||
# Mask until execinfo.h use can be properly patched, bug #877721 and #903689.
|
||||
dev-scheme/guile-ssh
|
||||
|
||||
# Conrad Kostecki <conikost@gentoo.org> (2023-03-01)
|
||||
# Binary package, which is compiled against glibc
|
||||
sys-block/arcconf
|
||||
@ -109,6 +113,7 @@ app-eselect/eselect-opencascade
|
||||
app-doc/kicad-doc
|
||||
media-gfx/freecad
|
||||
media-gfx/prusaslicer
|
||||
media-gfx/superslicer
|
||||
sci-electronics/kicad
|
||||
sci-electronics/kicad-footprints
|
||||
sci-electronics/kicad-meta
|
||||
|
@ -29,7 +29,7 @@ dev-python/libcloud
|
||||
dev-python/moto
|
||||
dev-python/mkdocs-redirects
|
||||
dev-python/mkdocs-material
|
||||
dev-python/mkdocs_pymdownx_material_extras
|
||||
dev-python/mkdocs-pymdownx-material-extras
|
||||
dev-python/mkdocs-git-authors-plugin
|
||||
dev-python/mkdocs-i18n
|
||||
dev-python/mkdocs-material-extensions
|
||||
|
@ -92,7 +92,7 @@ www-apps/roundup ssl
|
||||
dev-python/anyio test
|
||||
dev-python/httpcore test
|
||||
dev-python/httpx test
|
||||
dev-python/uvicorn test
|
||||
<dev-python/uvicorn-0.21.1-r1 test
|
||||
dev-python/aiohttp-socks test
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-05-13)
|
||||
|
@ -32,7 +32,7 @@ OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Ar
|
||||
# Licenses in this list should NOT appear directly or indirectly in
|
||||
# @FSF-APPROVED or @OSI-APPROVED.
|
||||
# Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
|
||||
MISC-FREE AIFFWriter.m AOM Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily CMake coldspringharbor CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 xbatt xboing XC Xdebug xtrs ZSH
|
||||
MISC-FREE AIFFWriter.m AOM Allegro alternate AMPAS BEER-WARE boehm-gc BSD-1 BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily CMake coldspringharbor CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JasPer2.0 JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 xbatt xboing XC Xdebug xtrs ZSH
|
||||
|
||||
# Metaset for all free software
|
||||
FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
|
||||
@ -73,7 +73,7 @@ BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi bonnie Broadcom freedis
|
||||
|
||||
# License agreements that try to take away your rights. These are more
|
||||
# restrictive than "all-rights-reserved" or require explicit approval.
|
||||
EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang ms-teams-pre MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone
|
||||
EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone
|
||||
|
||||
# Deprecated license labels, used by repoman and pkgcheck
|
||||
#DEPRECATED (currently none)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file specifies packages that are considered deprecated (but not
|
||||
@ -17,6 +17,23 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-07)
|
||||
# Inactive upstream, doesn't support newer Rubies.
|
||||
# Please port your package to use dev-ruby/erubis instead.
|
||||
dev-ruby/erubis
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-07)
|
||||
# No longer supported upstream, fork of dev-ruby/listen.
|
||||
# Please port your package to use dev-ruby/listen instead.
|
||||
dev-ruby/sass-listen
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-06)
|
||||
# net-libs/libgsasl and net-misc/gsasl are now merged together.
|
||||
# Please depend on net-misc/gsasl[server] for the server and
|
||||
# net-misc/gsasl[client] for the client.
|
||||
net-libs/libgsasl
|
||||
virtual/gsasl
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-02-03)
|
||||
# The same functionality is supported by dev-python/setuptools-scm-7.
|
||||
# See: https://github.com/pypa/setuptools_scm/#git-archives
|
||||
@ -100,14 +117,6 @@ dev-libs/atk
|
||||
dev-python/nox
|
||||
dev-python/tox
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-06-17)
|
||||
# So far not a single dependency on dev-python/versioneer was correct.
|
||||
# This package is a generator for "versioneer.py" file that is included
|
||||
# in the sdist tarball. Your package most likely only imports that file
|
||||
# and does not need dev-python/versioneer. If it really does, please
|
||||
# ping me.
|
||||
dev-python/versioneer
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-04-22)
|
||||
# Obsolete virtual.
|
||||
# Only one provider is left (media-libs/libjpeg-turbo), please change
|
||||
@ -125,10 +134,8 @@ dev-cpp/gtkmm:2.4
|
||||
dev-libs/libcroco
|
||||
dev-libs/libIDL
|
||||
dev-libs/libunique:1
|
||||
gnome-base/gconf
|
||||
gnome-base/libglade
|
||||
gnome-base/libgnomecanvas
|
||||
gnome-extra/gconf-editor
|
||||
media-libs/libart_lgpl
|
||||
x11-libs/gtksourceview:2.0
|
||||
x11-libs/libwnck:1
|
||||
|
@ -33,18 +33,360 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-22)
|
||||
# Unused acct-group. Removal on 2023-05-22
|
||||
# The server was removed on 2021-08-24 with commit
|
||||
# 7a1e8a90fa8a09a84741dc8ef5f774d92ae8433c
|
||||
acct-group/resin
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-23)
|
||||
# Upstream changed config_settings interface breaking compatibility
|
||||
# with our invocations. Bug #904677.
|
||||
=dev-python/meson-python-0.13.0
|
||||
|
||||
# Conrad Kostecki <conikost@gentoo.org> (2023-04-23)
|
||||
# Very old package, does not build with modern compilers.
|
||||
# It provides BOOTP support, predecessor of DHCP.
|
||||
# Removal on 2023-05-23. Bugs #894128, #884335
|
||||
sys-boot/netboot
|
||||
|
||||
# Jakov Smolić <jsmolic@gentoo.org> (2023-04-21)
|
||||
# Does not support python 3.11, uses deprecated dev-python/future,
|
||||
# inactive upstream (last commit in 2019).
|
||||
# Removal on 2023-05-21. Bugs #897102, #888293
|
||||
net-irc/quasselgrep
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-21)
|
||||
# Unused java libraries. Removal on 2023-05-22
|
||||
dev-java/avalon-framework
|
||||
dev-java/avalon-logkit
|
||||
java-virtuals/servlet-api
|
||||
dev-java/resin-servlet-api
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2023-04-19)
|
||||
# Snapshot matching Proton-8.0-1's vkd3d-proton commit, but reported
|
||||
# to be semi-broken. Keeping around anyway but leaving masked until
|
||||
# a proper release. Bug #904660.
|
||||
=app-emulation/vkd3d-proton-2.8_p20230207
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-19)
|
||||
# Last-minute libstdc++ symbol versioning magic causes e.g. mold, cmake
|
||||
# to segfault:
|
||||
# - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108969
|
||||
# - https://bugzilla.redhat.com/show_bug.cgi?id=2187768#c4
|
||||
# 13.0.1_pre20230419 was GCC 13.1 RC1. RC2 will be made when this is fixed.
|
||||
=sys-devel/gcc-13.0.1_pre20230419
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-18)
|
||||
# Breaks ABI without SOVERSION bump, effectively preventing
|
||||
# xfce4-terminal from starting.
|
||||
# https://bugs.gentoo.org/904500
|
||||
=xfce-base/libxfce4ui-4.19.0
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-18)
|
||||
# Fails to compile with GCC 13, out of date, QA issues, and various open bugs.
|
||||
# Removal on 2023-05-18.
|
||||
# Bug #899218, bug #899218, bug #796599, bug #672326, bug #788844.
|
||||
net-p2p/litecoind
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-18)
|
||||
# Fails to compile with GCC 13, no upstream activity.
|
||||
# Removal on 2023-05-18. Bug #895206.
|
||||
sci-geosciences/congen
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2023-04-17)
|
||||
# Unmaintained, no release in over 10 years, EAPI 6, no other distro
|
||||
# carries this, usual suckless.org assortment of build system
|
||||
# patching required. Removal on 2023-05-17. Bug #732424.
|
||||
x11-misc/sprop
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-16)
|
||||
# SEEK_HOLE issues causing corruption with (sparse?) copies again.
|
||||
# See https://github.com/openzfs/zfs/issues/14753.
|
||||
=sys-fs/zfs-kmod-2.1.10
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Fails with modern C, no upstream activity since 2005.
|
||||
# Removal on 2023-05-14. Bug #778506, bug #881205.
|
||||
www-apache/mod_log_sql
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-14)
|
||||
# Obsolete because of Twitter API changes. Archived upstream.
|
||||
# Removal on 2023-05-14. Bug #904296.
|
||||
net-im/cawbird
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-13)
|
||||
# Leads to broken terminal output in e.g. vim and openrc and other applications
|
||||
# like joe crashing.
|
||||
# See issues reported at bottom of bug #904247 and bug #904263.
|
||||
=sys-libs/ncurses-6.4_p20230408
|
||||
=sys-libs/ncurses-6.4_p20230415
|
||||
=sys-libs/ncurses-6.4_p20230418
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-13)
|
||||
# Lack of support for Python 3.11. The current version is from 2016.
|
||||
# No revdeps. Removal on 2023-05-13.
|
||||
dev-python/picklemagic
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-13)
|
||||
# django-tagging is broken on Python 3.11 and unmaintained upstream
|
||||
# (last commit in 2020). Graphite-web is its only revdep and it is
|
||||
# replaced by app-metrics/carbonapi-web.
|
||||
# Removal on 2023-05-13. Bug #897056.
|
||||
dev-python/django-tagging
|
||||
net-analyzer/graphite-web
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-13)
|
||||
# No Python 3.11 support. The package has been discontinued upstream
|
||||
# (in favor of pyro5 that we do not package at the moment). It was only
|
||||
# used as an optional dependency of dev-python/kombu, and it has
|
||||
# no revdeps anymore.
|
||||
# Removal on 2023-05-13. Bug #896744.
|
||||
dev-python/Pyro4
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-13)
|
||||
# Broken tests and no Python 3.11 support. Upstream has discontinued
|
||||
# the package, dev-python/mistune is suggested as a replacement.
|
||||
# No reverse dependencies.
|
||||
# Removal on 2023-05-13. Bug #798066.
|
||||
dev-python/misaka
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2023-04-13)
|
||||
# Unmaintained, implicit declarations, last release over 17 years ago,
|
||||
# no other distro still packages this.
|
||||
# Removal on 2023-05-13. Bug #874522, #898456.
|
||||
x11-plugins/ascpu
|
||||
|
||||
# Eray Aslan <eras@gentoo.org> (2023-04-12)
|
||||
# Mask experimental software
|
||||
=mail-mta/postfix-3.9*
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
|
||||
# DMX support was dropped from the Xserver in v21.1.0 and had been broken for
|
||||
# 14 years previous to its removal. See
|
||||
# https://cgit.freedesktop.org/xorg/xserver/commit/?id=b3b81c8c2090cd49410960a021baf0d27fdd2ab3
|
||||
# Removal on 2023-05-10
|
||||
x11-libs/libdmx
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
|
||||
# speedo support was dropped from libXfont ~14 years ago. See
|
||||
# https://www.x.org/wiki/DeprecatedInX11R7/
|
||||
# https://gitlab.freedesktop.org/xorg/lib/libxfont/-/commit/85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced
|
||||
# Removal on 2023-05-10
|
||||
media-fonts/font-bitstream-speedo
|
||||
|
||||
# Ulrich Müller <ulm@gentoo.org> (2023-04-10)
|
||||
# Pretest versions, masked for testing.
|
||||
<app-editors/emacs-29.0.9999:29-vcs
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-04-10)
|
||||
# Ruby 2.7 reached EOL upstream on April 1st. Mask this version and any
|
||||
# remaining ruby27-only packages for removal on 2023-05-10.
|
||||
dev-lang/ruby:2.7
|
||||
=dev-ruby/bundler-2.1.4
|
||||
=dev-ruby/did_you_mean-1.4.0
|
||||
=dev-ruby/rubygems-3.1.6
|
||||
=dev-ruby/contracts-0.16.1
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-10)
|
||||
# Last release in 2016, carries a few patches already. No revdeps.
|
||||
# dev-python/cbor2 is a more modern replacement.
|
||||
# Removal on 2023-05-10. Bug #903261.
|
||||
dev-python/cbor
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-04-09)
|
||||
# Archived upstream, better alternatives available, try:
|
||||
# - net-im/whatsapp-desktop-bin (another electron based approach)
|
||||
# - net-im/whatsie (a simple yet configurable Qt based app)
|
||||
# - net-im/whatsapp-for-linux::guru (a simple app using webkit2gtk)
|
||||
# Removal on 2023-05-09
|
||||
net-im/wazzapp-bin
|
||||
|
||||
# Matthew Thode <prometheanfire@gentoo.org> (2023-04-08)
|
||||
# upstream has been dead for nearly five years
|
||||
# Removal on 2023-05-07
|
||||
app-admin/mcollective
|
||||
|
||||
# John Helmert III <ajak@gentoo.org> (2023-04-08)
|
||||
# i3-gaps has been meregd into upstream i3. Use x11-wm/i3 instead.
|
||||
# See also: https://github.com/i3/i3/issues/3724
|
||||
# Removal on 2023-05-08.
|
||||
x11-wm/i3-gaps
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-09)
|
||||
# Numerous vulnerabilities, bug #825486.
|
||||
# Nothing depends on it. Removal on 2023-05-09
|
||||
dev-java/jython
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-04-08)
|
||||
# Last release in 2008. Upstream is gone. No reverse dependencies. No tests.
|
||||
# Removal on 2023-05-08
|
||||
dev-ruby/allison
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-07)
|
||||
# No Python 3.11 support and the ebuild is not running the test suite.
|
||||
# Still uses deprecated dev-python/toml (upstream). No revdeps.
|
||||
# Removal on 2023-05-07. Bug #878655.
|
||||
app-misc/wildq
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2023-04-06)
|
||||
# Last release over 7 years ago, abandoned upstream, still depends on
|
||||
# dead 0.1-legacy samtools slot. No revdeps in tree.
|
||||
# Removal on 2023-05-06. Bug #862288.
|
||||
dev-perl/Bio-SamTools
|
||||
sci-biology/samtools:0.1-legacy
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-04-02)
|
||||
# Archived upstream since two years, meant to be used with Rails
|
||||
# 5.2. Continued as Turbo as part of the hotwire project in Rails.
|
||||
# Masked for removal on 2023-05-02
|
||||
dev-ruby/turbolinks
|
||||
dev-ruby/turbolinks-source
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-31)
|
||||
# Packages with non-functional tests and no py3.11 support. They were
|
||||
# only needed for media-fonts/noto-emoji[buildfont], and that variant
|
||||
# was removed, so they have no revdeps now.
|
||||
# Removal on 2023-04-30. Bug #719882.
|
||||
dev-python/booleanOperations
|
||||
dev-python/defcon
|
||||
dev-python/nototools
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-31)
|
||||
# Has suspicious test suite warnings with >=ruby31, no activity upstream, and
|
||||
# no reverse dependencies in Gentoo.
|
||||
# Removal on 2023-04-30.
|
||||
dev-ruby/ddmemoize
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
|
||||
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
|
||||
#
|
||||
# Users are free to unmask and keep using, but be warned it is very
|
||||
# likely to be affected by security issues as NVIDIA does not track
|
||||
# nor fix these for this branch anymore.
|
||||
#
|
||||
# Gentoo will keep it packaged for as long as reasonably possible
|
||||
# (albeit masked) but no true support will be given nor patches
|
||||
# for newer kernels. It is recommended to use 6.1.x LTS kernels or
|
||||
# older (6.1.x will be supported until at least December 2026).
|
||||
#
|
||||
# Major issues will lead to removal without further warning, e.g.
|
||||
# if no usable kernels left in tree, or if broken with a newer Xorg.
|
||||
#
|
||||
# >> It is recommended to switch to nouveau[2] drivers (regardless
|
||||
# of its worse performance), or ideally replace the hardware.
|
||||
#
|
||||
# [1] https://nvidia.custhelp.com/app/answers/detail/a_id/3142
|
||||
# [2] https://wiki.gentoo.org/wiki/Nouveau
|
||||
x11-drivers/nvidia-drivers:0/390
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-03-30)
|
||||
# gnome-online-miners and libzapojit are archived upstream. All three packages
|
||||
# are stuck on libsoup-2.4. gnome-photos is the only reverse dependency of
|
||||
# gnome-online-miners, and it works without it.
|
||||
# Removal on 2023-04-30.
|
||||
net-libs/libgfbgraph
|
||||
net-libs/libzapojit
|
||||
net-misc/gnome-online-miners
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-30)
|
||||
# Deprecated upstream and ruby27-only. Masked for removal on 2023-04-30.
|
||||
dev-ruby/elasticsearch-extensions
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-30)
|
||||
# Ships a Certificate Authority bundle from 2014. Not needed on Gentoo
|
||||
# since we use ca-certificates. Masked for removal on 2023-04-30.
|
||||
dev-ruby/certified
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-30)
|
||||
# ruby27-only package. Last release 5 years ago. Does not build with
|
||||
# modern C compilers. classifier-reborn depends on this package, and is
|
||||
# itself a dependency for the now-masked jekyll. Masked for removal on
|
||||
# 2023-04-30.
|
||||
dev-ruby/rb-gsl
|
||||
dev-ruby/classifier-reborn
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-29)
|
||||
# ruby27-only slot of rspec. Please use rspec:3 instead. Masked for
|
||||
# removal on 2023-04-28.
|
||||
dev-ruby/rspec:2
|
||||
dev-ruby/rspec-core:2
|
||||
dev-ruby/rspec-expectations:2
|
||||
dev-ruby/rspec-mocks:2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-29)
|
||||
# Stuck on ruby27, low activity upstream, needs someone who actively uses it to
|
||||
# test it properly as automated tests require an API key.
|
||||
# Removal on 2023-04-28. Bug #903542.
|
||||
dev-ruby/flickraw
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-29)
|
||||
# Only supports imminently-EOL ruby27, depends on obsolete QtScript instead
|
||||
# of QML. Support for other languages was removed long ago, e.g. python support
|
||||
# is stuck on python2-only. Kross itself is on the chopping block too:
|
||||
# bug #810493, bug #903532.
|
||||
# Removal on 2023-04-28.
|
||||
kde-apps/kross-interpreters
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-29)
|
||||
# ruby27-only package. app-text/ronn-ng is a drop-in replacement. it is
|
||||
# also the only consumer of dev-ruby/hpricot which has a ruby30 target
|
||||
# but is not actually compatible. Masked for removal on 2023-04-29.
|
||||
app-text/ronn
|
||||
dev-ruby/hpricot
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-29)
|
||||
# ruby27-only package without tests and without maintainer. Upstream
|
||||
# releases new versions in an unversioned zip file. This needs a
|
||||
# dedicated maintainer that can test this package.
|
||||
# Masked for removal on 2023-04-29.
|
||||
app-admin/ec2-ami-tools
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-29)
|
||||
# Regressions in solving ability affecting e.g. igraph:
|
||||
# https://github.com/opencollab/arpack-ng/issues/401
|
||||
# https://github.com/opencollab/arpack-ng/issues/410
|
||||
# https://github.com/opencollab/arpack-ng/issues/411
|
||||
# https://github.com/igraph/igraph/issues/2311
|
||||
=sci-libs/arpack-3.9.0
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-28)
|
||||
# Unfetchable, the homepage is gone. Last updated in 2020.
|
||||
# Removal on 2023-04-27. Bug #831304.
|
||||
net-analyzer/netio
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-28)
|
||||
# Unfetchable due to untrusted TLS certificate. The game doesn't seem
|
||||
# to work anyway (displays blank window).
|
||||
# Removal on 2023-04-27. Bug #835858.
|
||||
games-rpg/coe2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-28)
|
||||
# No upstream activity since Jan 2019. The current version fails
|
||||
# to build. Multiple other bugs reported.
|
||||
# Removal on 2023-04-27. Bug #902069.
|
||||
acct-group/shellinaboxd
|
||||
acct-user/shellinaboxd
|
||||
www-misc/shellinabox
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-28)
|
||||
# Unmaintained. The current Gentoo version is from 2017 and has
|
||||
# multiple build failures reported.
|
||||
# Removal on 2023-04-27. Bug #721816.
|
||||
app-editors/le
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-27)
|
||||
# The upstream tzinfo maintainers recommend using 2023a for now because of the
|
||||
# disruption regarding Lebanon's DST change. See https://lore.kernel.org/distributions/87cz4u2gmj.fsf@gentoo.org/T/#u.
|
||||
=sys-libs/timezone-data-2023b
|
||||
=dev-python/pytz-2023.2-r1
|
||||
=dev-perl/DateTime-TimeZone-2.580.0
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-03-26)
|
||||
# No py3.11. Last release in 2014. No revdeps.
|
||||
# Removal on 2023-04-25. Bug #896762.
|
||||
dev-python/collective-checkdocs
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-26)
|
||||
# Mask ruby27-only packages related to hiera-eyaml. These require a now
|
||||
# masked version of puppet and other obsolete ruby27-only test
|
||||
# dependencies. Masked for removal on 2023-04-26.
|
||||
dev-ruby/hiera-eyaml
|
||||
dev-ruby/hiera-eyaml-gpg
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2023-03-26)
|
||||
# Mask ruby27-only version of puppet for removal. Please upgrade to
|
||||
# puppetserver 7 and either puppet-agent 7 or puppet 7.
|
||||
@ -55,193 +397,25 @@ dev-ruby/hiera-eyaml-gpg
|
||||
# Please upgrade to make-4.4.1 as make-4.4 has a bunch of issues.
|
||||
=sys-devel/make-4.4
|
||||
|
||||
# John Helmert III <ajak@gentoo.org> (2023-03-22)
|
||||
# Multiple vulnerabilities, unmaintained and broken in Gentoo, removal
|
||||
# on 2023-04-22. Bug #782037, #850547.
|
||||
net-fs/minio
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-03-23)
|
||||
# Unused Java libraries. Removal on 2023-04-22.
|
||||
dev-java/tomcat-jsp-api
|
||||
dev-java/tomcat-el-api
|
||||
dev-java/glassfish-xmlrpc-api
|
||||
|
||||
# David Seifert <soap@gentoo.org> (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 <graaff@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <graaff@gentoo.org> (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 <graaff@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <soap@gentoo.org> (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 <graaff@gentoo.org> (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 <sam@gentoo.org> (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 <tupone@gentoo.org> (2023-03-14)
|
||||
# Masked for removal in 30 days.
|
||||
# Bug #895824, no rev dep
|
||||
dev-tcltk/tkzinc
|
||||
|
||||
# David Seifert <soap@gentoo.org> (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 <graaff@gentoo.org> (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
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (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 <mpagano@gentoo.org> (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 <matthew@gentoo.org> (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ć <jsmolic@gentoo.org> (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 <mattst88@gentoo.org> (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 <mattst88@gentoo.org> (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 <mattst88@gentoo.org> (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 <mgorny@gentoo.org> (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 <mpagano@gentoo.org> (2023-02-27)
|
||||
# Mask =www-servers/nginx-unit-1.29.0-r1 for testing
|
||||
=www-servers/nginx-unit-1.29.0-r1
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2023-02-27)
|
||||
# No longer needed by thermald-2, discontinued by upstream
|
||||
# Removal: 2023-03-29. Bug #898164.
|
||||
sys-power/dptfxtract
|
||||
|
||||
# Torokhov Sergey <torokhov-s-a@yandex.ru> (2023-02-26)
|
||||
# The masked version causes GIMP breaking of Cut/Copy/Paste
|
||||
# https://gitlab.gnome.org/GNOME/gimp/-/issues/9175
|
||||
@ -252,18 +426,6 @@ sys-power/dptfxtract
|
||||
# Masked for further testing.
|
||||
>=dev-python/cython-3
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2023-02-25)
|
||||
# Packages are unmaintained and archived upstream.
|
||||
# Removal on 2023-03-27. Bug #897748
|
||||
gnome-extra/seahorse-nautilus
|
||||
x11-libs/libcryptui
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-02-25)
|
||||
# Fails tests, last upstream commit 2021, does not work with
|
||||
# python3.11. No reverse dependencies.
|
||||
# Removal on 2023-03-27. Bug 896898 and 888444
|
||||
dev-python/trio-asyncio
|
||||
|
||||
# Ben Kohler <bkohler@gentoo.org> (2023-01-30)
|
||||
# Breaks too many revdeps for now
|
||||
=app-text/discount-3*
|
||||
@ -298,12 +460,13 @@ dev-python/pkgutil_resolve_name
|
||||
~dev-util/bindgen-0.63.0
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2022-11-16)
|
||||
# Packages or their dependencies have not been ported to libsoup:3.0, while
|
||||
# other non-slotted dependencies have been.
|
||||
# Masked for testing and migration of consumers
|
||||
media-gfx/gnome-photos
|
||||
>=media-libs/grilo-0.3.15-r1
|
||||
>=media-plugins/grilo-plugins-0.3.16
|
||||
media-sound/gnome-music
|
||||
net-libs/libzapojit
|
||||
net-misc/gnome-online-miners
|
||||
>=media-sound/rhythmbox-3.4.7
|
||||
net-libs/libdmapsharing:4.0
|
||||
|
||||
# Jaco Kroon <jaco@uls.co.za> (2022-11-05)
|
||||
# Some potentially breaking changes here, please check the UPGRADE.txt file.
|
||||
@ -354,6 +517,7 @@ dev-qt/qtnetworkauth:6
|
||||
dev-qt/qtpositioning:6
|
||||
dev-qt/qtquick3d:6
|
||||
dev-qt/qtquicktimeline:6
|
||||
dev-qt/qtscxml:6
|
||||
dev-qt/qtserialport:6
|
||||
dev-qt/qtshadertools:6
|
||||
dev-qt/qtsvg:6
|
||||
@ -362,7 +526,9 @@ dev-qt/qtwayland:6
|
||||
dev-qt/qtwebchannel:6
|
||||
dev-qt/qtwebengine:6
|
||||
dev-qt/qtwebsockets:6
|
||||
>=games-board/tetzle-2.2.2
|
||||
>=media-video/bino-2
|
||||
>=x11-misc/albert-0.20.13
|
||||
|
||||
# Fabian Groffen <grobian@gentoo.org> (2022-07-02)
|
||||
# Segfaults handling SPF validations (warn on permerror), like the
|
||||
@ -380,10 +546,6 @@ dev-qt/qtwebsockets:6
|
||||
# should update to that. #841437
|
||||
~sci-physics/bullet-3.22b
|
||||
|
||||
# Eray Aslan <eras@gentoo.org> (2022-01-24)
|
||||
# Mask experimental software
|
||||
=mail-mta/postfix-3.8*
|
||||
|
||||
# James Beddek <telans@posteo.de> (2022-01-19)
|
||||
# FFmpeg 5.0 ABI/API changes break many packages.
|
||||
# Masking for tracker/tinderbox. Bug #831437
|
||||
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/eapi
vendored
Normal file
@ -0,0 +1 @@
|
||||
5
|
7
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/make.defaults
vendored
Normal file
7
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/make.defaults
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
ARCH="arm64"
|
||||
|
||||
# The base profile sets ACCEPT_KEYWORDS=arm64, add unstable on top of that
|
||||
ACCEPT_KEYWORDS="~arm64"
|
2
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/prefix/linux/arm64/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
../../../default/linux/arm64/17.0
|
||||
..
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2003-2022 Gentoo Authors
|
||||
# Copyright 2003-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
#############################################
|
||||
@ -272,29 +272,29 @@ riscv default/linux/riscv/20.0/rv64gc/lp64d stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/gnome dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/gnome/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/gnome/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/gnome/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/plasma dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/plasma/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/plasma/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/plasma/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/desktop/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd stable
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd/merged-usr stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd/merged-usr stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64 stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/gnome dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/gnome/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/gnome/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/gnome/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/plasma dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/plasma/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/plasma/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/plasma/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/systemd dev
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/desktop/systemd/merged-usr dev
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/systemd stable
|
||||
#riscv default/linux/riscv/20.0/rv64gc/lp64/systemd/merged-usr stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/lp64/systemd/merged-usr stable
|
||||
riscv default/linux/riscv/20.0/rv64gc/multilib exp
|
||||
riscv default/linux/riscv/20.0/rv64gc/multilib/systemd exp
|
||||
#riscv default/linux/riscv/20.0/rv64gc/multilib/systemd/merged-usr exp
|
||||
riscv default/linux/riscv/20.0/rv64gc/multilib/systemd/merged-usr exp
|
||||
|
||||
# S390 Profiles
|
||||
# @MAINTAINER: s390@gentoo.org
|
||||
|
@ -21,3 +21,5 @@ 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
|
||||
move dev-python/pytest_jupyter dev-python/pytest-jupyter
|
||||
move dev-python/libsass-python dev-python/libsass
|
||||
|
6
sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2023
vendored
Normal file
6
sdk_container/src/third_party/portage-stable/profiles/updates/2Q-2023
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
move dev-python/jupyter_core dev-python/jupyter-core
|
||||
move dev-python/mkdocs_pymdownx_material_extras dev-python/mkdocs-pymdownx-material-extras
|
||||
move dev-python/jupyter_client dev-python/jupyter-client
|
||||
move dev-python/importlib_resources dev-python/importlib-resources
|
||||
move dev-python/importlib_metadata dev-python/importlib-metadata
|
||||
move dev-python/python-keyutils dev-python/keyutils
|
@ -5,7 +5,6 @@ move x11-libs/libva-intel-media-driver media-libs/libva-intel-media-driver
|
||||
move x11-libs/intel-hybrid-codec-driver media-libs/intel-hybrid-codec-driver
|
||||
move dev-python/swagger-spec-validator dev-python/swagger_spec_validator
|
||||
move dev-python/retworkx dev-python/rustworkx
|
||||
move dev-python/libsass dev-python/libsass-python
|
||||
move dev-lang/open-cobol dev-lang/gnucobol
|
||||
move dev-python/miniupnpc dev-python/python-miniupnpc
|
||||
move virtual/awk app-alternatives/awk
|
||||
|
Loading…
x
Reference in New Issue
Block a user