mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit 2aefaab842883f228a1149a8c69deb47202c0c9c.
This commit is contained in:
parent
7b35a5ce0a
commit
cc770a195f
@ -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
|
||||||
|
|
||||||
|
# Z. Liu <zhixu.liu@gmail.com> (2025-01-23)
|
||||||
|
# Requires dev-qt/qtwebengine
|
||||||
|
net-misc/seafile-client
|
||||||
|
|
||||||
# John Helmert III <ajak@gentoo.org> (2024-12-14)
|
# John Helmert III <ajak@gentoo.org> (2024-12-14)
|
||||||
# Requires libpcre2[jit] which is now masked on x32
|
# Requires libpcre2[jit] which is now masked on x32
|
||||||
dev-util/cutter
|
dev-util/cutter
|
||||||
|
@ -32,6 +32,8 @@ dev-lang/rust:1.85.0 llvm_slot_19
|
|||||||
dev-lang/rust-bin:1.85.0 llvm_slot_19
|
dev-lang/rust-bin:1.85.0 llvm_slot_19
|
||||||
dev-lang/rust:1.84.1 llvm_slot_19
|
dev-lang/rust:1.84.1 llvm_slot_19
|
||||||
dev-lang/rust-bin:1.84.1 llvm_slot_19
|
dev-lang/rust-bin:1.84.1 llvm_slot_19
|
||||||
|
dev-lang/rust:1.84.0 llvm_slot_19
|
||||||
|
dev-lang/rust-bin:1.84.0 llvm_slot_19
|
||||||
dev-lang/rust:1.83.0 llvm_slot_19
|
dev-lang/rust:1.83.0 llvm_slot_19
|
||||||
dev-lang/rust-bin:1.83.0 llvm_slot_19
|
dev-lang/rust-bin:1.83.0 llvm_slot_19
|
||||||
dev-lang/rust:1.82.0 llvm_slot_19
|
dev-lang/rust:1.82.0 llvm_slot_19
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 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
|
||||||
|
|
||||||
# This file contains descriptions of VIDEO_CARDS USE_EXPAND flags.
|
# This file contains descriptions of VIDEO_CARDS USE_EXPAND flags.
|
||||||
@ -25,6 +25,7 @@ nvk - VIDEO_CARDS setting to build nouveau vulkan driver for nvidia cards (Turin
|
|||||||
omap - VIDEO_CARDS setting to build DRM driver for TI OMAP video cards
|
omap - VIDEO_CARDS setting to build DRM driver for TI OMAP video cards
|
||||||
qxl - VIDEO_CARDS setting to build driver for qxl (QEMU virtual GPU)
|
qxl - VIDEO_CARDS setting to build driver for qxl (QEMU virtual GPU)
|
||||||
panfrost - VIDEO_CARDS setting to build driver for Mali 600/700/800 video cards
|
panfrost - VIDEO_CARDS setting to build driver for Mali 600/700/800 video cards
|
||||||
|
panthor - VIDEO_CARDS setting to support for Mali 10th video cards
|
||||||
r100 - VIDEO_CARDS setting to build only r100 based chips code for radeon
|
r100 - VIDEO_CARDS setting to build only r100 based chips code for radeon
|
||||||
r128 - VIDEO_CARDS setting to build driver for ATI r128 video cards
|
r128 - VIDEO_CARDS setting to build driver for ATI r128 video cards
|
||||||
r200 - VIDEO_CARDS setting to build only r200 based chips code for radeon
|
r200 - VIDEO_CARDS setting to build only r200 based chips code for radeon
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2024 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
|
||||||
|
|
||||||
|
# idealseal <realidealseal@protonmail.com> (2025-03-02)
|
||||||
|
# Fish was ported to Rust.
|
||||||
|
>=app-shells/fish-4.0.0
|
||||||
|
|
||||||
# James Le Cuirot <chewi@gentoo.org> (2024-12-17)
|
# James Le Cuirot <chewi@gentoo.org> (2024-12-17)
|
||||||
# steam-overlay packages requiring Rust.
|
# steam-overlay packages requiring Rust.
|
||||||
x11-libs/extest
|
x11-libs/extest
|
||||||
|
@ -33,6 +33,80 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# John Helmert III <ajak@gentoo.org> (2025-03-02)
|
||||||
|
# Doesn't seem to cleanly load, see:
|
||||||
|
# https://github.com/lkrg-org/lkrg/issues/364
|
||||||
|
=app-antivirus/lkrg-0.9.9
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-01)
|
||||||
|
# Last release 14 years ago, dead upstream, depends on Qt5 (and even that
|
||||||
|
# only by means of downstream patching). Bug #947634.
|
||||||
|
# Removal on 2025-03-31.
|
||||||
|
sci-biology/clustalx
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-01)
|
||||||
|
# Last release 12 years ago, dead upstream, depends on Qt5 (and even that
|
||||||
|
# only by means of downstream patching), likely broken by now if going by
|
||||||
|
# various upstream reports. Bug #947621. Removal on 2025-03-31.
|
||||||
|
media-sound/qtscrobbler
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-01)
|
||||||
|
# Currently packaged version released 12 years ago; dead upstream,
|
||||||
|
# possibly GPL violating piece of very expensive software not available
|
||||||
|
# to "new" customers in most countries even for a 5-figure USD sum.
|
||||||
|
# Bug #947239. Removal on 2025-03-31.
|
||||||
|
app-text/diffpdf
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-01)
|
||||||
|
# Last release 10 years ago, dead upstream, does not build with Qt6,
|
||||||
|
# no one else packages this. Removal on 2025-03-31.
|
||||||
|
media-gfx/qvv
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-01)
|
||||||
|
# Last release 8 years ago, dead upstream, depends on Qt5, no one
|
||||||
|
# else packages this. Removal on 2025-03-31.
|
||||||
|
x11-misc/flow-pomodoro
|
||||||
|
|
||||||
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-02-27)
|
||||||
|
# We have collected a lot of barely used Perl virtuals over time
|
||||||
|
# (they effectively only make sense with version dependencies).
|
||||||
|
# Time to clean up. In ebuilds, just depend on dev-lang/perl.
|
||||||
|
# The following are masked for removal on 2025-03-31:
|
||||||
|
virtual/perl-Attribute-Handlers
|
||||||
|
virtual/perl-AutoLoader
|
||||||
|
virtual/perl-CPAN-Meta-YAML
|
||||||
|
virtual/perl-Dumpvalue
|
||||||
|
virtual/perl-ExtUtils-Constant
|
||||||
|
virtual/perl-ExtUtils-Install
|
||||||
|
virtual/perl-ExtUtils-Manifest
|
||||||
|
virtual/perl-Filter-Simple
|
||||||
|
virtual/perl-I18N-LangTags
|
||||||
|
virtual/perl-IPC-Cmd
|
||||||
|
virtual/perl-Locale-Maketext-Simple
|
||||||
|
virtual/perl-Memoize
|
||||||
|
virtual/perl-Module-Loaded
|
||||||
|
virtual/perl-Net-Ping
|
||||||
|
virtual/perl-Perl-OSType
|
||||||
|
virtual/perl-Pod-Escapes
|
||||||
|
virtual/perl-Safe
|
||||||
|
virtual/perl-Thread-Queue
|
||||||
|
virtual/perl-Thread-Semaphore
|
||||||
|
virtual/perl-threads-shared
|
||||||
|
virtual/perl-Tie-RefHash
|
||||||
|
virtual/perl-Time-Piece
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-02-26)
|
||||||
|
# Last release in 2005, last commit in 2013, dead as can be - does not
|
||||||
|
# start, does not build, bugs #914927, #927337, #946657.
|
||||||
|
# Removal on 2025-03-26.
|
||||||
|
media-sound/jamin
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2025-02-26)
|
||||||
|
# Last release 11 years ago, dead upstream, depends on Qt5 (and even that
|
||||||
|
# only by means of downstream patching, no one else packages this.
|
||||||
|
# Bug #947631. Removal on 2025-03-26.
|
||||||
|
app-mobilephone/qtadb
|
||||||
|
|
||||||
# Eray Aslan <eras@gentoo.org> (2025-02-24)
|
# Eray Aslan <eras@gentoo.org> (2025-02-24)
|
||||||
# Mask experimental software
|
# Mask experimental software
|
||||||
=mail-mta/postfix-3.11*
|
=mail-mta/postfix-3.11*
|
||||||
@ -75,11 +149,6 @@ kde-frameworks/kcalendarcore:5
|
|||||||
# Removal on 2025-03-16. Bug 948200.
|
# Removal on 2025-03-16. Bug 948200.
|
||||||
app-text/xournal
|
app-text/xournal
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-02-16)
|
|
||||||
# Downstream-split fallback package for KF5-based revdeps without any
|
|
||||||
# revdeps left. Removal on 2025-02-28.
|
|
||||||
media-gfx/okularpart
|
|
||||||
|
|
||||||
# Andrey Grozin <grozin@gentoo.org> (2025-02-15)
|
# Andrey Grozin <grozin@gentoo.org> (2025-02-15)
|
||||||
# Last release 6 years ago, depends on Qt5,
|
# Last release 6 years ago, depends on Qt5,
|
||||||
# no one else packages this.
|
# no one else packages this.
|
||||||
@ -192,47 +261,11 @@ games-fps/quakeforge
|
|||||||
# Removal on 2025-03-07. Bug: 949318
|
# Removal on 2025-03-07. Bug: 949318
|
||||||
net-misc/AQtion
|
net-misc/AQtion
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-30)
|
|
||||||
# Last release 15 years ago, dead upstream (never imported from kdesvn),
|
|
||||||
# no revdeps probably since amarok last-rites. Removal on 2025-02-27.
|
|
||||||
media-libs/taglib-extras
|
|
||||||
|
|
||||||
# Conrad Kostecki <conikost@gentoo.org> (2024-01-28)
|
|
||||||
# A package, which depends on Qt5. Upstream dead for many years.
|
|
||||||
# Removal on 2025-02-28. Bug #948048
|
|
||||||
net-wireless/linssid
|
|
||||||
|
|
||||||
# Conrad Kostecki <conikost@gentoo.org> (2024-01-28)
|
|
||||||
# Binary package, which depends on Qt5. Bug #926665
|
|
||||||
# Please update to v5 beta or v6 beta. Removal on 2025-02-28.
|
|
||||||
media-sound/teamspeak-client:3
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-28)
|
|
||||||
# Last release 8 years ago, dead upstream (repository gone as well),
|
|
||||||
# depends on Qt5, no one else packages this. Removal on 2025-02-27.
|
|
||||||
net-misc/qtm
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-28)
|
|
||||||
# Last release+commit 7 years ago, dead upstream, unmaintained in Gentoo,
|
|
||||||
# depends on Qt5, broken with >= ffmpeg-5, no one else packages this.
|
|
||||||
# Removal on 2025-02-27. Bug #900947
|
|
||||||
app-misc/qcma
|
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-28)
|
|
||||||
# Last release+commit 8 years ago, dead upstream, unmaintained in Gentoo,
|
|
||||||
# depends on Qt5, no one else packages this. Removal on 2025-02-27.
|
|
||||||
x11-misc/urxvtconfig
|
|
||||||
|
|
||||||
# Arthur Zamarin <arthurzam@gentoo.org> (2025-01-28)
|
# Arthur Zamarin <arthurzam@gentoo.org> (2025-01-28)
|
||||||
# Since we are done with EGO_SUM, this tool isn't needed any more.
|
# Since we are done with EGO_SUM, this tool isn't needed any more.
|
||||||
# Removal on 2025-02-27. Bug #948966.
|
# Removal on 2025-02-27. Bug #948966.
|
||||||
dev-go/get-ego-vendor
|
dev-go/get-ego-vendor
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-28)
|
|
||||||
# Last release from 14 years ago, dead upstream (repository gone as well).
|
|
||||||
# Plenty of other options in ::gentoo. Bug #947724, removal on 2025-02-27.
|
|
||||||
media-sound/bempc
|
|
||||||
|
|
||||||
# Arthur Zamarin <arthurzam@gentoo.org> (2025-01-24)
|
# Arthur Zamarin <arthurzam@gentoo.org> (2025-01-24)
|
||||||
# EAPI=7, uses deprecated Go eclasses, fails to compile, installation
|
# EAPI=7, uses deprecated Go eclasses, fails to compile, installation
|
||||||
# blocked by current versions of docker (which provides the features).
|
# blocked by current versions of docker (which provides the features).
|
||||||
@ -280,12 +313,6 @@ dev-qt/qtwebview:5
|
|||||||
>=dev-libs/intel-compute-runtime-24.52.32224.5
|
>=dev-libs/intel-compute-runtime-24.52.32224.5
|
||||||
>=dev-util/intel-graphics-compiler-2.5.7
|
>=dev-util/intel-graphics-compiler-2.5.7
|
||||||
|
|
||||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-01-06)
|
|
||||||
# Masked for testing
|
|
||||||
=dev-lang/perl-5.40.1*
|
|
||||||
~virtual/perl-File-Spec-3.910.0
|
|
||||||
~virtual/perl-Module-CoreList-5.202.501.184_rc
|
|
||||||
|
|
||||||
# Nowa Ammerlaan <nowa@gentoo.org> (2025-01-03)
|
# Nowa Ammerlaan <nowa@gentoo.org> (2025-01-03)
|
||||||
# Contains a serious bug that can cause deletion of the users home dir.
|
# Contains a serious bug that can cause deletion of the users home dir.
|
||||||
# See-also: https://github.com/keshavbhatt/whatsie/issues/230
|
# See-also: https://github.com/keshavbhatt/whatsie/issues/230
|
||||||
|
Loading…
x
Reference in New Issue
Block a user