summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
commit413421048cc2b0df9a218f0ab3cb151846809eb5 (patch)
tree3fd887035aa0f5b65d7f147ab77caa98c44c148d /profiles
parent3e42d1577189af123b773dc0f11e5419035308c8 (diff)
gentoo auto-resync : 27:04:2024 - 23:59:42
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin204436 -> 204442 bytes
-rw-r--r--profiles/arch/amd64/package.use.mask1
-rw-r--r--profiles/arch/base/package.use.mask1
-rw-r--r--profiles/arch/powerpc/ppc64/64le/package.use.mask4
-rw-r--r--profiles/base/package.use.mask4
-rw-r--r--profiles/base/package.use.stable.force4
-rw-r--r--profiles/package.mask81
-rw-r--r--profiles/use.local.desc4
8 files changed, 25 insertions, 74 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index f8c2035b2315..d28b9a88654c 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index ac69b1e1f682..7d0e11fd4f50 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -250,6 +250,7 @@ sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan
sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo
sys-libs/compiler-rt-sanitizers -gwp-asan
sys-libs/compiler-rt-sanitizers -libfuzzer -memprof -orc -profile -xray
+sys-libs/compiler-rt-sanitizers -ctx-profile
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 61a7f3d48fac..8d9be78beeb6 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -235,6 +235,7 @@ sys-libs/compiler-rt-sanitizers asan dfsan lsan msan hwasan tsan
sys-libs/compiler-rt-sanitizers ubsan safestack cfi scudo
sys-libs/compiler-rt-sanitizers shadowcallstack gwp-asan
sys-libs/compiler-rt-sanitizers libfuzzer memprof orc profile xray
+sys-libs/compiler-rt-sanitizers ctx-profile
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,
diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask
index e52371ee7cfa..6451c29aa1cf 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# James Le Cuirot <chewi@gentoo.org> (2024-04-26)
+# Temporary mask while we get dev-libs/weston keywords in order.
+gui-libs/gtk test
+
# Marek Szuba <marecki@gentoo.org> (2023-12-05)
# Needs USE=video_cards_amdgpu, which IS available on ppc64le.
>=sys-apps/fwupd-1.9.10 -amdgpu
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ed3025f7727e..2d7e50adab4f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2024-04-27)
+# dev-python/uv is nowhere near ready to be stabilized.
+dev-python/build test-rust
+
# Michał Górny <mgorny@gentoo.org> (2024-04-23)
# app-forensics/libewf is being removed (TestDisk does not build
# successfully with our version anyway).
diff --git a/profiles/base/package.use.stable.force b/profiles/base/package.use.stable.force
index f03d72a200a7..90c98d1e2a45 100644
--- a/profiles/base/package.use.stable.force
+++ b/profiles/base/package.use.stable.force
@@ -4,10 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in package.use.force
-# James Le Cuirot <chewi@gentoo.org> (2023-12-23)
-# Force ffmpeg-chromium fork until ffmpeg-6.1 is stable.
-www-client/vivaldi ffmpeg-chromium
-
## Kent Fredric <kentnl@gentoo.org> (2019-07-11)
# The absense of these features require dev-perl/GD, which currently
# can't be considered stable due to serious defects upstream.
diff --git a/profiles/package.mask b/profiles/package.mask
index 7b4881f43941..1bf9a899bc3a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,19 @@
#--- END OF EXAMPLES ---
+# Jason Zaman <perfinion@gentoo.org> (2024-04-27)
+# Sandboxfs was only experimental in Bazel. It was fully removed in Bazel-7
+# Bazel was removed from gentoo in Feb.
+# Removal in 30 days. Bug #930790
+sys-fs/sandboxfs
+
+# Arthur Zamarin <arthurzam@gentoo.org> (2024-04-27)
+# EAPI=6 package, has issues with implicit function declarations, has
+# issues with incompatible types and more. The only reverse dependency
+# is virtual/skkserv, which has other better candidates.
+# Removal on 2024-05-27, bug #930781
+app-i18n/skkserv
+
# Arthur Zamarin <arthurzam@gentoo.org> (2024-04-26)
# Broken and reported as such upstream. EAPI=6.
# Removal: 2024-05-26. Bug #912842.
@@ -307,56 +320,6 @@ sec-keys/openpgp-keys-jiatan
~app-arch/xz-utils-5.6.1
# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Last release in 2012. No reverse dependencies.
-# Removal on 2024-04-25. Bug #927524.
-dev-python/simplegeneric
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Unmaintained. EAPI 6. Homepage gone. No keywords for modern
-# architectures.
-# Removal on 2024-04-25. Bug #927208.
-net-misc/blinkperl
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Unmaintained. Multiple bugs open. The current version is from 2018,
-# and it has been discontinued as a separate package since.
-# Removal on 2024-04-25. Bug #926861.
-net-misc/felix
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Unmaintained. EAPI 6. Homepage gone.
-# Removal on 2024-04-25. Bug #926860.
-app-pda/iripdb
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Unfetchable proprietary fonts. The alternatives include
-# media-fonts/jomolhari and "Noto Serif Tibetan" from media-fonts/noto.
-# Removal on 2024-04-25. Bug #926836.
-media-fonts/dzongkha-fonts
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# A dead wiget library with no reverse dependencies. Homepage gone.
-# Removal on 2024-04-25. Bug #926604.
-x11-libs/scw
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Deprecated upstream and the URL no longer works.
-# Removal on 2024-04-25. Bug #926550.
-sys-firmware/bluez-firmware
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Unfinished package from 2021 that was added as a short-lived
-# dependency of dev-python/GitPython. No reverse dependencies remain.
-# Removal on 2024-04-25. Bug #924683.
-dev-python/sumtypes
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Uses deprecated distutils-r1 API. The current version is outdated,
-# from mid-2022. No reverse dependencies.
-# Removal on 2024-04-25. Bug #910015.
-sci-biology/HTSeq
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
# Uses deprecated distutils-r1 API. Depends on dev-qt/qtwebengine:5.
# Includes the libraries with no other reverse dependencies.
# Removal on 2024-04-25. Bug #909996.
@@ -369,24 +332,6 @@ media-video/openshot
# Removal on 2024-04-25. Bug #892031.
sys-auth/pam_ssh
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Fails to compile. Unmaintained. Last activity in 2016.
-# Depends on an old wxGTK slot.
-# Removal on 2024-04-25. Bug #895222.
-app-misc/tek
-
-# Michał Górny <mgorny@gentoo.org> (2024-03-26)
-# Bad C++ code. Unmaintained. Carries a number of patches already.
-# No reverse dependencies.
-# Removal on 2024-04-25. Bug #924925.
-dev-libs/zthread
-
-# Eli Schwartz <eschwartz93@gmail.com> (2024-03-24)
-# Broken with modern compilers, broken with LTO. Upstream website no
-# longer exists. Unmaintained in Gentoo, no reverse dependencies.
-# Removal on 2024-04-23. Bug #731942, #863041, #898298.
-sci-libs/xgks-pmel
-
# Rahil Bhimjiani <me@rahil.rocks> (2024-03-17)
# buildah-1.34.0 isn't getting security fixes from upstream
# https://github.com/containers/buildah/issues/5320
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 999503e41acd..8b7db0447224 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -348,6 +348,7 @@ app-containers/skopeo:device-mapper - Compiles with libdevmapper
app-containers/skopeo:rootless - Compiles with libsubid
app-containers/snapd:forced-devmode - Automatically disable application confinement if feature detection fails.
app-crypt/aespipe:cpu_flags_x86_padlock - Use VIA padlock instructions, detected at run time, code still works on non-padlock processors
+app-crypt/badkeys:ssh - Enable ssh scan mode via dev-python/paramiko.
app-crypt/ccid:twinserial - Enable twinserial reader
app-crypt/codecrypt:cryptopp - Build algorithms that need Crypto++ support dev-libs/crypto++
app-crypt/dehydrated:cron - Install cron job to sign/renew non-existent/changed/expiring certificates
@@ -2256,7 +2257,6 @@ dev-libs/weston:rdp - Enable Remote Desktop Protocol compositor support
dev-libs/weston:remoting - Enable plugin to stream output to remote hosts using media-libs/gstreamer
dev-libs/weston:resize-optimization - Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi
dev-libs/weston:screen-sharing - Enable screen-sharing through RDP
-dev-libs/weston:seatd - Enable support for rootless session via sys-auth/seatd
dev-libs/weston:wayland-compositor - Enable Wayland compositor support
dev-libs/weston:xwayland - Enable ability support native X11 applications
dev-libs/xapian:inmemory - Enabled inmemory backend db support
@@ -6427,7 +6427,6 @@ net-misc/eventd:purple - Enable plugin for IM notifications via libpurple
net-misc/eventd:webhook - Enable plugin to send payloads to webhook handlers
net-misc/eventd:websocket - Enable support for WebSocket protocol
net-misc/fatrat:bittorrent - Use the bittorrent protocol via net-libs/libtorrent-rasterbar.
-net-misc/felix:bird - Use BIRD, e.g. for route reflection
net-misc/freerdp:aad - Enable login via Azure AD
net-misc/freerdp:client - Build client binaries
net-misc/freerdp:fuse - Clipboard with FUSE file copy support
@@ -8422,6 +8421,7 @@ sys-libs/compiler-rt:clang - Force building using installed clang (rather than t
sys-libs/compiler-rt-sanitizers:asan - Build Address Sanitizer runtime.
sys-libs/compiler-rt-sanitizers:cfi - Build Control Flow Integrity runtime.
sys-libs/compiler-rt-sanitizers:clang - Force building using installed clang (rather than the default CC/CXX).
+sys-libs/compiler-rt-sanitizers:ctx-profile - Build ctx profiling runtime.
sys-libs/compiler-rt-sanitizers:dfsan - Build Data Flow Sanitizer runtime.
sys-libs/compiler-rt-sanitizers:gwp-asan - Build GWP-ASAN runtime.
sys-libs/compiler-rt-sanitizers:hwasan - Build Hardware ASAN runtime.