summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /profiles
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin148405 -> 148414 bytes
-rw-r--r--profiles/arch/m68k/package.use.mask3
-rw-r--r--profiles/arch/s390/package.use.mask5
-rw-r--r--profiles/arch/sh/package.use.mask3
-rw-r--r--profiles/base/package.use.force7
-rw-r--r--profiles/base/package.use.mask10
-rw-r--r--profiles/package.mask369
-rw-r--r--profiles/targets/desktop/make.defaults2
-rw-r--r--profiles/use.local.desc42
9 files changed, 237 insertions, 204 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 36b71197a472..38e85c1e958b 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask
index c143bc4ea264..3ab6baaf2f23 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -7,8 +7,7 @@ net-libs/gnutls test-full
# Matt Turner <mattst88@gentoo.org> (2017-02-25)
# Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
+x11-base/xorg-server wayland
# Mike Frysinger <vapier@gentoo.org> (2015-03-16)
# Needs sci-physics/bullet tested #499974
diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
index 413a3a14b041..f1f9dab66c11 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -56,11 +56,6 @@ dev-libs/efl physics
# Not tested
app-portage/layman g-sorcery
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2014-09-16)
-# Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
-
# Mikle Kolyada <zlogene@gentoo.org> (2014-01-11)
# too much unkeyworded dependencies (bug #497068)
dev-vcs/git mediawiki mediawiki-experimental
diff --git a/profiles/arch/sh/package.use.mask b/profiles/arch/sh/package.use.mask
index 61a2417200c7..9f38a48d1ff6 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -19,8 +19,7 @@ media-sound/pulseaudio native-headset ofono-headset
# Matt Turner <mattst88@gentoo.org> (2017-02-25)
# Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
+x11-base/xorg-server wayland
# Sergey Popov <pinkbyte@gentoo.org> (2015-10-24)
# Not tested
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index e64b86353b9d..01566e792686 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sergei Trofimovich <slyfox@gentoo.org> (2019-11-06)
+# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
+# distribution and rely on external providers lke libxcrypt.
+# Gentoo will follow the suit but today we are not ready.
+# Unmask at your risk. Bug #699422 tracks the effort.
+sys-libs/glibc crypt
+
# Matt Turner <mattst88@gentoo.org> (2019-09-01)
# <dev-scheme/guile-2 is package.mask'd, so force USE=guile2
media-sound/lilypond guile2
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b17eaed09f7d..d6371f5ea880 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
# 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> (2019-11-09)
+# eMovix is being removed.
+kde-apps/k3b emovix
+
+# Patrick McLean <chutzpah@gentoo.org> (2910-11-07)
+# Collides with sys-libc/glibc[crypt]
+sys-libs/libxcrypt system
+
# Michał Górny <mgorny@gentoo.org> (2019-10-05)
# net-libs/openslp is being removed.
net-nds/openldap slp
@@ -293,7 +301,7 @@ sci-libs/linux-gpib php
# Michał Górny <mgorny@gentoo.org> (2017-05-15)
# Mask ruby20-only compatible packages
-=media-libs/libcaca-0.99_beta19 ruby
+~media-libs/libcaca-0.99_beta19 ruby
# Matthias Maier <tamiko@gentoo.org> (2017-05-11)
# Globally mask pie use flag. Selectively unmask on specific profiles.
diff --git a/profiles/package.mask b/profiles/package.mask
index a7ba23aa8211..b1d5bb3d1294 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,203 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-11-10)
+# Those packages are at EAPI 0. Their respective maintainers
+# are unresponsive and they require specific hardware to build.
+# If someone has the hardware, please bump them to a newer EAPI.
+#
+# sys-apps/ibm-powerpc-utils-papr (ppc*): bug #697210
+# sys-apps/lkcdutils (s390): bug #697212
+# sys-block/nwutil (arm): bug #697198
+# sys-boot/aboot (alpha): bug #697182
+# sys-boot/milo (alpha): bug #697180
+# sys-libs/libspe2 & sys-libs/mars (ppc64): bug #697158
+#
+# Removal in 30 days.
+sys-apps/ibm-powerpc-utils-papr
+sys-apps/lkcdutils
+sys-block/nwutil
+sys-boot/aboot
+sys-boot/milo
+sys-libs/libspe2
+sys-libs/mars
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-10)
+# Known to segfault. EAPI 0. Nobody should get near that ebuild
+# without a ten foot pole. Stuck at a beta from 2006.
+# Removal in 30 days. Bug #612384.
+dev-embedded/tigcc
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-10)
+# Incorrect LICENSE (claims to be @FREE while it is @EULA). EAPI 0.
+# Two of them are in 2010 versions, one in 2014. No revdeps.
+# Removal in 30 days. Bug #699736.
+dev-embedded/sgpp-lite-arm-eabi-bin
+dev-embedded/sgpp-lite-arm-linux-bin
+dev-embedded/sgpp-lite-arm-uclinux-bin
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-10)
+# Does not build on new profiles. EAPI 0. No revdeps.
+# Removal in 30 days. Bug #681186.
+dev-dotnet/gsf-sharp
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-10)
+# Fails to build since 2017. EAPI 0. No revdeps.
+# Removal in 30 days. Bug #618464.
+sys-cluster/osc-mpiexec
+
+# Aaron Bauman <bman@gentoo.org> (2019-11-09)
+# EAPI=0, source archives are crazy
+# Removal in 30 days
+dev-tex/bera
+dev-tex/ppower4
+dev-tex/prosper
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-09)
+# Remnants of 'Cluster Suite', with no external revdeps. dlm-lib
+# does not build with modern kernels anymore. EAPI 0.
+# Removal in 30 days. Bug #533122.
+sys-cluster/cman-lib
+sys-cluster/dlm
+sys-cluster/dlm-lib
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-09)
+# Multimedia distribution with last release in 2005. Its usefulness
+# with modern media is doubtful.
+# Removal in 30 days. Bug #699694.
+media-video/emovix
+
+# Aaron Bauman <bman@gentoo.org> (2019-11-09)
+# upstream moved to Github. not bumped in years
+# EAPI=4 and maintainer-needed. Removal in 30 days
+app-laptop/hdaps-gl
+
+# Aaron Bauman <bman@gentoo.org> (2019-11-09)
+# homepage dead, maintainer-needed
+# EAPI=4. Removal in 30 days
+app-forensics/magicrescue
+
+# Aaron Bauman <bman@gentoo.org> (2019-11-09)
+# maintainer-needed, no known upstream homepage
+# what does it even do? EAPI=4 Removal in 30 days
+app-backup/furball
+
+# Aaron Bauman <bman@gentoo.org> (2019-11-09)
+# maintainer-need, upstream website is dead
+# EAPI=4. Removal in 30 days
+app-admin/durep
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-08)
+# Ancient vulnerable version of NumPy, plus all its revdeps.
+# Removal in 30 days. Bug #627962.
+<dev-python/numpy-1.14.5
+dev-python/pyclimate
+dev-python/scientificpython
+sci-chemistry/parassign
+sci-chemistry/pymol-plugins-psico
+sci-libs/mmtk
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-08)
+# Obsolete binary version. Please use www-apps/trickster instead.
+# Removal in 30 days. Bug #694884.
+www-apps/trickster-bin
+
+# Sergei Trofimovich <slyfox@gentoo.org> (2019-11-07)
+# Development stalled. Fails to build against modern
+# postgresql: bug #697452. Masked for removal in 30 days.
+dev-haskell/hsql-postgresql
+
+# Thomas Deutschmann <whissi@gentoo.org> (2019-11-07)
+# EAPI 0. It's been almost a decade since that openssl bug.
+# Removal in 30 days. Bug #697218.
+net-misc/openssh-blacklist
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last upstream release in 2006.
+# Removal in 30 days. Bug #697372.
+app-text/info2html
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last bumped in 2004. Upstream is active, so this really
+# needs a major version bump. Multiple bugs reported.
+# Removal in 30 days. Bug #697392.
+app-misc/matew
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last bumped in 2008. Homepage gone.
+# Removal in 30 days. Bug #697156.
+www-apps/mod_survey
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last bumped in 2005. Homepage gone.
+# Removal in 30 days. Bug #697154.
+www-apps/drraw
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last bumped in 2008. Homepage gone. No revdeps.
+# Removal in 30 days. Bug #697238.
+net-misc/hsc
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# EAPI 0. Last bumped in 2004, and no new releases since.
+# Removal in 30 days. Bug #697286.
+media-gfx/opcion
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-06)
+# Old EAPI 0 graphics-related packages.
+#
+# media-gfx/aoi was last bumped in Nov 2009. It is still actively
+# developed upstream, and it's waiting for a bump since Dec 2009.
+# It suffers from bundled dependencies (#177026).
+#
+# media-gfx/exiftags was last bumped in 2007. It did not have any new
+# releases since, and does not seem to have any unique features.
+# media-gfx/exiv2 seems to be a more commonly installed replacement.
+#
+# Removal in 30 days. Bug #697288.
+media-gfx/aoi
+media-gfx/exiftags
+
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-11-05)
+# Ships broken libssh-config module breaking build of revdeps, bug #698940
+=net-libs/libssh-0.9.1
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-05)
+# The following packages are unmaintained and have incorrect LICENSE
+# entries. All of them have additional bugs reported.
+#
+# app-admin/certmgr: #694690
+# app-admin/ksonnet: #694710
+# Removal in 30 days.
+app-admin/certmgr
+app-admin/ksonnet
+
+# Mikle Kolyada <zlogene@gentoo.org> (2019-11-04)
+# xcolor has been a part of dev-texlive/texlive-latexrecommended
+# for a long time, removal in 10 days.
+dev-tex/xcolor
+
+# Alfredo Tupone <tupone@gentoo.org> (2019-11-03)
+# No more needed. Substituted by dev-ada/gnatcoll-core and others
+# Removal in 30 days.
+dev-ada/gnatcoll
+
+# Thomas Deutschmann <whissi@gentoo.org> (2019-11-03)
+# Infinite loop in TAILQ_FOREACH_SAFE when running for some time
+# Bug #698856
+=net-misc/dhcpcd-8.1.1
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-03)
+# Discontinued upstream. Relies on app-portage/flaggie make.conf
+# editing support that was fragile and therefore was removed.
+# Removal in 30 days. Bug #699244.
+app-portage/install-mask
+
+# Michał Górny <mgorny@gentoo.org> (2019-11-03)
+# This was only used by my packages, and the last revdep is gone now.
+# Removal in 14 days. Bug #699238.
+sys-devel/systemd-m4
+
# Alfredo Tupone <tupone@gentoo.org> (2019-11-03)
# The binary for gps are included in dev-ada/gnat-suite-bin
# Removal in 30 days.
@@ -62,22 +259,12 @@ dev-ruby/openvas-omp
# Removal in 30 days. Bug #608334
media-video/minitube
-# Lars Wendler <polynomial-c@gentoo.org> (2019-10-26)
-# Breaks at least libreoffice (and perhaps more revdeps)
-~app-text/poppler-0.82.0
-
# Michał Górny <mgorny@gentoo.org> (2019-10-26)
# Incorrect LICENSE entry, and no clear license information to be found.
# Homepage gone, and source of some of the files unknown.
# Removal in 30 days. Bug #698050.
media-fonts/vc-fonts
-# Stephan Hartmann <stha09@googlemail.com> (2019-10-25)
-# Dev channel releases are only for people who
-# are developers or want more experimental features
-# and accept a more unstable release.
->=www-client/chromium-79
-
# Hans de Graaff <graaff@gentoo.org> (2019-10-25)
# ruby24-only, no longer supported by upstream.
# Migrate to Rails 5.2 instead. Masked for removal in 30 days.
@@ -146,12 +333,6 @@ www-servers/thin
app-text/scrollkeeper
# David Seifert <soap@gentoo.org> (2019-10-19)
-# EAPI 0, tarball completely broken, only contains
-# symlinks to /usr/portage/distdir.
-# Removal in 15 days. Bug #697306.
-media-fonts/jsmath-extra-light
-
-# David Seifert <soap@gentoo.org> (2019-10-19)
# EAPI 0, broken build system, unmaintained,
# Removal in 30 days. Bug #679304, #688906, #697356.
app-i18n/scim-wnn
@@ -300,149 +481,6 @@ sys-apps/man
# This can be removed in 2019-11-11
=sys-kernel/gentoo-sources-5.3.6
-# Michał Górny <mgorny@gentoo.org> (2019-10-11)
-# FreeBSD-only packages. The project has been discontinued,
-# and the core FreeBSD packages are already gone.
-# Removal in 14 days. Bug #683284.
-dev-libs/libexecinfo
-net-analyzer/bsnmp
-net-firewall/pftop
-sys-apps/flock
-sys-auth/openpam
-sys-block/eject-bsd
-sys-fs/fuse4bsd
-sys-process/pidof-bsd
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-10)
-# Upstream gone. Last bumped in 2006. EAPI 0. net-misc/sipcalc seems
-# like a good replacement.
-# Removal in 30 days. Bug #697236.
-net-misc/ipsc
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-10)
-# Unmaintained. Does not build. EAPI 0.
-# Removal in 30 days. Bug #696294.
-mail-mta/qmail-ldap
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-07)
-# Unmaintained. A few versions behind upstream. Forces an old version
-# of dev-java/ant-contrib.
-# Removal in 30 days. Bug #696916.
-net-im/openfire
-
-# Stefan Strogin <steils@gentoo.org> (2019-10-05)
-# Masked for testing
->=dev-libs/libressl-3.0.1
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-05)
-# Apparently included in apache-2.4, rendering split package obsolete.
-# Removal in 30 days. Bug #680768.
-www-apache/mod_xml2enc
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-05)
-# Does not support kernels >3.11 (oldest gentoo-sources is 4.4 atm).
-# Not bumped since 2013. Bump request waiting since 2014.
-# Removal in 30 days. Bug #696376.
-sys-block/iscsitarget
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-05)
-# Open vulnerability for two years. No maintainer activity since 2017.
-# Upstream is not making any new releases, and patches are accumulating.
-# Removal in 30 days. Bug #662878.
-net-libs/openslp
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-04)
-# Unmaintained, EAPI 0 packages. No reverse dependencies. If you want
-# them to stay, please port them to EAPI 7, and preferably become
-# the maintainer.
-# Removal in 30 days. Bug #696252.
-app-benchmarks/volanomark
-app-cdr/mode2cdmaker
-app-cdr/xdvdfs-tools
-app-mobilephone/cobex
-app-office/tedia2sql
-app-text/mht-rip
-dev-embedded/gnap
-dev-libs/xplc
-dev-vcs/cvsd
-dev-vcs/cvsq
-dev-vcs/svn2cl
-mail-client/biabam
-mail-client/pinepgp
-mail-filter/clamassassin
-mail-filter/clamsmtp
-mail-filter/disspam
-mail-filter/sqlgrey
-media-gfx/cthumb
-media-gfx/fblogo
-net-dialup/globespan-adsl
-net-dns/bind-dns-keygen
-net-firewall/fwanalog
-net-firewall/fwipsec
-net-firewall/quicktables
-net-firewall/shapecfg
-net-irc/dircproxy
-net-irc/jircii
-net-irc/miau
-net-mail/hotwayd
-net-mail/popick
-net-mail/poppassd_ceti
-net-mail/spamcup
-net-mail/vacation
-net-mail/yosucker
-net-misc/cgterm
-net-misc/clockspeed-conf
-net-misc/fmirror
-net-misc/ng-utils
-net-misc/sendfile
-net-news/yencode
-net-nntp/slrnconf
-net-nntp/ubh
-net-p2p/createtorrent
-net-p2p/ctcs
-net-proxy/ratproxy
-net-wireless/airsnort
-sys-apps/hwdata-redhat
-sys-auth/pam-afs-session
-sys-auth/pam_chroot
-sys-auth/pam_require
-sys-block/dellmgr
-sys-fs/gt5
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-04)
-# Unmaintained, EAPI 0 packages. No reverse dependencies. If you want
-# them to stay, please sacrifice the 30 minutes of your life needed
-# to port them to EAPI 7, recheck license, update URIs, etc.
-# Removal in 30 days. Bug #696248.
-app-dicts/dictd-devils
-app-dicts/dictd-dicts
-app-dicts/dictd-elements
-app-dicts/dictd-foldoc
-app-dicts/dictd-gazetteer
-app-dicts/dictd-jargon
-app-dicts/dictd-misc
-app-dicts/dictd-web1913
-
-# Michał Górny <mgorny@gentoo.org> (2019-10-04)
-# Unmaintained. EAPI 0. Last release in 2009. No reverse
-# dependencies.
-# Removal in 30 days. Bug #696176.
-mail-filter/procmail-lib
-
-# Patrice Clement <monsieurp@gentoo.org> (2019-10-02)
-# OTR support is fully integrated within irssi since version 1.2.0. Type /help otr
-# at the command prompt to find out more. The OTR module is therefore obsolete
-# and can be tree-cleaned.
-# Masked for removal in 30 days. Bug #696074.
-net-irc/irssi-otr
-
-# Ulrich Müller <ulm@gentoo.org> (2019-10-01)
-# Fails byte-compilation with recent Emacs versions.
-# Homepage and SRC_URI are gone. Upstream package
-# is unmaintained, according to EmacsWiki.
-# Masked for removal in 30 days. Bug #666836.
-app-emacs/mode-compile
-
# Brian Evans <grknight@gentoo.org> (2019-10-01)
# End of life. Please upgrade.
# Removal in 90 days. Bug 651784
@@ -505,11 +543,6 @@ dev-php/xcache
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.26
-# Michał Górny <mgorny@gentoo.org> (2019-09-16)
-# Unmaintained. Fails to build. Last release in 2004. EAPI 0.
-# Removal in 30 days. Bug #592360.
-net-mail/mailsync
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
@@ -739,11 +772,6 @@ dev-java/eclipse-ecj:4.10
# x11-drivers/nvidia-drivers. Work in progress.
media-libs/libglvnd
-# Brian Evans <grknight@gentoo.org> (2018-04-20)
-# Likely to break a lot of software
-# Masked for initial testing
->=dev-db/mysql-connector-c++-8.0.0
-
# James Le Cuirot <chewi@gentoo.org> (2017-12-17)
# Java 9+ is not yet fully supported on Gentoo. Packages cannot depend
# on it so these virtuals are not yet required. If you wish to use
@@ -857,7 +885,7 @@ app-admin/amazon-ec2-init
# Ulrich Müller <ulm@gentoo.org> (2014-07-15)
# Permanently mask sys-libs/lib-compat and its reverse dependencies,
# pending multiple security vulnerabilities and QA issues.
-# See bugs #515926 and #510960.
+# See bugs #515926 and #510960. Removal in 10 days.
sys-libs/lib-compat
sys-libs/lib-compat-loki
games-action/phobiaii
@@ -912,6 +940,7 @@ dev-embedded/avr-libc
# Chris Gianelloni <wolf31o2@gentoo.org> (2008-03-03)
# Masking due to security bug #194607 and security bug #204067
+# Removal in 10 days
games-fps/doom3
games-fps/doom3-cdoom
games-fps/doom3-chextrek
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults
index 5724093fcefd..0d420b3b94ec 100644
--- a/profiles/targets/desktop/make.defaults
+++ b/profiles/targets/desktop/make.defaults
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam flac gif glamor gpm gtk icu jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid"
+USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam flac gif gpm gtk icu jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid"
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 3e29d1046f22..8dae4d0ef7e6 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -207,6 +207,7 @@ app-antivirus/clamav:clamsubmit - A tool to submit false positives / negatives
app-antivirus/clamav:libclamav-only - Bypass building of libfreshclam and the ClamAV CLI applications.
app-antivirus/clamav:metadata-analysis-api - Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.
app-antivirus/clamav:xml - DMG and XAR support
+app-antivirus/clamav-unofficial-sigs:cron - Install an hourly cron job to /etc/cron.d that runs the updates as the clamav user (instead of root), with an appropriate home directory and shell. The same cron job is installed as documentation when this flag is disabled.
app-antivirus/clamtk:kde - Install the Dolphin plugin.
app-antivirus/clamtk:nautilus - Install the Nautilus plugin.
app-antivirus/clamtk:nemo - Install the Nemo plugin.
@@ -1382,7 +1383,6 @@ dev-ada/gnatcoll-bindings:static-pic - Build shared library
dev-ada/gnatcoll-core:shared - Build shared library
dev-ada/gnatcoll-core:static-pic - Build static library with pic code
dev-ada/gnatcoll-db:db2ada - Build gnatcoll_db2ada
-dev-ada/gnatcoll-db:gnatcoll_db2ada - Build gnatcoll_db2ada
dev-ada/gnatcoll-db:gnatinspect - Build gnatinspect
dev-ada/gnatcoll-db:shared - Build shared library
dev-ada/gnatcoll-db:sql - Build sql library
@@ -1587,6 +1587,7 @@ dev-games/ogre:resman-strict - Resource Manager STRICT : search in default group
dev-games/ogre:tbb - When USE=threads, use tbb for threading
dev-games/ogre:tools - Build and install helper tools
dev-games/openscenegraph:asio - Enable support for dev-cpp/asio library
+dev-games/openscenegraph:dicom - Enable DICOM medical image file support via sci-libs/dcmtk
dev-games/openscenegraph:egl - Enable EGL support
dev-games/openscenegraph:fox - Build examples using x11-libs/fox library
dev-games/openscenegraph:gdal - Enable support for sci-libs/gdal library
@@ -1953,7 +1954,6 @@ dev-lang/gnat-gpl:objc - Build support for the Objective C code language
dev-lang/gnat-gpl:objc++ - Build support for the Objective C++ language
dev-lang/gnat-gpl:objc-gc - Build support for the Objective C code language Garbage Collector
dev-lang/gnat-gpl:pgo - Build GCC using Profile Guided Optimization (PGO)
-dev-lang/gnat-gpl:regression-test - Run the testsuite and install the results (requires FEATURES=test)
dev-lang/gnat-gpl:sanitize - Build support for various sanitizer functions (ASAN/TSAN/etc...)
dev-lang/gnat-gpl:ssp - Build packages with stack smashing protector on by default
dev-lang/gnat-gpl:systemtap - enable systemtap static probe points
@@ -2237,6 +2237,7 @@ dev-libs/libdynd:cuda - Enable NVIDIA CUDA toolkit support
dev-libs/libdynd:mkl - Enable a plugin for Intel Math Kernel Library sci-libs/mkl
dev-libs/libevent:debug - Support runtime debug mode and malloc hooks (for programmers)
dev-libs/libffi:pax_kernel - Use PaX emulated trampolines, for we can't use PROT_EXEC
+dev-libs/libffi:test-bhaible - Run extended regression tests (very slow).
dev-libs/libffi-compat:pax_kernel - Use PaX emulated trampolines, for we can't use PROT_EXEC
dev-libs/libflatarray:cuda - Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator)
dev-libs/libgcrypt:o-flag-munging - Enable O-flag mangling during build
@@ -3074,6 +3075,7 @@ dev-util/perf:perl - Add support for Perl as a scripting language for perf tools
dev-util/perf:systemtap - Add support to define SDT event in perf tools.
dev-util/perf:unwind - Use sys-libs/libunwind for frame unwinding support.
dev-util/pkgcheck:network - Enable support for network checks using dev-python/requests
+dev-util/pkgcheck:perl - Enable support for perl checks using dev-perl/Gentoo-PerlMod-Version
dev-util/pkgconf:pkg-config - Install as a replacement for dev-util/pkgconfig
dev-util/pkgconfig:internal-glib - Use internal copy of dev-libs/glib
dev-util/scanmem:gui - Enable the GameConqueror GUI
@@ -3292,6 +3294,8 @@ games-engines/renpy:development - Install IDE for game developers and an empty g
games-engines/residualvm:mpeg2 - enable mpeg2 codec for cutscenes
games-engines/scummvm:fluidsynth - compile with support for fluidsynth
games-engines/scummvm:mpeg2 - enable mpeg2 codec for cutscenes
+games-engines/scummvm:net - enable cloud support via media-libs/sdl2-net
+games-engines/scummvm:speech - enable text-to-speech support through app-accessibility/speech-dispatcher
games-engines/scummvm:unsupported - enable unsupported and/or broken game engines (you're on your own)
games-engines/solarus:doc - Install doxygen developer documentation.
games-engines/stratagus:fluidsynth - compile with support for fluidsynth
@@ -3575,7 +3579,6 @@ gui-libs/libhandy:glade - Install module and catalog for dev-util/glade
gui-libs/wlroots:X - Enable support for X11 applications (XWayland)
gui-libs/wlroots:elogind - Enable support for rootless session via elogind
gui-libs/wlroots:icccm - Use xcb-icccm (from x11-libs/xcb-util-wm) util library for improved Xwayland introspection
-gui-libs/wlroots:rootston - Build the rootston example compositor
gui-libs/wlroots:x11-backend - Enable support for handling input/output devices through x11-libs/libxcb
gui-wm/sway:X - Enable support for X11 applications (XWayland)
gui-wm/sway:elogind - Enable support for rootless session via elogind
@@ -3951,8 +3954,6 @@ mail-filter/amavisd-new:rspamd-https - Add support for mail-filter/rspamd extens
mail-filter/amavisd-new:spamassassin - Add support for mail-filter/spamassassin
mail-filter/amavisd-new:zmq - Add support for zeromq sockets
mail-filter/bogofilter:tokyocabinet - Enable Tokyo Cabinet database support
-mail-filter/clamassassin:clamd - Use the app-antivirus/clamav daemon for virus checking
-mail-filter/clamassassin:subject-rewrite - Adds support for subject rewriting
mail-filter/dcc:rrdtool - Enable net-analyzer/rrdtool interface scripts
mail-filter/dspam:daemon - Enable support for DSPAM to run in --daemon mode
mail-filter/dspam:debug - Enable debugging support (don't enable this unless something needs testing!)
@@ -4026,11 +4027,6 @@ mail-mta/postfix:ldap-bind - Add support for binding to LDAP backend using dev-l
mail-mta/postfix:lmdb - Add support for using dev-db/lmdb for lookup tables
mail-mta/postfix:memcached - Add support for using net-misc/memcached for lookup tables
mail-mta/postfix:vda - Add support for virtual delivery agent quota enforcing
-mail-mta/qmail-ldap:cluster - Enable this if you want to have cluster support in qmail-ldap
-mail-mta/qmail-ldap:gencertdaily - Generate SSL certificates daily instead of hourly
-mail-mta/qmail-ldap:highvolume - Prepare qmail for high volume servers
-mail-mta/qmail-ldap:rfc2307 - Add support for RFC2307 compliant uid/gid attributes
-mail-mta/qmail-ldap:rfc822 - Add support for RFC822 compliant mail attributes
mail-mta/qpsmtpd:postfix - create user with permissions for proper postfix interaction
mail-mta/ssmtp:mta - Install symlinks for sendmail-compatible MTA.
mate-base/caja:mate - Install x11-themes/mate-icon-theme which is needed when this package is used in the MATE desktop environment.
@@ -4205,12 +4201,13 @@ media-gfx/imagemagick:opencl - Enable OpenCL support
media-gfx/imagemagick:pango - Enable Pango support using x11-libs/pango
media-gfx/imagemagick:q32 - Set quantum depth value to 32
media-gfx/imagemagick:q8 - Set quantum depth value to 8
-media-gfx/inkscape:cdr - Enable support for CorelDRAW Diagrams
+media-gfx/inkscape:cdr - Enable support for CorelDRAW Diagrams via media-libs/libcdr
media-gfx/inkscape:dia - pull in app-office/dia for dia import extension
media-gfx/inkscape:inkjar - Enable support for OpenOffice.org SVG jar files
media-gfx/inkscape:latex - pull in dependencies for LaTeX formulas
-media-gfx/inkscape:visio - Enable support for Microsoft Visio Diagrams
-media-gfx/inkscape:wpg - Enable support for WordPerfect Graphics
+media-gfx/inkscape:svg2 - Enable support for new SVG2 features
+media-gfx/inkscape:visio - Enable support for Microsoft Visio Diagrams via media-libs/libvisio
+media-gfx/inkscape:wpg - Enable support for WordPerfect Graphics via app-text/libwpg
media-gfx/iscan-plugin-gt-f500:minimal - Install the firmware only, and not the plugin.
media-gfx/jpeg2ps:metric - Default to A4 paper size
media-gfx/kphotoalbum:kipi - Support for the KDE Image Plugin Interface
@@ -4366,6 +4363,7 @@ media-libs/libplacebo:lcms - Add support for color management via media-libs/lcm
media-libs/libplacebo:shaderc - Use media-libs/shaderc to compile GLSL
media-libs/libplacebo:vulkan - Add support for the vulkan graphics API
media-libs/libpng:apng - support unofficial APNG (Animated PNG) spec
+media-libs/libpng-compat:apng - support unofficial APNG (Animated PNG) spec
media-libs/libpostproc:pic - Force shared libraries to be built as PIC (this is slower).
media-libs/libprojectm:gles2 - Provide support for OpenGL ES 2 and 3
media-libs/libsdl:joystick - Control joystick support (disable at your own risk)
@@ -5193,6 +5191,8 @@ media-video/obs-studio:luajit - Build support for scripting via Luajit.
media-video/obs-studio:nvenc - Enable NVENC encoding for nVidia video cards.
media-video/obs-studio:python - Build support for scripting via Python 3.
media-video/obs-studio:speex - Enable noise suppression filter support via media-libs/speexdsp.
+media-video/obs-studio:ssl - Build support for TLS/SSL connections (RTMPS) via net-libs/mbedtls.
+media-video/obs-studio:vlc - Build support for using media-video/vlc as a media source.
media-video/ogmrip:ogm - Support for OGM container format
media-video/ogmrip:srt - Support for SRT subtitle format
media-video/orion:mpv - Use the media-video/mpv player (upstream default)
@@ -5613,7 +5613,6 @@ net-dns/avahi:bookmarks - Install the avahi-bookmarks application (requires dev-
net-dns/avahi:gtk3 - Build the avahi-ui-gtk3 library, and use gtk3 for the avahi utilities under USE=utils
net-dns/avahi:howl-compat - Enable compat libraries for howl
net-dns/avahi:mdnsresponder-compat - Enable compat libraries for mDNSResponder
-net-dns/avahi:utils - Install the avahi gtk+ utils avahi-discover, bssh, and bvnc
net-dns/bind:dlz - Enables dynamic loaded zones, 3rd party extension
net-dns/bind:dnsrps - Enable the DNS Response Policy Service (DNSRPS) API, a mechanism to allow an external response policy provider
net-dns/bind:dnstap - Enables dnstap packet logging
@@ -5742,7 +5741,6 @@ net-firewall/nufw:nfqueue - Use NFQUEUE instead of QUEUE
net-firewall/nufw:pam_nuauth - Add support for pam nufw from PAM
net-firewall/nufw:plaintext - Add support for authentication with plaintext files
net-firewall/nufw:prelude - Add support/bindings for the Prelude Intrusion Detection System
-net-firewall/pftop:altq - Enable altq(4) support — alternate queuing of network packets.
net-firewall/pglinux:cron - Install cron script
net-firewall/pglinux:logrotate - Install logrotate.d file
net-firewall/shorewall:init - Adds the capability to place the firewall in a safe state prior to bringing up the network interfaces
@@ -6304,7 +6302,6 @@ net-mail/fdm:courierauth - Add support for Courier authentication library
net-mail/fetchmail:socks - Enable support for socks proxy
net-mail/fetchmail:tk - Enable support for Tk GUI toolkit, in particular it installs fetchmailconf
net-mail/gnubiff:password - Enable save passwords to connect mail servers in user space
-net-mail/hotwayd:smtp - Build SMTP proxy (hotsmtpd)
net-mail/isync:compat - Enable legacy utilities
net-mail/lbdb:abook - Enables app-misc/abook support
net-mail/lbdb:bbdb - Include support for app-emacs/bbdb
@@ -6485,6 +6482,7 @@ net-misc/crossbar:tor - include tor services connections support
net-misc/csync:sftp - Enable sftp transfer support via net-libs/libssh
net-misc/curl:alt-svc - Enable alt-svc support
net-misc/curl:brotli - Enable brotli compression support
+net-misc/curl:esni - Enable Encrypted Server Name Indication support
net-misc/curl:http2 - Enable HTTP/2.0 support
net-misc/curl:metalink - Enable metalink support
net-misc/curl:nghttp3 - Enable HTTP/3.0 support using net-libs/nghttp3 and net-libs/ngtcp2
@@ -7310,6 +7308,7 @@ sci-electronics/kicad:python - Enable python scripting support
sci-electronics/kicad-meta:minimal - Do not install extra data like 3D packages and templates.
sci-electronics/kicad-packages3d:occ - Use sci-libs/opencascade for data exchange
sci-electronics/kicad-packages3d:oce - Use sci-libs/oce for data exchange
+sci-electronics/ngspice:deprecated - Build old and deprecated apps
sci-electronics/ngspice:shared - Build ngspice as a shared library
sci-electronics/pcb:gcode - gcode file export
sci-electronics/pcb:gif - GIF graphics export
@@ -7833,13 +7832,11 @@ sys-apps/entropy-server:matter - Pull in app-admin/matter
sys-apps/etckeeper:bazaar - Support dev-vcs/bzr based repository
sys-apps/etckeeper:cron - Install cron script
sys-apps/firejail:apparmor - Enable support for custom AppArmor profiles
-sys-apps/firejail:bind - Enable custom bind mounts
sys-apps/firejail:chroot - Enable chrooting to custom directory
sys-apps/firejail:contrib - Install contrib scripts
sys-apps/firejail:file-transfer - Enable file transfers between sandboxes and the host system
sys-apps/firejail:globalcfg - Enable global config file
sys-apps/firejail:network - Enable networking features
-sys-apps/firejail:network-restricted - Grant access to --interface, --net=ethXXX and --netfilter only to root user; regular users are only allowed --net=none
sys-apps/firejail:overlayfs - Enable overlayfs
sys-apps/firejail:private-home - Enable private home feature
sys-apps/firejail:seccomp - Enable system call filtering
@@ -8326,7 +8323,6 @@ sys-devel/gcc:objc - Build support for the Objective C code language
sys-devel/gcc:objc++ - Build support for the Objective C++ language
sys-devel/gcc:objc-gc - Build support for the Objective C code language Garbage Collector
sys-devel/gcc:pgo - Build GCC using Profile Guided Optimization (PGO)
-sys-devel/gcc:regression-test - Run the testsuite and install the results (requires FEATURES=test)
sys-devel/gcc:sanitize - Build support for various sanitizer functions (ASAN/TSAN/etc...)
sys-devel/gcc:ssp - Build packages with stack smashing protector on by default
sys-devel/gcc:systemtap - enable systemtap static probe points
@@ -8334,7 +8330,6 @@ sys-devel/gcc:vtv - Build support for virtual table verification (a C++ hardenin
sys-devel/gcc-apple:bootstrap - !DO NOT SET THIS FLAG YOURSELF! avoids need for autoconf during bootstrap stage2
sys-devel/gcc-apple:objc - Build support for the Objective C code language
sys-devel/gcc-apple:objc++ - Build support for the Objective C++ language
-sys-devel/gcc-apple:regression-test - Run the testsuite and install the results (requires FEATURES=test)
sys-devel/gdb:client - Install the main "gdb" program (most people want this)
sys-devel/gdb:lzma - Support lzma compression in ELF debug info
sys-devel/gdb:multitarget - Support all known targets in one gdb binary
@@ -8344,7 +8339,6 @@ sys-devel/gdb:source-highlight - Enable listing highlighting via dev-util/source
sys-devel/gdb:xml - Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing
sys-devel/gettext:cvs - When running `autopoint`, use cvs to store the internal development files; this requires cvs at runtime, but will be faster/smaller than raw archives
sys-devel/gettext:git - When running `autopoint`, use git to store the internal development files; this requires git at runtime, but will be faster/smaller than raw archives
-sys-devel/kgcc64:regression-test - Run the testsuite and install the results (requires FEATURES=test)
sys-devel/llvm:doc - Build and install the HTML documentation and regenerate the man pages
sys-devel/llvm:exegesis - Enable performance counter support for llvm-exegesis tool that can be used to measure host machine instruction characteristics
sys-devel/llvm:gold - Build the gold linker plugin
@@ -8517,6 +8511,7 @@ sys-libs/gdbm:berkdb - enable compatibility layer for UNIX-like dbm and ndbm int
sys-libs/gdbm:exporter - enable gdbmexport binary for exporting data from gdbm-1.8 databases into gdbm-1.9
sys-libs/glibc:cet - Enable Intel Control-flow Enforcement Technology (needs binutils 2.29 and gcc 8)
sys-libs/glibc:compile-locales - build *all* locales in src_install; this is generally meant for stage building only as it ignores /etc/locale.gen file and can be pretty slow
+sys-libs/glibc:crypt - build and install libcrypt and crypt.h
sys-libs/glibc:debug - When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL)
sys-libs/glibc:gd - build memusage and memusagestat tools
sys-libs/glibc:multiarch - enable optimizations for multiple CPU architectures (detected at runtime)
@@ -8556,6 +8551,8 @@ sys-libs/libomp:ompt - Enable OpenMP Tools Interface support
sys-libs/libselinux:pcre2 - Use dev-libs/libpcre2 for fcontext regexes
sys-libs/libunwind:debug-frame - Adds support for DWARF .debug_frame section: Use the information from this section if available
sys-libs/libunwind:libatomic - Use libatomic instead of builtin atomic operations
+sys-libs/libxcrypt:compat - Build with compatibility interfaces for other crypt implementations
+sys-libs/libxcrypt:system - Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)
sys-libs/musl-nscd:minimal - Only installs the header files
sys-libs/ncurses:ada - Add bindings for the ADA programming language
sys-libs/ncurses:tinfo - Build curses library (libncurses) sep from the low-level terminfo library (libtinfo) -- usually needed only for binary packages -- but it is binary compatible in either mode
@@ -8691,6 +8688,7 @@ www-apps/cgit:jit - If the lua flag is enabled, jit uses LuaJIT instead of vanil
www-apps/cgit:lua - Enable support for Lua scripting
www-apps/drupal:accelerator - Add dependency on a php accelerator
www-apps/drupal:uploadprogress - Install dev-php/pecl-uploadprogress package
+www-apps/gitea:acct - User and group management via acct-*/git packages
www-apps/gitit:network-uri - Get Network.URI from the network-uri package.
www-apps/gitit:plugins - enables optional plugin runtime loader
www-apps/hugo:sass - Enable SASS/SCSS support
@@ -8908,7 +8906,6 @@ x11-apps/xinit:twm - Control dependencies on legacy apps (xterm, twm, ...). Safe
x11-apps/xsm:rsh - This allows the use of rsh (remote shell) and rcp (remote copy).
x11-base/xorg-server:dmx - Build the Distributed Multiheaded X server
x11-base/xorg-server:elogind - Use elogind to get control over framebuffer when running as regular user
-x11-base/xorg-server:glamor - Enable Glamor OpenGL 2D acceleration
x11-base/xorg-server:kdrive - Build the kdrive X servers
x11-base/xorg-server:libglvnd - Use libglvnd for dispatch.
x11-base/xorg-server:unwind - Enable libunwind usage for backtraces
@@ -8926,7 +8923,6 @@ x11-drivers/nvidia-drivers:kms - Enable support for kernel mode setting (KMS)
x11-drivers/nvidia-drivers:libglvnd - Use media-libs/libglvnd for dispatch
x11-drivers/nvidia-drivers:tools - Install additional tools such as nvidia-settings
x11-drivers/nvidia-drivers:uvm - Install the Unified Memory kernel module (nvidia-uvm) for sharing memory between CPU and GPU in CUDA programs
-x11-drivers/xf86-video-ati:glamor - Enable Glamor OpenGL 2D acceleration
x11-drivers/xf86-video-geode:ztv - Enable building the V4L2 ZTV driver
x11-drivers/xf86-video-intel:sna - Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge)
x11-drivers/xf86-video-intel:tools - Build the intel-virtual-output tool