diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-10 17:34:25 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-10 17:34:25 +0000 |
commit | 0bb42730e8fc9c8e571f12e3189c6c6f8d532c24 (patch) | |
tree | cba6032fbed30be2b0764494607c3ec9dda0c18a /profiles | |
parent | cc901a8ce7c6bfe97e3b4f048619693d360ae348 (diff) |
gentoo auto-resync : 10:02:2024 - 17:34:25
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 194005 -> 194160 bytes | |||
-rw-r--r-- | profiles/arch/base/use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/loong/use.mask | 6 | ||||
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desc/llvm_slot.desc | 8 | ||||
-rw-r--r-- | profiles/embedded/make.defaults | 4 | ||||
-rw-r--r-- | profiles/package.mask | 25 | ||||
-rw-r--r-- | profiles/profiles.desc | 28 | ||||
-rw-r--r-- | profiles/use.local.desc | 8 |
9 files changed, 55 insertions, 31 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex c899e092ccbc..232d53e0f1a5 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 2fc87978ee66..b36b584af099 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-02-05) +# LLVM slots without keywords. +llvm_slot_18 +llvm_slot_19 + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) # Mask secureboot flag on arches where sbsigntools is not keyworded secureboot diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask index 053f6480d1f4..e0e50583c2ab 100644 --- a/profiles/arch/loong/use.mask +++ b/profiles/arch/loong/use.mask @@ -1,6 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-02-05) +# LLVM slots without keywords. +llvm_slot_15 + # WANG Xuerui <xen0n@gentoo.org> (2023-07-11) # dev-util/babeltrace fails tests on loong babeltrace diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index cb203399fa61..ba52a297a955 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -12,7 +12,7 @@ USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. diff --git a/profiles/desc/llvm_slot.desc b/profiles/desc/llvm_slot.desc new file mode 100644 index 000000000000..8e837d330333 --- /dev/null +++ b/profiles/desc/llvm_slot.desc @@ -0,0 +1,8 @@ +# Copyright 2024 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +15 - Use LLVM 15. +16 - Use LLVM 16. +17 - Use LLVM 17. +18 - Use LLVM 18. +19 - Use LLVM 19. diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 9b5c9c8f6e08..96fbd36959f5 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2023 Gentoo Authors +# Copyright 2008-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 USE="minimal multicall zlib" @@ -29,7 +29,7 @@ USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. diff --git a/profiles/package.mask b/profiles/package.mask index c63a2f15a2f0..2dfbee621601 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -148,31 +148,6 @@ dev-java/osgi-enterprise-api dev-java/osgi-compendium dev-java/osgi-foundation -# Michał Górny <mgorny@gentoo.org> (2024-01-11) -# These plugins are no longer maintained. At least -# dev-python/pytest-virtualenv is broken. They have no revdeps left. -# Removal on 2024-02-10. Bug #921836. -dev-python/pytest-fixture-config -dev-python/pytest-shutil -dev-python/pytest-verbose-parametrize -dev-python/pytest-virtualenv - -# Michał Górny <mgorny@gentoo.org> (2024-01-07) -# A Gentoo fork of an abandoned library that was historically used -# by app-office/libreoffice. No revdeps left. -# Removal on 2024-02-06. Bug #921576. -sys-devel/ucpp - -# John Helmert III <ajak@gentoo.org> (2024-01-06) -# Unmaintained in Gentoo, outdated, and vulnerable -# Removal on 2024-02-06. Bugs #856466, #865253 -net-dns/totd - -# John Helmert III <ajak@gentoo.org> (2024-01-06) -# Unmaintained in Gentoo, outdated, vulnerable -# Removal on 2024-02-06. Bug #918536 -net-nds/tac_plus - # Andreas Sturmlechner <asturm@gentoo.org> (2023-12-25) # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 996a48a5d7b2..918843f5dd4f 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -386,6 +386,18 @@ ppc64 default/linux/ppc64/17.0/systemd/merged-usr stable ppc64 default/linux/ppc64/17.0/developer exp ppc64 default/linux/ppc64/17.0/musl dev ppc64 default/linux/ppc64/17.0/musl/hardened exp +ppc64 default/linux/ppc64/23.0 exp +ppc64 default/linux/ppc64/23.0/desktop exp +ppc64 default/linux/ppc64/23.0/desktop/gnome exp +ppc64 default/linux/ppc64/23.0/desktop/gnome/systemd exp +ppc64 default/linux/ppc64/23.0/systemd exp +ppc64 default/linux/ppc64/23.0/musl exp +ppc64 default/linux/ppc64/23.0/musl/hardened exp +ppc64 default/linux/ppc64/23.0/split-usr exp +ppc64 default/linux/ppc64/23.0/split-usr/desktop exp +ppc64 default/linux/ppc64/23.0/split-usr/desktop/gnome exp +ppc64 default/linux/ppc64/23.0/split-usr/musl exp +ppc64 default/linux/ppc64/23.0/split-usr/musl/hardened exp # PPC64LE profiles # @MAINTAINER: gyakovlev@gentoo.org, ppc64@gentoo.org, musl@gentoo.org @@ -405,6 +417,22 @@ ppc64 default/linux/ppc64le/17.0/developer exp ppc64 default/linux/ppc64le/17.0/musl dev ppc64 default/linux/ppc64le/17.0/musl/hardened exp ppc64 default/linux/ppc64le/17.0/ieee-long-double exp +ppc64 default/linux/ppc64le/23.0 exp +ppc64 default/linux/ppc64le/23.0/desktop exp +ppc64 default/linux/ppc64le/23.0/desktop/gnome exp +ppc64 default/linux/ppc64le/23.0/desktop/gnome/systemd exp +ppc64 default/linux/ppc64le/23.0/desktop/plasma exp +ppc64 default/linux/ppc64le/23.0/desktop/plasma/systemd exp +ppc64 default/linux/ppc64le/23.0/desktop/systemd exp +ppc64 default/linux/ppc64le/23.0/systemd exp +ppc64 default/linux/ppc64le/23.0/musl exp +ppc64 default/linux/ppc64le/23.0/musl/hardened exp +ppc64 default/linux/ppc64le/23.0/split-usr exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop/gnome exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop/plasma exp +ppc64 default/linux/ppc64le/23.0/split-usr/musl exp +ppc64 default/linux/ppc64le/23.0/split-usr/musl/hardened exp # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 2b5edf1a2f59..fdb197182d51 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -667,6 +667,12 @@ app-emulation/virtualbox:sdk - Enable building of SDK app-emulation/virtualbox:udev - Controls installation of special USB udev rules. app-emulation/virtualbox:vboxwebsrv - Build and install the VirtualBox webservice app-emulation/virtualbox:vde - Support for VDE networking via net-misc/vde +app-emulation/virtualbox-kvm:dtrace - Install dtrace Extension Pack +app-emulation/virtualbox-kvm:lvm - Build VBoxVolInfo that needs devicemapper from sys-fs/lvm2. +app-emulation/virtualbox-kvm:sdk - Enable building of SDK +app-emulation/virtualbox-kvm:udev - Controls installation of special USB udev rules. +app-emulation/virtualbox-kvm:vboxwebsrv - Build and install the VirtualBox webservice +app-emulation/virtualbox-kvm:vde - Support for VDE networking via net-misc/vde app-emulation/vkd3d:spirv-tools - Enable SPIRV shader debugging support using dev-util/spirv-tools app-emulation/vkd3d-proton:crossdev-mingw - Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up) app-emulation/vkd3d-proton:extras - Install extra tools and demos in /usr/lib/vkd3d-proton @@ -6651,8 +6657,6 @@ net-nds/openldap:sha2 - Enable support for pw-sha2 password hashes net-nds/openldap:smbkrb5passwd - Enable overlay for syncing ldap, unix and lanman passwords net-nds/rpcbind:remotecalls - Enable remote calls net-nds/rpcbind:warmstarts - Enables rpcbind to cache configuration for warm restarts -net-nds/tac_plus:finger - Adds support for checking user counts via fingering the NAS -net-nds/tac_plus:maxsess - Enforce a limit on maximum sessions per user net-news/rssguard:libmpv - Enable media player support via libmpv from media-video/mpv net-news/rssguard:qt6 - Build with Qt6 support instead of the default Qt5 net-news/rssguard:qtmultimedia - Enable media player support via dev-qt/qtmultimedia |