profiles: Sync with Gentoo

It's from Gentoo commit c580f5aa47cfd93a4b4265e41780467f9b5244b5.
This commit is contained in:
Flatcar Buildbot 2024-07-29 07:18:18 +00:00 committed by Krzesimir Nowak
parent 3402ce72fa
commit 1416e1927c
37 changed files with 227 additions and 210 deletions

View File

@ -80,7 +80,6 @@ games-server/etqw-ded
games-strategy/darwinia games-strategy/darwinia
games-strategy/dominions2 games-strategy/dominions2
games-strategy/knights-demo games-strategy/knights-demo
games-strategy/majesty-demo
games-strategy/spaz games-strategy/spaz
media-sound/aucdtect media-sound/aucdtect
media-video/binkplayer media-video/binkplayer

View File

@ -17,6 +17,10 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# orbea <orbea@riseup.net> (2024-07-19)
# Unmask the dynarec flag which has amd64 asm.
games-emulation/rmg -dynarec
# Zen <dev@pyl.onl> (2024-07-01) # Zen <dev@pyl.onl> (2024-07-01)
# Unmask the ugrd flag for installkernel. It is keyworded here # Unmask the ugrd flag for installkernel. It is keyworded here
sys-kernel/installkernel -ugrd sys-kernel/installkernel -ugrd
@ -126,7 +130,7 @@ net-libs/ngtcp2 -ssl
# Matt Jolly <kangie@gentoo.org> (2023-08-10) # Matt Jolly <kangie@gentoo.org> (2023-08-10)
# nghttp3 has been tested to work on amd64 # nghttp3 has been tested to work on amd64
net-misc/curl -nghttp3 net-misc/curl -nghttp3 -http3 -quic
# Sam James <sam@gentoo.org> (2023-07-18) # Sam James <sam@gentoo.org> (2023-07-18)
# dev-cpp/cppdap is not keyworded in most places # dev-cpp/cppdap is not keyworded in most places

View File

@ -17,6 +17,10 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-24)
# No stable versions of ROCm at the moment
sys-apps/hwloc rocm
# Zen <dev@pyl.onl> (2024-07-01) # Zen <dev@pyl.onl> (2024-07-01)
# UGRD support is still experimental, no stable keywords for now # UGRD support is still experimental, no stable keywords for now
sys-kernel/installkernel ugrd sys-kernel/installkernel ugrd

View File

@ -1,6 +1,18 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2024-07-24)
# Full testing requires www-client/firefox.
dev-python/selenium test-rust
# Matt Jolly <kangie@gentoo.org> (2023-08-10)
# nghttp3 has been tested to work on amd64
net-misc/curl -http3 -quic curl_quic_ngtcp2
# orbea <orbea@riseup.net> (2024-07-19)
# Unmask the dynarec flag which has arm asm.
games-emulation/rmg -dynarec
# matoro <matoro_gentoo@matoro.tk> (2024-07-14) # matoro <matoro_gentoo@matoro.tk> (2024-07-14)
# Abandoned upstream, does not take bug reports, unsupported in Gentoo. # Abandoned upstream, does not take bug reports, unsupported in Gentoo.
# Only remaining use is as a requirement for dev-lang/go on arm{,64}. # Only remaining use is as a requirement for dev-lang/go on arm{,64}.

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-23)
# kde-frameworks/kservice, dev-qt/qtpaths not stable here
x11-misc/xdg-utils plasma
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-29) # Andreas Sturmlechner <asturm@gentoo.org> (2024-06-29)
# media-libs/libplacebo is not stable here # media-libs/libplacebo is not stable here
media-video/ffmpeg libplacebo media-video/ffmpeg libplacebo

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# orbea <orbea@riseup.net> (2024-07-19)
# Unmask the dynarec flag which has arm64 asm.
games-emulation/rmg -dynarec
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-16) # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-16)
# Unmask the ugrd flag for installkernel. It is keyworded here # Unmask the ugrd flag for installkernel. It is keyworded here
sys-kernel/installkernel -ugrd sys-kernel/installkernel -ugrd
@ -91,6 +95,7 @@ dev-libs/botan -cpu_flags_arm_neon
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Jon Janzen <jon@jonjanzen.com> (2023-09-11) # Jon Janzen <jon@jonjanzen.com> (2023-09-11)
# librttopo has not been tested on this arch # librttopo has not been tested on this arch

View File

@ -297,7 +297,7 @@ app-emulation/aranym jit
# Craig Andrews <candrews@gentoo.org> (2019-10-08) # Craig Andrews <candrews@gentoo.org> (2019-10-08)
# net-libs/nghttp3 net-libs/ngtcp2[ssl] are not available on all arches # net-libs/nghttp3 net-libs/ngtcp2[ssl] are not available on all arches
net-misc/curl nghttp3 net-misc/curl nghttp3 http3 quic
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) # Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
# Moved from arch/powerpc/ppc64 as it applies to most architectures. # Moved from arch/powerpc/ppc64 as it applies to most architectures.

