mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit ed189588a071f88186a3a9de25abfbd7582b9c69.
This commit is contained in:
parent
af99246a92
commit
dfdbeb4abb
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 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
|
||||||
|
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
@ -28,7 +28,7 @@ LDFLAGS_amd64="-m elf_x86_64"
|
|||||||
CHOST_amd64="x86_64-pc-linux-gnu"
|
CHOST_amd64="x86_64-pc-linux-gnu"
|
||||||
|
|
||||||
# 32bit specific settings.
|
# 32bit specific settings.
|
||||||
CFLAGS_x86="-m32"
|
CFLAGS_x86="-m32 -mfpmath=sse"
|
||||||
LDFLAGS_x86="-m elf_i386"
|
LDFLAGS_x86="-m elf_i386"
|
||||||
CHOST_x86="i686-pc-linux-gnu"
|
CHOST_x86="i686-pc-linux-gnu"
|
||||||
|
|
||||||
|
@ -22,12 +22,6 @@ dev-embedded/urjtag ftd2xx
|
|||||||
# GLEP 73 Immutability, USE=ovmf requires hvm
|
# GLEP 73 Immutability, USE=ovmf requires hvm
|
||||||
app-emulation/xen-tools ovmf
|
app-emulation/xen-tools ovmf
|
||||||
|
|
||||||
# Adam Feldman <NP-Hardass@gentoo.org> (2017-07-11)
|
|
||||||
# GLEP 73 Immutability, USE=test requires
|
|
||||||
# abi_x86_32 at this time.
|
|
||||||
app-emulation/wine-vanilla test
|
|
||||||
app-emulation/wine-staging test
|
|
||||||
|
|
||||||
# Mike Frysinger <vapier@gentoo.org> (2016-08-12)
|
# Mike Frysinger <vapier@gentoo.org> (2016-08-12)
|
||||||
# Requires sys-boot/grub:0 which is masked here.
|
# Requires sys-boot/grub:0 which is masked here.
|
||||||
sys-apps/memtest86+ floppy
|
sys-apps/memtest86+ floppy
|
||||||
|
@ -31,9 +31,8 @@ media-libs/libva-intel-driver hybrid
|
|||||||
# In the meantime, force-enable on loong only.
|
# In the meantime, force-enable on loong only.
|
||||||
# This is not inside use.mask, because crossdev toolchain packages would
|
# This is not inside use.mask, because crossdev toolchain packages would
|
||||||
# want to have the flag enabled without hassle.
|
# want to have the flag enabled without hassle.
|
||||||
dev-libs/libffi experimental-loong
|
<dev-libs/libffi-3.4.3 experimental-loong
|
||||||
sys-kernel/linux-headers experimental-loong
|
<sys-libs/glibc-2.36 experimental-loong
|
||||||
sys-libs/glibc experimental-loong
|
|
||||||
sys-libs/libseccomp experimental-loong
|
sys-libs/libseccomp experimental-loong
|
||||||
|
|
||||||
# James Le Cuirot <chewi@gentoo.org> (2022-02-24)
|
# James Le Cuirot <chewi@gentoo.org> (2022-02-24)
|
||||||
|
@ -14,7 +14,6 @@ sys-devel/llvm llvm_targets_LoongArch
|
|||||||
|
|
||||||
# WANG Xuerui <xen0n@gentoo.org> (2022-04-24)
|
# WANG Xuerui <xen0n@gentoo.org> (2022-04-24)
|
||||||
# Force-enable experimental-loong on packages; we're loong.
|
# Force-enable experimental-loong on packages; we're loong.
|
||||||
dev-libs/libffi experimental-loong
|
<dev-libs/libffi-3.4.3 experimental-loong
|
||||||
sys-kernel/linux-headers experimental-loong
|
<sys-libs/glibc-2.36 experimental-loong
|
||||||
sys-libs/glibc experimental-loong
|
|
||||||
sys-libs/libseccomp experimental-loong
|
sys-libs/libseccomp experimental-loong
|
||||||
|
@ -179,10 +179,6 @@ net-misc/netkit-bootparamd libtirpc
|
|||||||
sci-astronomy/esomidas libtirpc
|
sci-astronomy/esomidas libtirpc
|
||||||
sys-cluster/glusterfs libtirpc
|
sys-cluster/glusterfs libtirpc
|
||||||
|
|
||||||
# Adam Feldman <NP-Hardass@gentoo.org> (2017-04-10)
|
|
||||||
# Always force patch on appropriate variant
|
|
||||||
app-emulation/wine-staging staging
|
|
||||||
|
|
||||||
# David Seifert <soap@gentoo.org> (2017-03-07)
|
# David Seifert <soap@gentoo.org> (2017-03-07)
|
||||||
# Only ever use system ffmpeg, allow kodi bundled ffmpeg
|
# Only ever use system ffmpeg, allow kodi bundled ffmpeg
|
||||||
# only for debug pruposes.
|
# only for debug pruposes.
|
||||||
|
@ -33,12 +33,40 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# David Seifert <soap@gentoo.org> (2022-10-23)
|
||||||
|
# Dead package, upstream gone, GTK+2, fails to build with Clang 16 and
|
||||||
|
# tests fail. Removal on 2022-11-22. Bug #741200, #875686.
|
||||||
|
sci-calculators/grpn
|
||||||
|
|
||||||
|
# Hans de Graaff <graaff@gentoo.org> (2022-10-22)
|
||||||
|
# Last release upstream 10 years ago. No longer compiles with latest
|
||||||
|
# clang (bug #875254) and doubtful that this actually works with recent
|
||||||
|
# ruby versions.
|
||||||
|
# Masked for removal in 30 days.
|
||||||
|
dev-ruby/ruby-sdl
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2022-10-21)
|
||||||
|
# Barely maintained upstream. Still lacking support for Python 3.10.
|
||||||
|
# All revdeps in Gentoo were pure test deps, and only optional
|
||||||
|
# (because they would otherwise block Python 3.10).
|
||||||
|
# Removal on 2022-11-20. Bug #845723.
|
||||||
|
dev-python/eventlet
|
||||||
|
|
||||||
|
# David Seifert <soap@gentoo.org> (2022-10-18)
|
||||||
|
# Dead package, use dev-util/nvidia-cuda-toolkit instead. Examples were
|
||||||
|
# removed in 11.6, no revdeps left. Removal on 2022-11-17.
|
||||||
|
# Bug #722092, #749900, #762169, #840656, #845381, #858392, #866701.
|
||||||
|
dev-util/nvidia-cuda-sdk
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-10-17)
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-10-17)
|
||||||
# Hostile takeover ongoing, integrity of the live version
|
# Hostile takeover ongoing, integrity cannot be guaranteed.
|
||||||
# cannot be guaranteed. Use the release version only if you
|
# Use the release version only if you change the meta server setting.
|
||||||
# change the meta server setting.
|
# Use games-action/multimc-bin or games-action/prismlauncher instead
|
||||||
# Use games-action/multimc-bin instead to be completely safe.
|
# to be completely safe.
|
||||||
# https://bugs.gentoo.org/877495
|
# https://bugs.gentoo.org/877495
|
||||||
|
#
|
||||||
|
# Update (2022-10-20)
|
||||||
|
# Removal in 15 days, please install games-action/prismlauncher instead
|
||||||
games-action/polymc
|
games-action/polymc
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2022-10-17)
|
# Michał Górny <mgorny@gentoo.org> (2022-10-17)
|
||||||
@ -125,11 +153,6 @@ net-im/empathy
|
|||||||
# Unused Java library. Removal on 2022-11-10.
|
# Unused Java library. Removal on 2022-11-10.
|
||||||
dev-java/objenesis-test
|
dev-java/objenesis-test
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2022-10-08)
|
|
||||||
# Obsolete after Plasma 5.25 release, merged into KWin.
|
|
||||||
# Removal on 2022-10-22.
|
|
||||||
kde-plasma/kwayland-server
|
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2022-10-08)
|
# Michał Górny <mgorny@gentoo.org> (2022-10-08)
|
||||||
# Repository and SRC_URI gone. Last release in 2012 (guessing
|
# Repository and SRC_URI gone. Last release in 2012 (guessing
|
||||||
# by filename).
|
# by filename).
|
||||||
@ -274,17 +297,6 @@ games-sports/torcs
|
|||||||
# Removal on 2022-10-25.
|
# Removal on 2022-10-25.
|
||||||
dev-python/ssh2-python
|
dev-python/ssh2-python
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2022-09-23)
|
|
||||||
# Unmaintained upstream, obsolete after introduction of kde-misc/markdownpart.
|
|
||||||
# Removal on 2022-10-23.
|
|
||||||
kde-misc/kmarkdownwebview
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2022-09-23)
|
|
||||||
# Broken after Google stopped accepting "Less Secure Apps".
|
|
||||||
# https://github.com/Intika-KDE-Plasmoids/plasmoid-ultimate-gmail-feed/issues/32
|
|
||||||
# Use kde-misc/gmail-feed instead; removal on 2022-10-23.
|
|
||||||
kde-misc/ultimate-gmail-feed
|
|
||||||
|
|
||||||
# John Helmert III <ajak@gentoo.org> (2022-09-18)
|
# John Helmert III <ajak@gentoo.org> (2022-09-18)
|
||||||
# Unfixed root privilege escalation, bug #631552
|
# Unfixed root privilege escalation, bug #631552
|
||||||
sys-cluster/slurm
|
sys-cluster/slurm
|
||||||
@ -450,13 +462,6 @@ dev-util/patdiff:0/0.15
|
|||||||
sys-devel/automake:1.13
|
sys-devel/automake:1.13
|
||||||
sys-devel/automake:1.15
|
sys-devel/automake:1.15
|
||||||
|
|
||||||
# John Helmert III <ajak@gentoo.org> (2022-03-13)
|
|
||||||
# Arti is not a production-ready Tor client. According to upstream, "do
|
|
||||||
# not use this program yet if you seriously need anonymity, privacy,
|
|
||||||
# security, or stability." Feel free to unmask if this is not a
|
|
||||||
# necessity.
|
|
||||||
<net-p2p/arti-1.0.0
|
|
||||||
|
|
||||||
# Anton Fischl <github@fischl-online.de> (2022-02-23)
|
# Anton Fischl <github@fischl-online.de> (2022-02-23)
|
||||||
# Version 2.5.* is not meant for production according to upstream
|
# Version 2.5.* is not meant for production according to upstream
|
||||||
=app-backup/burp-2.5*
|
=app-backup/burp-2.5*
|
||||||
|
@ -3,3 +3,4 @@ move x11-libs/libva-compat media-libs/libva-compat
|
|||||||
move x11-libs/libva-intel-driver media-libs/libva-intel-driver
|
move x11-libs/libva-intel-driver media-libs/libva-intel-driver
|
||||||
move x11-libs/libva-intel-media-driver media-libs/libva-intel-media-driver
|
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 x11-libs/intel-hybrid-codec-driver media-libs/intel-hybrid-codec-driver
|
||||||
|
move dev-python/swagger-spec-validator dev-python/swagger_spec_validator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user