mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-18 19:01:28 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit 2a93d4061ef196911b207444c0f33c360ca02040. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
ad48f6712a
commit
5cfe905bae
@ -446,7 +446,6 @@ dev-util/geany-plugins markdown
|
|||||||
# Requires app-text/mecab which isn't yet keyworded
|
# Requires app-text/mecab which isn't yet keyworded
|
||||||
# on alpha, bug 668674
|
# on alpha, bug 668674
|
||||||
dev-db/mysql cjk
|
dev-db/mysql cjk
|
||||||
dev-db/percona-server cjk
|
|
||||||
|
|
||||||
# Mikle Kolyada <zlogene@gentoo.org> (2018-10-05)
|
# Mikle Kolyada <zlogene@gentoo.org> (2018-10-05)
|
||||||
# Not keyworded (see bug #540540c#8)
|
# Not keyworded (see bug #540540c#8)
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Nicolas PARLANT <nicolas.parlant@parhuet.fr> (2025-09-20)
|
||||||
|
# Require dev-libs/libtsm, keyworded here
|
||||||
|
>=media-gfx/fbida-2.14_p20241216 -fbcon
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
||||||
# These BLAS/LAPACK providers are keyworded here.
|
# These BLAS/LAPACK providers are keyworded here.
|
||||||
sci-libs/flexiblas -blis -mkl -openblas
|
sci-libs/flexiblas -blis -mkl -openblas
|
||||||
@ -463,11 +467,6 @@ app-metrics/collectd -collectd_plugins_mqtt
|
|||||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||||
# Enable numa support on supported architectures
|
# Enable numa support on supported architectures
|
||||||
dev-db/mysql -numa
|
dev-db/mysql -numa
|
||||||
dev-db/percona-server -numa
|
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2016-08-23)
|
|
||||||
# It's only supported on amd64
|
|
||||||
dev-db/percona-server -tokudb -tokudb-backup-plugin
|
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||||
# Allow jdbc on this arch
|
# Allow jdbc on this arch
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
# Unmask the flag which corresponds to ARCH.
|
# Unmask the flag which corresponds to ARCH.
|
||||||
-amd64
|
-amd64
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2025-09-19)
|
||||||
|
# libquadmath from GCC is only available on some arches
|
||||||
|
# https://gcc.gnu.org/PR96016
|
||||||
|
-perl_features_quadmath
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-02)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-02)
|
||||||
# dev-python/pypi-attestations is keyworded here.
|
# dev-python/pypi-attestations is keyworded here.
|
||||||
-verify-provenance
|
-verify-provenance
|
||||||
|
@ -85,7 +85,7 @@ dev-qt/qtwebengine
|
|||||||
dev-qt/qtwebview
|
dev-qt/qtwebview
|
||||||
dev-python/pyqt6-webengine
|
dev-python/pyqt6-webengine
|
||||||
dev-python/qpageview
|
dev-python/qpageview
|
||||||
app-admin/calamares
|
<app-admin/calamares-3.3.14
|
||||||
app-text/zeal
|
app-text/zeal
|
||||||
app-editors/ghostwriter
|
app-editors/ghostwriter
|
||||||
app-editors/retext
|
app-editors/retext
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sasha Finkelstein <fnkl.kernel@gmail.com> (2025-09-17)
|
||||||
|
# Arm64-specific ABI
|
||||||
|
app-emulation/wine-staging -arm64ec
|
||||||
|
app-emulation/wine-vanilla -arm64ec
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
||||||
# These BLAS/LAPACK providers are keyworded here.
|
# These BLAS/LAPACK providers are keyworded here.
|
||||||
sci-libs/flexiblas -blis -openblas
|
sci-libs/flexiblas -blis -openblas
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sasha Finkelstein <fnkl.kernel@gmail.com> (2025-09-17)
|
||||||
|
# Arm64-specific ABI that does not make sense anywhere else
|
||||||
|
app-emulation/wine-proton arm64ec
|
||||||
|
app-emulation/wine-staging arm64ec
|
||||||
|
app-emulation/wine-vanilla arm64ec
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
||||||
# Other BLAS/LAPACK providers are not keyworded everywhere.
|
# Other BLAS/LAPACK providers are not keyworded everywhere.
|
||||||
sci-libs/flexiblas blis mkl openblas
|
sci-libs/flexiblas blis mkl openblas
|
||||||
@ -415,11 +421,6 @@ app-metrics/collectd collectd_plugins_mqtt
|
|||||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||||
# It's only supported on amd64, ia64, powerpc and x86
|
# It's only supported on amd64, ia64, powerpc and x86
|
||||||
dev-db/mysql numa
|
dev-db/mysql numa
|
||||||
dev-db/percona-server numa
|
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2016-08-23)
|
|
||||||
# It's only supported on amd64
|
|
||||||
dev-db/percona-server tokudb tokudb-backup-plugin
|
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||||
# Mask jdbc as most arches don't support java
|
# Mask jdbc as most arches don't support java
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2025-09-19)
|
||||||
|
# libquadmath from GCC is only available on some arches
|
||||||
|
# https://gcc.gnu.org/PR96016
|
||||||
|
perl_features_quadmath
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-02)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-02)
|
||||||
# dev-python/pypi-attestations is not keyworded everywhere.
|
# dev-python/pypi-attestations is not keyworded everywhere.
|
||||||
verify-provenance
|
verify-provenance
|
||||||
|
@ -174,7 +174,6 @@ app-crypt/pinentry efl
|
|||||||
app-text/doxygen gui
|
app-text/doxygen gui
|
||||||
dev-build/cmake gui
|
dev-build/cmake gui
|
||||||
dev-db/mysql cjk
|
dev-db/mysql cjk
|
||||||
dev-db/percona-server cjk
|
|
||||||
dev-libs/libisoburn frontend-optional
|
dev-libs/libisoburn frontend-optional
|
||||||
dev-python/uvicorn test-rust
|
dev-python/uvicorn test-rust
|
||||||
dev-util/glade gjs
|
dev-util/glade gjs
|
||||||
|
@ -305,7 +305,6 @@ games-emulation/dosbox glide
|
|||||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||||
# Enable numa support on supported architectures
|
# Enable numa support on supported architectures
|
||||||
dev-db/mysql -numa
|
dev-db/mysql -numa
|
||||||
dev-db/percona-server -numa
|
|
||||||
|
|
||||||
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
|
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
|
||||||
# Requires unkeyworded dependencies
|
# Requires unkeyworded dependencies
|
||||||
|
@ -751,7 +751,6 @@ x11-misc/colord argyllcms extra-print-profiles
|
|||||||
# MySQL 5.5 wants systemtap, tcmalloc & jemalloc
|
# MySQL 5.5 wants systemtap, tcmalloc & jemalloc
|
||||||
>=dev-db/mysql-5.5 jemalloc
|
>=dev-db/mysql-5.5 jemalloc
|
||||||
>=dev-db/mariadb-5.5 systemtap jemalloc
|
>=dev-db/mariadb-5.5 systemtap jemalloc
|
||||||
>=dev-db/percona-server-5.5 jemalloc
|
|
||||||
|
|
||||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-06-24)
|
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-06-24)
|
||||||
# Requires libpcre with jit
|
# Requires libpcre with jit
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Nicolas PARLANT <nicolas.parlant@parhuet.fr> (2025-09-20)
|
||||||
|
# Require dev-libs/libtsm, keyworded here
|
||||||
|
>=media-gfx/fbida-2.14_p20241216 -fbcon
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
||||||
# These BLAS/LAPACK providers are keyworded here.
|
# These BLAS/LAPACK providers are keyworded here.
|
||||||
sci-libs/flexiblas -blis -openblas
|
sci-libs/flexiblas -blis -openblas
|
||||||
@ -435,7 +439,6 @@ app-metrics/collectd -collectd_plugins_mqtt
|
|||||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||||
# Enable numa support on supported architectures
|
# Enable numa support on supported architectures
|
||||||
dev-db/mysql -numa
|
dev-db/mysql -numa
|
||||||
dev-db/percona-server -numa
|
|
||||||
|
|
||||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||||
# Allow jdbc on this arch
|
# Allow jdbc on this arch
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
# Unmask the flag which corresponds to ARCH.
|
# Unmask the flag which corresponds to ARCH.
|
||||||
-x86
|
-x86
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2025-09-19)
|
||||||
|
# libquadmath from GCC is only available on some arches
|
||||||
|
# https://gcc.gnu.org/PR96016
|
||||||
|
-perl_features_quadmath
|
||||||
|
|
||||||
# Paul Zander <negril.nx+gentoo@gmail.com> (2024-04-14)
|
# Paul Zander <negril.nx+gentoo@gmail.com> (2024-04-14)
|
||||||
# media-libs/quirc is keyworded on amd64
|
# media-libs/quirc is keyworded on amd64
|
||||||
-quirc
|
-quirc
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
# New entries go on top.
|
# New entries go on top.
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-13)
|
# Nicolas PARLANT <nicolas.parlant@parhuet.fr> (2025-09-20)
|
||||||
# This has been going on for long enough. Bug #834469
|
# Require dev-libs/libtsm, only keyworded on amd64 and x86
|
||||||
<sci-libs/ViSP-3.7 ogre
|
>=media-gfx/fbida-2.14_p20241216 fbcon
|
||||||
|
|
||||||
# Alfred Wingate <parona@protonmail.com> (2025-08-12)
|
# Alfred Wingate <parona@protonmail.com> (2025-08-12)
|
||||||
# Marked Beta tier upstream. Tests don't work with it.
|
# Marked Beta tier upstream. Tests don't work with it.
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Patrick Lauer <patrick@gentoo.org> (2025-09-19)
|
||||||
|
# Dependency currently in ::guru
|
||||||
|
games-board/lc0 onnx
|
||||||
|
|
||||||
# Conrad Kostecki <conikost@gentoo.org> (2025-09-06)
|
# Conrad Kostecki <conikost@gentoo.org> (2025-09-06)
|
||||||
# Currently does not build in headless mode.
|
# Currently does not build in headless mode.
|
||||||
# See: https://github.com/OpenRCT2/OpenRCT2/issues/25119
|
# See: https://github.com/OpenRCT2/OpenRCT2/issues/25119
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Vincent de Phily <moltonel@gmail.com (2025-09-01)
|
# Patrick McLean <chutzpah@gentoo.org> (2025-09-16)
|
||||||
|
# New version is rewritten in rust
|
||||||
|
>=app-misc/asciinema-3.0.0
|
||||||
|
|
||||||
|
# Vincent de Phily <moltonel@gmail.com> (2025-09-01)
|
||||||
# Another package requiring Rust
|
# Another package requiring Rust
|
||||||
app-portage/emlop
|
app-portage/emlop
|
||||||
|
|
||||||
@ -34,6 +38,7 @@ dev-python/betterproto
|
|||||||
dev-python/pypi-attestations
|
dev-python/pypi-attestations
|
||||||
dev-python/securesystemslib
|
dev-python/securesystemslib
|
||||||
dev-python/sigstore
|
dev-python/sigstore
|
||||||
|
dev-python/sigstore-models
|
||||||
dev-python/sigstore-protobuf-specs
|
dev-python/sigstore-protobuf-specs
|
||||||
dev-python/sigstore-rekor-types
|
dev-python/sigstore-rekor-types
|
||||||
dev-python/rfc3161-client
|
dev-python/rfc3161-client
|
||||||
@ -207,7 +212,6 @@ app-eselect/eselect-gnome-shell-extensions
|
|||||||
app-emacs/rg
|
app-emacs/rg
|
||||||
app-emacs/emacs-ipython-notebook
|
app-emacs/emacs-ipython-notebook
|
||||||
app-crypt/yubikey-manager
|
app-crypt/yubikey-manager
|
||||||
app-crypt/yubikey-manager-qt
|
|
||||||
app-crypt/sequoia-sq
|
app-crypt/sequoia-sq
|
||||||
app-crypt/sequoia-sqv
|
app-crypt/sequoia-sqv
|
||||||
app-crypt/certbot-apache
|
app-crypt/certbot-apache
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 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> (2025-09-15)
|
||||||
|
# Tests require dev-python/paramiko.
|
||||||
|
dev-python/dulwich test
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2025-08-05)
|
# Michał Górny <mgorny@gentoo.org> (2025-08-05)
|
||||||
# Native extensions are using Rust.
|
# Native extensions are using Rust.
|
||||||
dev-python/fastbencode native-extensions
|
dev-python/fastbencode native-extensions
|
||||||
@ -121,6 +125,7 @@ net-misc/zerotier sso
|
|||||||
# Michał Górny <mgorny@gentoo.org> (2023-06-06)
|
# Michał Górny <mgorny@gentoo.org> (2023-06-06)
|
||||||
# Packages needing dev-python/pydantic.
|
# Packages needing dev-python/pydantic.
|
||||||
dev-python/jaraco-itertools test
|
dev-python/jaraco-itertools test
|
||||||
|
dev-python/rich-click test
|
||||||
dev-python/versioningit test
|
dev-python/versioningit test
|
||||||
dev-python/zipp test
|
dev-python/zipp test
|
||||||
|
|
||||||
|
@ -36,6 +36,48 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2025-09-21)
|
||||||
|
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
|
||||||
|
# not just network. See bug #963106.
|
||||||
|
=sys-kernel/linux-firmware-20250917
|
||||||
|
|
||||||
|
# Ionen Wolkens <ionen@gentoo.org> (2025-09-18)
|
||||||
|
# No revdeps left, in-tree version is broken with cmake4, and is a pain
|
||||||
|
# to maintain due to its overly custom cmake usage. Also outdated given
|
||||||
|
# the latest version was unusable with its old revdep (been breaking API
|
||||||
|
# somewhat often). Removal on 2025-10-18. Bug #963014
|
||||||
|
dev-cpp/rapidyaml
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-09-16)
|
||||||
|
# Appears dead upstream w/ last release from 2016, no reponse to Qt5 EOL
|
||||||
|
# notice, only sporadic code changes for a long time w/ last commit from
|
||||||
|
# 7 months ago. Removal on 2025-10-16. Bug #955964
|
||||||
|
net-p2p/classified-ads
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-09-16)
|
||||||
|
# Abandoned upstream, based on Qt5, "must be run as root", then fails to
|
||||||
|
# start w/ current kde-plasma/kdesu-gui[X] within Wayland sessions too.
|
||||||
|
# Removal on 2025-10-16. Bug #957179
|
||||||
|
sys-boot/unetbootin
|
||||||
|
|
||||||
|
# Viorel Munteanu <ceamac@gentoo.org> (2025-09-16)
|
||||||
|
# Masked for testing. This package is supposed to be installed in the livecd,
|
||||||
|
# not on user's system. We need a few more reports of it working before
|
||||||
|
# unmasking.
|
||||||
|
app-misc/calamares-gentoo-livecd
|
||||||
|
|
||||||
|
# Viorel Munteanu <ceamac@gentoo.org> (2025-09-16)
|
||||||
|
# Unmaintained upstream, last release more than 7 years old.
|
||||||
|
# Old data is getting harder to read.
|
||||||
|
# Alternatives: sys-fs/gocryptfs or rclone crypt.
|
||||||
|
# Removal on 2025-12-16. Bug #960358.
|
||||||
|
sys-fs/encfs
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2025-09-15)
|
||||||
|
# Masking due to regressions.
|
||||||
|
# https://github.com/pyparsing/pyparsing/issues/618
|
||||||
|
=dev-python/pyparsing-3.2.4
|
||||||
|
|
||||||
# Conrad Kostecki <conikost@gentoo.org> (2025-09-14)
|
# Conrad Kostecki <conikost@gentoo.org> (2025-09-14)
|
||||||
# Replaced by >=media-libs/libv4l-1.30.1[utils], as merged by upstream.
|
# Replaced by >=media-libs/libv4l-1.30.1[utils], as merged by upstream.
|
||||||
# Bugs #953534 and #962841.
|
# Bugs #953534 and #962841.
|
||||||
@ -228,69 +270,6 @@ app-emulation/gallium-nine-standalone
|
|||||||
# Version yanked due to "unintended change in behavior".
|
# Version yanked due to "unintended change in behavior".
|
||||||
=dev-python/click-8.2.2
|
=dev-python/click-8.2.2
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-19)
|
|
||||||
# x11-libs/gtkglext is finally without revdeps, tracker bug #698950
|
|
||||||
# Removal on 2025-09-16
|
|
||||||
x11-libs/gtkglext
|
|
||||||
|
|
||||||
# Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> (2025-08-18)
|
|
||||||
# Deprecated by upstream, depends on Qt5. Use app-crypt/yubikey-manager
|
|
||||||
# instead. Removal on 2025-09-16. Bug #955646
|
|
||||||
sys-auth/yubikey-personalization-gui
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-18)
|
|
||||||
# Unmaintained in Gentoo for a long time, resulting in a very outdated
|
|
||||||
# package. Many bugs, selecting just #803635, #884609, #890762, #958160
|
|
||||||
# Needs a dedicated maintainer. Removal on 2025-09-16.
|
|
||||||
dev-db/percona-server
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-18)
|
|
||||||
# Effectively unmaintained in Gentoo with many unattended bugs, still
|
|
||||||
# EAPI-7 based, broken with non-ancient dev-games/ogre, broken with non-
|
|
||||||
# ancient sci-libs/pcl. Bugs #729576, #796806, #834469.
|
|
||||||
# Removal on 2025-09-16.
|
|
||||||
sci-libs/ViSP
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Dead upstream, based on Qt5, hardware obsolete. Removal on 2025-09-16.
|
|
||||||
# Bugs #954122, #955638, #957411, #957589, #957590
|
|
||||||
app-crypt/nitrokey-app
|
|
||||||
app-crypt/libnitrokey
|
|
||||||
dev-libs/cppcodec
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Dead upstream for > 10 years. Only a snapshot could save this from
|
|
||||||
# cleanup in 2018 for Qt5, but not this time (for Qt6). Bug #958435.
|
|
||||||
# Removal on 2025-09-16.
|
|
||||||
media-sound/qtagger
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Unmaintained upstream with no prospect to port from Qt5 to Qt6.
|
|
||||||
# Alternatives exist. Bug #961635. Removal on 2025-09-16.
|
|
||||||
media-sound/coquillo
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# 1.2.3 is almost 10 years old, upstream repository archived, Qt5- and
|
|
||||||
# EAPI-7 based. Bugs #832577, #830262, #846416 and finally #961631.
|
|
||||||
# Removal on 2025-09-16.
|
|
||||||
dev-util/qstlink2
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Hopelessly outdated and unmaintained package in Gentoo, upstream still
|
|
||||||
# Qt5- and EAPI-7 based, no revdeps. Bugs #729746, #729746
|
|
||||||
# Removal on 2025-09-16.
|
|
||||||
dev-util/sasm
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Last release over 5 years ago, Qt5-based, no upstream reaction to Qt6
|
|
||||||
# porting PR for more than 1.5 years. Bug #955208. Removal on 2025-09-16.
|
|
||||||
sci-electronics/NanoVNA-QT
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
|
|
||||||
# Archived and unmaintained upstream, Qt5-based, build broken for >1 year.
|
|
||||||
# Bugs #932756, #952103. Removal on 2025-09-16.
|
|
||||||
app-crypt/yubikey-manager-qt
|
|
||||||
|
|
||||||
# Hans de Graaff <graaff@gentoo.org> (2025-08-08)
|
# Hans de Graaff <graaff@gentoo.org> (2025-08-08)
|
||||||
# ruby-openid fails tests and is archived upstream. Last release 6 years
|
# ruby-openid fails tests and is archived upstream. Last release 6 years
|
||||||
# ago. rack-openid is the only reverse dependency.
|
# ago. rack-openid is the only reverse dependency.
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../features/clang-lld
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/arm64/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/arm64/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../features/fsf-gcc-nold
|
@ -0,0 +1,5 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
CHOST="arm64-apple-darwin25"
|
||||||
|
CHOST_arm64="${CHOST}"
|
2
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/arm64/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/arm64/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../arch/arm64
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
4
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/make.defaults
vendored
Normal file
4
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/make.defaults
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
MACOSX_DEPLOYMENT_TARGET="26.0"
|
@ -0,0 +1,7 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Fabian Groffen <grobian@gentoo.org> (2011-04-10)
|
||||||
|
# as long as util-linux installs uuid.h which breaks the system headers
|
||||||
|
# (hence we don't) we can't do uuid support here
|
||||||
|
x11-libs/libSM -uuid
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/parent
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/parent
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
..
|
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
export MACOSX_DEPLOYMENT_TARGET=26.0
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../features/clang-lld
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/gcc/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/gcc/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../features/fsf-gcc-ld64
|
@ -0,0 +1,5 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
CHOST="x86_64-apple-darwin25"
|
||||||
|
CHOST_amd64="${CHOST}"
|
2
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/x64/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../arch/x64
|
@ -140,6 +140,7 @@ ieee1394 - Enable FireWire/iLink IEEE1394 support (dv, camera, ...)
|
|||||||
imagemagick - Enable optional support for the ImageMagick or GraphicsMagick image converter
|
imagemagick - Enable optional support for the ImageMagick or GraphicsMagick image converter
|
||||||
imap - Add support for IMAP (Internet Mail Application Protocol)
|
imap - Add support for IMAP (Internet Mail Application Protocol)
|
||||||
imlib - Add support for imlib, an image loading and rendering library
|
imlib - Add support for imlib, an image loading and rendering library
|
||||||
|
index64 - Enable 64-bit array indexing support
|
||||||
infiniband - Enable Infiniband RDMA transport support
|
infiniband - Enable Infiniband RDMA transport support
|
||||||
initramfs - Include kernel modules in the initramfs, and re-install the kernel (only effective for distribution kernels)
|
initramfs - Include kernel modules in the initramfs, and re-install the kernel (only effective for distribution kernels)
|
||||||
inotify - Enable inotify filesystem monitoring support
|
inotify - Enable inotify filesystem monitoring support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user