View File

@ -12,12 +12,6 @@ media-video/ffmpeg quirc liblc3
# kde-frameworks/kservice not keyworded here # kde-frameworks/kservice not keyworded here
x11-misc/xdg-utils plasma x11-misc/xdg-utils plasma
# Sam James <sam@gentoo.org> (2024-06-19)
# The systemd implementation of installkernel doesn't currently support
# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs,
# and palo is the only bootloader for HPPA.
sys-kernel/installkernel systemd
# Holger Hoffstätte <holger@applied-asynchrony.com> (2024-05-19) # Holger Hoffstätte <holger@applied-asynchrony.com> (2024-05-19)
# media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559 # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559
media-gfx/graphicsmagick jpeg2k media-gfx/graphicsmagick jpeg2k
@ -71,6 +65,7 @@ dev-qt/qtgui vulkan
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Sam James <sam@gentoo.org> (2023-09-24) # Sam James <sam@gentoo.org> (2023-09-24)
# Qt not keyworded here. # Qt not keyworded here.

View File

@ -17,6 +17,14 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-25)
# Moved to stable.mask, issue is fixed in unstable v40
# Sam James <sam@gentoo.org> (2024-06-19)
# The systemd implementation of installkernel doesn't currently support
# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs,
# and palo is the only bootloader for HPPA.
sys-kernel/installkernel systemd
# Eli Schwartz <eschwartz93@gmail.com> (2024-02-05) # Eli Schwartz <eschwartz93@gmail.com> (2024-02-05)
# Mask pdf support so net-print/cups-filters stabilisation # Mask pdf support so net-print/cups-filters stabilisation
# can go ahead (bug 627392) # can go ahead (bug 627392)

View File

@ -4,9 +4,9 @@
# This file requires eapi 5 or later. New entries go on top. # This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask # Please use the same syntax as in use.mask
# Hans de Graaff <graaff@gentoo.org> (2024-05-20) # matoro <matoro_gentoo@matoro.tk> (2024-07-16)
# Allow ruby32 stabling: https://bugs.gentoo.org/932285 # dev-lang/ruby now unstabled on hppa
ruby_targets_ruby32 ruby
# Ionen Wolkens <ionen@gentoo.org> (2024-01-27) # Ionen Wolkens <ionen@gentoo.org> (2024-01-27)
# Qt6 is not stable here yet # Qt6 is not stable here yet

View File

@ -81,6 +81,7 @@ app-alternatives/ninja samurai
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Sam James <sam@gentoo.org> (2023-09-24) # Sam James <sam@gentoo.org> (2023-09-24)
# Qt not keyworded here. # Qt not keyworded here.

View File

@ -1,6 +1,10 @@
# Copyright 2022-2024 Gentoo Authors # Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2024-07-24)
# Full testing requires www-client/firefox.
dev-python/selenium test-rust
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-01) # Andreas Sturmlechner <asturm@gentoo.org> (2024-07-01)
# USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine] # USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine]
# which is package.use.mask'ed on these arches. We cannot mask the # which is package.use.mask'ed on these arches. We cannot mask the
@ -74,6 +78,7 @@ dev-db/postgresql llvm
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# WANG Xuerui <xen0n@gentoo.org> (2023-09-29) # WANG Xuerui <xen0n@gentoo.org> (2023-09-29)
# no luajit for now # no luajit for now

View File

@ -81,7 +81,6 @@ cblas-external
# Samuli Suominen <ssuominen@gentoo.org> # Samuli Suominen <ssuominen@gentoo.org>
# Media cannot be tested for MIPS at the moment. # Media cannot be tested for MIPS at the moment.
# media-libs/libmpeg3
# media-libs/portaudio # media-libs/portaudio
# dev-libs/libcdio # dev-libs/libcdio
# media-libs/musicbrainz # media-libs/musicbrainz

View File

@ -67,6 +67,7 @@ media-libs/libaom cpu_flags_ppc_vsx
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-09-21) # Georgy Yakovlev <gyakovlev@gentoo.org> (2023-09-21)
# dtrace/systemtap not availabie on ppc platform for jdk # dtrace/systemtap not availabie on ppc platform for jdk

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2024-07-24)
# Full testing requires www-client/firefox.
dev-python/selenium test-rust
# Sam James <sam@gentoo.org> (2024-07-03) # Sam James <sam@gentoo.org> (2024-07-03)
# kde-frameworks/kservice not keyworded here # kde-frameworks/kservice not keyworded here
x11-misc/xdg-utils plasma x11-misc/xdg-utils plasma

View File

@ -43,6 +43,7 @@ media-libs/libplacebo -shaderc
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-08-30) # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-08-30)
# Avoid keywording more Qt stuff # Avoid keywording more Qt stuff

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2024-07-24)
# Full testing requires www-client/firefox.
dev-python/selenium test-rust
# Sam James <sam@gentoo.org> (2024-07-03) # Sam James <sam@gentoo.org> (2024-07-03)
# kde-frameworks/kservice not keyworded here # kde-frameworks/kservice not keyworded here
x11-misc/xdg-utils plasma x11-misc/xdg-utils plasma
@ -66,6 +70,7 @@ app-alternatives/ninja samurai
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Sam James <sam@gentoo.org> (2023-09-24) # Sam James <sam@gentoo.org> (2023-09-24)
# Qt not keyworded here. # Qt not keyworded here.

View File

@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-07-27)
# Once again, assembler is broken (too high baseline)
=dev-libs/openssl-3.3* asm
# Michał Górny <mgorny@gentoo.org> (2022-06-18) # Michał Górny <mgorny@gentoo.org> (2022-06-18)
# media-libs/librsvg not keyworded yet. # media-libs/librsvg not keyworded yet.
media-libs/freetype svg media-libs/freetype svg

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2024-07-24)
# Full testing requires www-client/firefox.
dev-python/selenium test-rust
# Sam James <sam@gentoo.org> (2024-07-03) # Sam James <sam@gentoo.org> (2024-07-03)
# kde-frameworks/kservice not keyworded here # kde-frameworks/kservice not keyworded here
x11-misc/xdg-utils plasma x11-misc/xdg-utils plasma
@ -110,6 +114,7 @@ dev-qt/qtgui vulkan
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03) # Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch # sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6 sys-apps/openrc s6
sys-apps/openrc-navi s6
# Sam James <sam@gentoo.org> (2023-09-22) # Sam James <sam@gentoo.org> (2023-09-22)
# Qt 6 not keyworded here. # Qt 6 not keyworded here.
@ -374,7 +379,6 @@ app-misc/tracker-miners test
dev-ruby/rack-cache test dev-ruby/rack-cache test
dev-ruby/activemodel test dev-ruby/activemodel test
dev-ruby/activerecord test dev-ruby/activerecord test
dev-ruby/activesupport test
dev-ruby/globalid test dev-ruby/globalid test
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-18) # Rolf Eike Beer <eike@sf-mail.de> (2020-04-18)

View File

@ -1,12 +1,19 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-12) # Matt Jolly <kangie@gentoo.org> (2023-08-10)
# Need as-yet-unkeyworded KF6-based counterparts (bug #934361) # http3 is avilable via openssl[quic] on this arch.
kde-apps/libkcddb kf6compat net-misc/curl -http3 -quic curl_quic_ngtcp2
kde-apps/libkcompactdisc kf6compat
kde-apps/libksane kf6compat # orbea <orbea@riseup.net> (2024-07-19)
net-misc/kio-zeroconf kf6compat # Unmask the dynarec flag which has x86 asm.
games-emulation/rmg -dynarec
# Matt Turner <mattst88@gentoo.org> (2024-07-17)
# We only want to support spirv-llvm-translator >= 17 on x86, which is a
# dependency of mesa.
>=media-libs/mesa-24.1 llvm_slot_15 llvm_slot_16
>=dev-util/intel_clc-24.1 llvm_slot_15 llvm_slot_16
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-12) # Andreas Sturmlechner <asturm@gentoo.org> (2024-07-12)
# KDE PIM 6 is not being keyworded here # KDE PIM 6 is not being keyworded here

View File

@ -17,6 +17,13 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-21)
# Need as-yet-unkeyworded KF6-based counterparts (bug #934361)
kde-apps/libkcddb kf6compat
kde-apps/libkcompactdisc kf6compat
kde-apps/libksane kf6compat
net-misc/kio-zeroconf kf6compat
# Matt Turner <mattst88@gentoo.org> (2024-07-14) # Matt Turner <mattst88@gentoo.org> (2024-07-14)
# spirv-llvm-translator < 17 is not stable on x86. # spirv-llvm-translator < 17 is not stable on x86.
<dev-libs/libclc-17 spirv <dev-libs/libclc-17 spirv

View File

@ -6,6 +6,14 @@
# This file is only for generic masks. For arch-specific masks (i.e. # This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base. # mask everywhere, unmask on arch/*) use arch/base.
# Viorel Munteanu <ceamac@gentoo.org> (2024-07-26)
# Branch 7.1 needs a new BDEPEND for doc
>=app-emulation/virtualbox-7.1 doc
# orbea <orbea@riseup.net> (2024-07-19)
# The dynarec is only supported upstream for amd64, arm, arm64 and x86.
games-emulation/rmg dynarec
# Maciej Mrozowski <reavertm@gentoo.org> (2024-07-14) # Maciej Mrozowski <reavertm@gentoo.org> (2024-07-14)
# Fails with newer ffmpeg, bug #831486 # Fails with newer ffmpeg, bug #831486
# Not needed by reverse deps as of 2024-07-14. Re-enable when # Not needed by reverse deps as of 2024-07-14. Re-enable when
@ -24,10 +32,6 @@ dev-lang/python jit
# bug #887223, bug #891367, bug #903891, bug #917139 # bug #887223, bug #891367, bug #903891, bug #917139
dev-lang/ruby static-libs dev-lang/ruby static-libs
# Alfredo Tupone <tupone@gentoo.org> (2024-05-28)
# Not working, bug #931046
>=sci-libs/caffe2-2.3.0 rocm
# Sam James <sam@gentoo.org> (2024-05-09) # Sam James <sam@gentoo.org> (2024-05-09)
# Experimental option upstream which seems undertested and underdocumented. # Experimental option upstream which seems undertested and underdocumented.
# Fails to build with stricter C compilers too (bug #919685). # Fails to build with stricter C compilers too (bug #919685).
@ -571,13 +575,9 @@ dev-php/fedora-autoloader test
dev-php/json-schema test dev-php/json-schema test
dev-php/jsonlint test dev-php/jsonlint test
dev-php/recaptcha test dev-php/recaptcha test
dev-php/symfony-config test
dev-php/symfony-dependency-injection test
dev-php/symfony-event-dispatcher test
dev-php/symfony-filesystem test dev-php/symfony-filesystem test
dev-php/symfony-finder test dev-php/symfony-finder test
dev-php/symfony-process test dev-php/symfony-process test
dev-php/symfony-yaml test
dev-php/theseer-Autoload test dev-php/theseer-Autoload test
dev-php/twig test dev-php/twig test
@ -645,10 +645,6 @@ dev-python/autobahn xbr
# Dependency pam_wrapper missing for tests, and RESTRICT=test is already set # Dependency pam_wrapper missing for tests, and RESTRICT=test is already set
net-fs/samba test net-fs/samba test
# Mike Gilbert <floppym@gentoo.org> (2020-04-23)
# Tests are very sensitive to the host environment.
dev-build/meson test
# Alfredo Tupone <tupone@gentoo.org> (2020-04-04) # Alfredo Tupone <tupone@gentoo.org> (2020-04-04)
# Ada support is not yet ready for sys-devel/gcc # Ada support is not yet ready for sys-devel/gcc
sys-devel/gcc ada sys-devel/gcc ada

View File

@ -19,10 +19,6 @@ media-gfx/freecad qt6
# Bug #910229, #920713 # Bug #910229, #920713
>=mail-client/thunderbird-115.0 system-icu >=mail-client/thunderbird-115.0 system-icu
# Sam James <sam@gentoo.org> (2023-10-23)
# Requires llvm-17.
>=www-client/chromium-118 libcxx lto pgo
# Michał Górny <mgorny@gentoo.org> (2023-06-11) # Michał Górny <mgorny@gentoo.org> (2023-06-11)
# xfce-base/libxfce4windowing is not ready to go stable (4.19 branch). # xfce-base/libxfce4windowing is not ready to go stable (4.19 branch).
xfce-extra/xfce4-pulseaudio-plugin libxfce4windowing xfce-extra/xfce4-pulseaudio-plugin libxfce4windowing

View File

@ -15,10 +15,6 @@ python_single_target_python3_13
python_targets_pypy3 python_targets_pypy3
python_single_target_pypy3 python_single_target_pypy3
# Michał Górny <mgorny@gentoo.org> (2024-04-04)
# LLVM slots without stablekeywords.
llvm_slot_18
# Hans de Graaff <graaff@gentoo.org> (2023-12-25) # Hans de Graaff <graaff@gentoo.org> (2023-12-25)
# Currently in testing and not ready to go stable yet. # Currently in testing and not ready to go stable yet.
ruby_targets_ruby33 ruby_targets_ruby33

View File

@ -132,6 +132,7 @@ sys-apps/noexec
dev-db/pg-gvm dev-db/pg-gvm
net-analyzer/notus-scanner net-analyzer/notus-scanner
net-analyzer/greenbone-feed-sync net-analyzer/greenbone-feed-sync
net-analyzer/boreas
# Petr Vaněk <arkamar@atlas.cz> (2022-09-23) # Petr Vaněk <arkamar@atlas.cz> (2022-09-23)
# Musl does not implement rresvport function, bugs #713810 and #713376. # Musl does not implement rresvport function, bugs #713810 and #713376.
@ -270,7 +271,6 @@ games-server/ut2004-ded
games-simulation/slime-rancher games-simulation/slime-rancher
games-strategy/darwinia games-strategy/darwinia
games-strategy/knights-demo games-strategy/knights-demo
games-strategy/majesty-demo
games-util/heroic-bin games-util/heroic-bin
gnome-extra/nautilus-dropbox gnome-extra/nautilus-dropbox
kde-apps/dolphin-plugins-dropbox kde-apps/dolphin-plugins-dropbox

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-25)
# Requires systemd-detect-virt
app-emulation/virt-firmware test
# Sam James <sam@gentoo.org> (2024-06-03) # Sam James <sam@gentoo.org> (2024-06-03)
# Poor rendering performance otherwise (bug #931215) but it doesn't # Poor rendering performance otherwise (bug #931215) but it doesn't
# work on musl. # work on musl.
@ -54,6 +58,11 @@ sys-devel/gcc cet
sys-libs/binutils-libs cet sys-libs/binutils-libs cet
sys-libs/glibc cet sys-libs/glibc cet
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-05)
# gprofng is still somewhat messed up with musl-1.2.4, does not build
# bug 912284
sys-devel/binutils gprofng
# Violet Purcell <vimproved@inventati.org> (2024-01-25) # Violet Purcell <vimproved@inventati.org> (2024-01-25)
# f16c support in gtk4 requires the ifunc attribute, which # f16c support in gtk4 requires the ifunc attribute, which
# is not available on musl. There is a configure check for # is not available on musl. There is a configure check for
@ -138,6 +147,7 @@ www-client/qutebrowser widevine
net-analyzer/wireshark sdjournal net-analyzer/wireshark sdjournal
sys-apps/ipmitool openbmc sys-apps/ipmitool openbmc
sys-auth/pambase homed sys-auth/pambase homed
dev-qt/qtbase journald
# Petr Vaněk <arkamar@atlas.cz> (2022-03-15) # Petr Vaněk <arkamar@atlas.cz> (2022-03-15)
# musl package does not currently provide gencat binary, which is needed for # musl package does not currently provide gencat binary, which is needed for

View File

@ -1,16 +1,10 @@
# Copyright 2022 Gentoo Authors # Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-07) # Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-07)
# This doesn't work yet with musl-1.2.4, bug 906603 # This doesn't work yet with musl-1.2.4, bug 906603
sys-libs/compiler-rt-sanitizers msan sys-libs/compiler-rt-sanitizers msan
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-05)
# gprofng is still somewhat messed up with musl-1.2.4, does not build
# let's hope this is fixed with the next release
# bug 912284
<sys-devel/binutils-2.43 gprofng
# Sam James <sam@gentoo.org> (2022-10-04) # Sam James <sam@gentoo.org> (2022-10-04)
# libxcrypt migration isn't yet stable on musl. # libxcrypt migration isn't yet stable on musl.
sys-auth/pambase yescrypt sys-auth/pambase yescrypt

View File

@ -176,7 +176,9 @@ net-p2p/deluge
sci-geosciences/gnome-maps sci-geosciences/gnome-maps
>=sys-apps/bat-0.18.1 >=sys-apps/bat-0.18.1
>=sys-block/thin-provisioning-tools-1.0.6 >=sys-block/thin-provisioning-tools-1.0.6
>=sys-process/glances-4.1.2.1
sys-fs/bcachefs-tools sys-fs/bcachefs-tools
virtual/rust virtual/rust
www-apps/radicale www-apps/radicale
>=x11-themes/adwaita-icon-theme-3.36 >=x11-themes/adwaita-icon-theme-3.36
x11-themes/adwaita-icon-theme-legacy

View File

@ -81,7 +81,7 @@ OSI-APPROVED @OSI-APPROVED-FREE @OSI-APPROVED-NONFREE
# License agreements that try to take away your rights. These are more # License agreements that try to take away your rights. These are more
# restrictive than "all-rights-reserved" or require explicit approval. # 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 Dell-EULA 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-azurevpnclient microsoft-edge Microsoft-vscode Mojang MTA-0.5 NVIDIA-CUDA NVIDIA-SDK Ookla 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 Dell-EULA 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-azurevpnclient microsoft-edge Microsoft-vscode Mojang MTA-0.5 NVIDIA-CUDA NVIDIA-SDK Ookla OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 PUEL-12 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 license labels, used by repoman and pkgcheck
#DEPRECATED (currently none) #DEPRECATED (currently none)

View File

@ -17,6 +17,12 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# Michał Górny <mgorny@gentoo.org> (2024-07-23)
# Abandoned and broken with pytest-8. Superseded
# by dev-python/pytest-lazy-fixtures (plural), which requires small
# changes in code.
dev-python/pytest-lazy-fixture
# Michał Górny <mgorny@gentoo.org> (2024-06-15) # Michał Górny <mgorny@gentoo.org> (2024-06-15)
# Stop-gap compatibility package. Upstreams really need to move away # Stop-gap compatibility package. Upstreams really need to move away
# from the removed cgi module rather than rely on this. # from the removed cgi module rather than rely on this.

View File

@ -33,6 +33,103 @@
#--- END OF EXAMPLES --- #--- END OF EXAMPLES ---
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-07-27)
# Stable version stuck on EAPI=6.
# Lacks maintainer capacity for dev-lang/scala.
# Removal on 2024-08-26. Bugs #932012, #932737, #933607.
dev-lang/scala
dev-lang/mozart
dev-lang/mozart-stdlib
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-27)
# EAPI=6 package, awaits version bump.
# Removal on 2024-08-26. Bug #936756.
www-apps/rt
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-27)
# EAPI=6, awaits version bump. This is *-macos prefix only package, so
# hard to verify EAPI bump without the maintainer.
# Removal on 2024-08-26. Bug #936755.
dev-debug/gdb-apple
# Alfred Wingate <parona@protonmail.com> (2024-07-24)
# Includes change that breaks firewalld notably.
#
# https://git.netfilter.org/nftables/commit/?id=93560d0117639c8685fc287128ab06dec9950fbd
# https://github.com/firewalld/firewalld/issues/1366
# https://lore.kernel.org/netfilter-devel/Zp7FqL_YK3p_dQ8B@egarver-mac/
=net-firewall/nftables-1.1.0
# Sam James <sam@gentoo.org> (2024-07-24)
# Fails to build with GCC 15, several open bugs
# including test failures. Unpackaged by others.
# Removal on 2024-08-23. Bug #936581.
app-accessibility/epos
# David Seifert <soap@gentoo.org> (2024-07-22)
# Unmaintained, replaced by app-portage/pram which has more features
# and works better for merging PRs. Removal on 2024-08-21.
dev-perl/Gentoo-App-Pram
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-21)
# No more revdeps after net-libs/telepathy-accounts-signon last-rites.
# Removal on 2024-08-20.
net-libs/libsignon-glib
# Hans de Graaff <graaff@gentoo.org> (2024-07-21)
# Obsolete slots that are no longer used by any cucumber
# version. Removal on 2024-08-21.
dev-util/cucumber-core:10
dev-util/cucumber-cucumber-expressions:16
dev-util/cucumber-gherking:22
dev-util/cucumber-html-formatter:20
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-20)
# EAPI=6, fails to apply patch during src_prepare.
# Removal on 2024-08-19. Bugs #936398, #908957, #908959.
media-video/raspberrypi-omxplayer
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-19)
# EAPI=6 games. Feel free to drop any package after bumping it's EAPI.
# Removal on 2024-08-18. Bug #936299.
games-arcade/sdl-sopwith
games-arcade/syobon
games-arcade/wop
games-mud/crystal
games-mud/gmudix
games-mud/kildclient
games-puzzle/color-lines
games-puzzle/einstein
games-puzzle/hangman
games-puzzle/magiccube4d
games-puzzle/scramble
games-puzzle/zaz
games-simulation/cannonsmash
games-strategy/crimson
# Ionen Wolkens <ionen@gentoo.org> (2024-07-18)
# Explicit sync currently causes firefox to crash[1][2][3] (should be
# improved in >=firefox-130 or so) among others like obs-studio[3],
# and is still to be considered experimental. So keeping masked for
# the time being while issues are ironed out.
#
# Feel free to unmask if not affected as it should improve the
# experience esp. with Plasma 6 + wayland + nvidia, but please try
# 1.1.13 before reporting crashes, freezes, or visual issues (and
# bugs should go upstream).
#
# [1] https://github.com/NVIDIA/egl-wayland/issues/110
# [2] https://github.com/NVIDIA/egl-wayland/issues/117
# [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1898476
# [4] https://github.com/NVIDIA/egl-wayland/issues/118
# and: https://bugzilla.mozilla.org/show_bug.cgi?id=1908825
~gui-libs/egl-wayland-1.1.14
# Hans de Graaff <graaff@gentoo.org> (2024-07-17)
# Obsolete slot. Please use a newer slot instead. No reverse
# dependencies left. Removal on 2024-08-17.
dev-ruby/rmagick:4
# Eli Schwartz <eschwartz@gentoo.org> (2024-07-15) # Eli Schwartz <eschwartz@gentoo.org> (2024-07-15)
# FreeWnn has no activity upstream on its (very slow!) development site # FreeWnn has no activity upstream on its (very slow!) development site
# since 2015. Website is gone. Various build failures, fails to build # since 2015. Website is gone. Various build failures, fails to build
@ -132,128 +229,11 @@ games-puzzle/seatris
# The symbol versioning "fix" breaks anything built with 3.0.0. # The symbol versioning "fix" breaks anything built with 3.0.0.
=dev-libs/libassuan-3.0.1 =dev-libs/libassuan-3.0.1
# NHOrus <jy6x2b32pie9@yahoo.com> (2024-06-24)
# Masked for removal in 30 days.
# It's a dependency of cinelerra, written for cinelerra.
# We don't ship cinelerra. It should be removed when we removed cinelerra
#
# Bugs #871387, #907261, #712480, #931765.
media-libs/libmpeg3
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-22)
# EAPI=6, no reverse-dependencies, various issues with modern C,
# installs libtools files.
# Removal on 2024-07-22. Bugs #934689, #741440, #849920, #832789, #862714, #828579.
sci-libs/h5hut
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-22)
# EAPI=6, failing tests, fails to compile in various envs, various
# QA issues.
# Removal on 2024-07-22. Bugs #934687, #928028, #862687, #836104, #741430, #811561, #526442.
sci-libs/coinor-os
# Michał Górny <mgorny@gentoo.org> (2024-06-21)
# An obsolete timezone distribution for Python. No revdeps left.
# Removal on 2024-07-21. Bug #934681.
dev-python/pytzdata
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-21)
# EAPI=6, not maintained in gentoo for a long time, fails to
# configure.
# Removal on 2024-07-21. Bugs #934680, #677444, #898100.
sci-astronomy/aatm
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-21)
# Last dev-php/* EAPI=6 packages, and reverse dependencies of them.
# composer has active security vulnerabilities. Others are waiting
# for version bumps, and unbundling of dependencies.
# Removal on 2024-07-21. Bugs #934666.
dev-php/phpDocumentor
dev-php/phpcov
dev-php/phpdepend
dev-php/phpdocumentor-reflection-common
dev-php/phpdocumentor-reflection-docblock
dev-php/phpdocumentor-type-resolver
dev-php/stringparser_bbcode
dev-php/symfony-config
dev-php/symfony-console
dev-php/symfony-dependency-injection
dev-php/symfony-event-dispatcher
dev-php/symfony-yaml
dev-php/composer
# Hans de Graaff <graaff@gentoo.org> (2024-06-21) # Hans de Graaff <graaff@gentoo.org> (2024-06-21)
# Obsolete slot. Please use a newer slot instead. # Obsolete slot. Please use a newer slot instead.
# Masked for removal on 2024-07-21. # Masked for removal on 2024-07-21.
dev-ruby/public_suffix:4 dev-ruby/public_suffix:4
# Martin Dummer <martin.dummer@gmx.net> (2024-06-21)
# Upstream dead, was an optional package for a reverse dependency
# which is gone.
# Removal on 2024-07-21. Bug #791904
media-video/vdr2jpeg
# James Le Cuirot <chewi@gentoo.org> (2024-06-20)
# Ancient, dead upstream, X11-based, probably doesn't work any more, and there
# are better ways of running games in different sessions now.
# Removal on 2024-07-20. Bug #934640.
games-util/xgame
games-util/xgame-gtk2
# James Le Cuirot <chewi@gentoo.org> (2024-06-20)
# Apparently a good game, but you cannot buy the full Linux version any more.
# Get the HD version from Steam or the Windows original from GOG instead.
# Removal on 2024-07-20. Bug #934637.
games-strategy/majesty-demo
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-20)
# EAPI=6, keyworded for x86 only (making it hard to debug), has
# open bugs for modern C and not using correct toolchain commands.
# Removal on 2024-07-20. Bugs #934621, #925090, #724078, #727438.
dev-debug/ald
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-20)
# EAPI=6, no reverse dependencies, waiting for a version bump.
# Removal on 2024-07-20. Bugs #934619, #730758, #713760.
media-gfx/dawn
# Jakov Smolić <jsmolic@gentoo.org> (2024-06-18)
# Outdated by several versions, very difficult to package due to the
# complicated Cargo dependency management.
# Removal on 2024-07-18. Bug #922378.
app-emulation/cloud-hypervisor
# Michał Górny <mgorny@gentoo.org> (2024-06-17)
# A compatibility shim for ancient versions of flake8. Upstream project
# is gone. No revdeps.
# Removal on 2024-07-17. Bug #934466.
dev-python/flake8-polyfill
# Hans de Graaff <graaff@gentoo.org> (2024-06-17)
# Obsolete slot with failing tests. Use the newer slot instead. No
# reverse dependencies. Masked for removal on 2024-07-17.
dev-ruby/net-imap:0
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-16)
# No release since 2021-06-10 and effectively declared unmaintained by
# upstream since then; now conflicting with Plasma 6 by pulling in old
# kde-plasma/libksysguard:5. Removal on 2024-08-24.
kde-plasma/ksysguard
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-16)
# After most protocol support is gone, there is barely anything usable
# left in kde-apps/kopete. It is also unmaintained and still depends on
# kf5-portingaids, as well as conflicting kde-apps in slot 5. bug #760555
# Removal on 2024-07-24.
kde-apps/kopete
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-15)
# EAPI=6, no reverse dependencies, not packaged on other distributions,
# waiting for a version bump (which is hard since ebuild used debian
# patches). Not really maintained in Gentoo for a long time.
# Removal on 2024-07-15. Bugs #934366, #871378, #716084, #924302.
sci-astronomy/predict
# Cédric Krier <cedk@gentoo.org> (2023-06-15) # Cédric Krier <cedk@gentoo.org> (2023-06-15)
# critical regression with potential data loss: # critical regression with potential data loss:
# https://lists.mercurial-scm.org/pipermail/mercurial-devel/2024-June/297954.html # https://lists.mercurial-scm.org/pipermail/mercurial-devel/2024-June/297954.html
@ -263,43 +243,6 @@ sci-astronomy/predict
~dev-vcs/mercurial-6.7.2 ~dev-vcs/mercurial-6.7.2
~dev-vcs/mercurial-6.7.3 ~dev-vcs/mercurial-6.7.3
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, no reverse dependencies, maintainer-needed, installation
# blocked by iproute2.
# Removal on 2024-07-14. Bugs #934242, #430816.
net-misc/arpd
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, many compilation issues, upstream is gone, not maintained for
# many years.
# Removal on 2024-07-14. Bugs #934240.
sci-electronics/vbs
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, dead upstream website, Gentoo is last distribution to
# package it.
# Removal on 2024-07-14. Bug #934232.
sci-chemistry/xyza2pipe
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, not maintained for ~7 years in gentoo, waiting for version
# bump. Fetch restricted, and fails to build after manual fetch.
# Removal on 2024-07-14. Bugs #934228, #686860, #686858, #686856.
sci-chemistry/namd
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, not maintained in Gentoo for a long time. procheck is
# fetch restricted, and the file you download from upstream
# doesn't match size and manifests. aqua depends on procheck.
# Removal on 2024-07-14. Bugs #928067, #928068.
sci-chemistry/aqua
sci-chemistry/procheck
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-14)
# EAPI=6, maintainer-needed, no reverse dependencies.
# Removal on 2024-07-14. Bugs #934227, #898840.
www-misc/log-toolkit
# Viorel Munteanu <ceamac@gentoo.org> (2024-06-11) # Viorel Munteanu <ceamac@gentoo.org> (2024-06-11)
# dev-php/pear, dev-php/PEAR-* and their reverse dependencies: mask for removal # dev-php/pear, dev-php/PEAR-* and their reverse dependencies: mask for removal
# in 30 days. # in 30 days.

View File

@ -1,10 +1,6 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2024-05-28)
# Fails to compile on any macOS, bug #932809, pending investigation
=net-dns/c-ares-1.29.0
# Benda Xu <heroxbd@gentoo.org> (2023-08-20) # Benda Xu <heroxbd@gentoo.org> (2023-08-20)
# Does not play well with linkers under macOS. # Does not play well with linkers under macOS.
# Undefined symbols for architecture x86_64: # Undefined symbols for architecture x86_64:

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2024-07-19)
# misdetects and results in a broken (trapping) library e.g. breaks gpg
dev-libs/libgcrypt asm
# Fabian Groffen <grobian@gentoo.org> (2024-03-08) # Fabian Groffen <grobian@gentoo.org> (2024-03-08)
# -z,now is not something Darwin linkers understand # -z,now is not something Darwin linkers understand
sys-devel/gcc default-znow sys-devel/gcc default-znow

View File

@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2024-07-21)
# Python integration breaks over C++ standards conflict(s) that Python
# headers try to change
dev-debug/gdb python
# Fabian Groffen <grobian@gentoo.org> (2022-12-27) # Fabian Groffen <grobian@gentoo.org> (2022-12-27)
# Solaris must keep system libelf, else things break down # Solaris must keep system libelf, else things break down

View File

@ -70,6 +70,7 @@ media-libs/libsdl2 gles2
# Required by kde-plasma/kwin # Required by kde-plasma/kwin
media-libs/mesa wayland media-libs/mesa wayland
x11-base/xwayland libei
# Required by kde-apps/kdenlive # Required by kde-apps/kdenlive
media-libs/mlt ffmpeg frei0r rubberband media-libs/mlt ffmpeg frei0r rubberband

View File

@ -47,7 +47,6 @@ move dev-util/scons dev-build/scons
move sys-devel/qconf dev-build/qconf move sys-devel/qconf dev-build/qconf
move dev-util/b2 dev-build/b2 move dev-util/b2 dev-build/b2
move dev-util/kbuild dev-build/kbuild move dev-util/kbuild dev-build/kbuild
move dev-util/ald dev-debug/ald
move dev-util/ddd dev-debug/ddd move dev-util/ddd dev-debug/ddd
move dev-util/edb-debugger dev-debug/edb-debugger move dev-util/edb-debugger dev-debug/edb-debugger
move dev-util/kdbg dev-debug/kdbg move dev-util/kdbg dev-debug/kdbg

View File

@ -1,2 +1,3 @@
move sci-libs/rtree dev-python/rtree move sci-libs/rtree dev-python/rtree
move dev-python/mapbox_earcut dev-python/mapbox-earcut move dev-python/mapbox_earcut dev-python/mapbox-earcut
move dev-qt/kdsingleapplication dev-libs/kdsingleapplication