From c0321142cf7a6f05a78300ad081a7b38c201f1dd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Jan 2018 23:34:59 +0000 Subject: resync redcore profile with gentoo 13.0 profile --- profiles/arch/amd64/package.use.mask | 18 +- profiles/arch/amd64/use.mask | 5 - profiles/arch/base/package.use.mask | 12 +- profiles/arch/base/use.mask | 4 - profiles/base/make.defaults | 12 +- profiles/base/package.use.force | 4 - profiles/base/package.use.mask | 47 +-- profiles/base/package.use.stable.mask | 6 +- profiles/base/use.mask | 1 - profiles/default/linux/make.defaults | 2 +- profiles/default/linux/package.use.mask | 8 - profiles/features/multilib/package.use.force | 3 +- profiles/package.mask | 444 ++++++++++++--------------- profiles/use.desc | 161 +++++++++- profiles/use.local.desc | 86 ++---- 15 files changed, 405 insertions(+), 408 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d9c2ea4c..d10aad50 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -171,10 +171,6 @@ dev-python/pypy-bin cpu_flags_x86_sse2 dev-python/pypy3 cpu_flags_x86_sse2 dev-python/pypy3-bin cpu_flags_x86_sse2 -# Alexandre Rostovtsev (30 Dec 2012) -# chromium, mono work on this arch (masked in base) -gnome-extra/zeitgeist-datasources -chromium - # Christoph Junghans (26 Dec 2012) # cuda works on x86/amd64 (masked in base) sci-chemistry/gromacs -mkl @@ -203,9 +199,7 @@ app-arch/zpaq -jit # Arun Raghavan (29 Mar 2012) # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be # added. -# Arun Raghavan (24 May 2012) -# Mask xen USE flag by default, unmask on x86/amd64 where it is supported. -media-sound/pulseaudio -webrtc-aec -xen +media-sound/pulseaudio -webrtc-aec # Bernard Cafarelli (27 Feb 2012) # Masked in base profile, supported on this arch @@ -229,17 +223,13 @@ dev-qt/qtwebkit -jit >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks # Alexey Shvetsov (1 Jul 2011) -# Use mask infiniband for stable corosync and glusterfs -=sys-cluster/glusterfs-3.1.2 infiniband +# Use mask infiniband for stable corosync =sys-cluster/corosync-1.3.0 infiniband # Tim Harder (13 Feb 2011) # Masked in base, unmask for amd64/x86 >=media-video/mplayer-1.0_rc4_p20101219 -bluray -# doomsday doesn't work on amd64 so mask off things that pull it in. -games-fps/doom-data doomsday - # Chí-Thanh Christopher Nguyễn (28 Nov 2010) # sys-devel/llvm is keyworded on amd64 media-libs/mesa -llvm @@ -275,10 +265,6 @@ app-text/enchant -zemberek # assembler-section -# Oct 23th 2006; blubb@gentoo.org -# the asm is 64bit save, but it doesn't compile anyway -games-emulation/visualboyadvance cpu_flags_x86_mmx - # Oct 23th 2006; blubb@gentoo.org # upstream forces sse2 for amd64; mmx flag does nothing app-crypt/johntheripper cpu_flags_x86_mmx diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 355a58f9..caf8d15a 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -163,11 +163,6 @@ # SECTION: Unavailable/Broken -# 2006/06/07 - Danny van Dyk -# FIXME. Unknown mask reason. Has effect on qpopper -# and tpop3d. -drac - # 2006/02/05 - Donnie Berkholz # Modular X: mask for architectures on which they aren't available video_cards_i740 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index d7f99a91..f0f2056e 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (30 Dec 2017) +# Moved from use.mask since it is a flag local to one package: +# Joseph Jezak (11 Mar 2007) +# Only for x86 and amd64 (in pbbuttonsd) +app-laptop/pbbuttonsd macbook + # Amy Liffey (19 Sep 2017) # Requires [cuda] which is masked in most of the profiles. media-libs/opencv contrib_xfeatures2d @@ -136,7 +142,7 @@ app-editors/gvim luajit racket # Kacper Kowalik (09 Aug 2013) # Doesn't work on most profiles. Easier to mask here and # unmask in particular profiles -sys-apps/hwloc gl opencl +sys-apps/hwloc gl # Christoph Junghans (26 Dec 2012) # mkl only works on x86/amd64 @@ -161,9 +167,7 @@ app-arch/zpaq jit # Arun Raghavan (28 Mar 2012) # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be # added. -# Arun Raghavan (24 May 2012) -# Mask xen USE flag by default, unmask on x86/amd64 where it is supported. -media-sound/pulseaudio webrtc-aec xen +media-sound/pulseaudio webrtc-aec # Christoph Junghans (04 Feb 2012) # mips only use flags diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 9d0fd9f3..2ef9288f 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -172,10 +172,6 @@ input_devices_wacom lcd_devices_svga lcd_devices_luise -# Joseph Jezak (11 Mar 2007) -# Only for x86 and amd64 (in pbbuttonsd) -macbook - # George Shapovalov (8 Apr 2007) # Ada is supported only on x86, amd64 and ppc at present ada diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index db5f5389..95b8d651 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -13,7 +13,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CALLIGRA_EXPERIMENTAL_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CALLIGRA_EXPERIMENTAL_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge # Some common lcd devices LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" -# 2006/10/17 - Daniel Drake -# cracklib is becoming optional in shadow (and removed from system) as of -# today. However, cracklib is very standard across the Linux world so we -# enable it by default. -# -# Diego Pettenò (14 Jul 2007) -# Moved to base/ profile from default-linux/ so that it also applies to -# embedded and hardened profiles. -USE="cracklib" - # Miroslav Šulc (19 Nov 2008) # Netbeans modules/clusters NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index eac52509..bd862234 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -30,10 +30,6 @@ dev-lang/python threads # Workaround until resolved upstream (bug #586840) >=dev-games/simgear-2016.2.1 dns -# Pawel Hajdan jr (20 Aug 2016) -# Chromium GYP build is no longer supported - always use GN. ->=www-client/chromium-54 gn - # Lars Wendler (11 Sep 2015) # Package fails to build with dbus USE flag being disabled (bug #560208) =x11-wm/afterstep-2.2.12 dbus diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 15745796..8ff8136c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Pacho Ramos (04 Jan 2018) +# sys-apps/raidutils is going to be removed (#638634) +net-analyzer/nagios-plugin-check_raid i2o + # Andrey Utkin (29 Dec 2017) # This flag can be sensibly enabled only on macos. # Can be unmasked in prefix/darwin/macos profiles. Bug #637482 @@ -49,8 +53,7 @@ net-analyzer/linkchecker X # Andreas Sturmlechner (16 Oct 2017) # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754 -# USE=geocad depends on masked (16 Oct 2017) # Depends on masked dev-qt/qtwebkit:4, bug #620684 @@ -72,10 +75,6 @@ dev-python/pyside:0 webkit # Potentially destructive. Use it only if you know what you're doing. sys-libs/glibc vanilla -# Andreas K. Huettel (6 Sep 2017) -# This should really go away now. ->=sys-libs/glibc-2.26 rpc - # Michael Orlitzky (24 Aug 2017) # This is a security risk if not used carefully, bug 628596. net-analyzer/nrpe command-args @@ -208,12 +207,10 @@ sys-boot/grub:2 test # Ulrich Müller (4 Feb 2017) # Uses old and vulnerable net-libs/webkit-gtk:3, bug #584156. app-editors/emacs:25 xwidgets -app-editors/emacs-vcs:25 xwidgets # Ian Stakenvicius (25 Jan 2017) # rust on mozilla packages is experimental www-client/firefox rust -www-client/seamonkey rust mail-client/thunderbird rust # Lars Wendler (19 Jan 2017) @@ -239,12 +236,10 @@ net-proxy/haproxy wurfl # Not rely on monodevelop, bug #596656 # dev-dotnet/zeitgeist-sharp is going to be removed, bug #582894 net-irc/hexchat theme-manager -gnome-extra/zeitgeist-datasources mono tomboy # Pacho Ramos (27 Nov 2016) # Avoid the usage of dead net-dialup/capi4k-utils app-emulation/crossover-bin capi -net-libs/opal capi # Ettore Di Giacinto (10 Nov 2016) # Dependency has no stable keyword @@ -266,8 +261,6 @@ app-editors/emacs-vcs cairo # Brian Evans (22 Aug 2016) # Depends on masked, end-of-life php versions <=dev-libs/ossp-uuid-1.6.2-r4 php -=dev-libs/xapian-bindings-1.2.22 php -=www-servers/uwsgi-2.0.9 php # Gilles Dartiguelongue (21 Aug 2016) # Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date @@ -281,13 +274,6 @@ dev-ml/cairo-ocaml svg # gnutls is broken for years >=net-libs/gsoap-2.8.0 gnutls -# Brian Dolbec (9 Aug 2016) -# Mask doc use flag due to needed sphinx pkg update -~dev-util/buildbot-0.9.0_p1 doc -~dev-util/buildbot-0.9.1 doc -~dev-util/buildbot-0.9.2 doc -~dev-util/buildbot-0.9.3 doc - # Michał Górny (05 Jul 2016) # Mask system-clang support as it requires llvm-3.4 that is subject # to security bug cleanup, #585102. @@ -375,14 +361,8 @@ sys-auth/consolekit cgroups # Manuel Rüger (03 Sep 2015) # Mask USE=ruby for packages that solely rely on the soon to be deprecated # ruby 1.9 -# See bug #547828 - (18 Aug 2015) # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by @@ -463,10 +443,6 @@ dev-db/percona-server embedded # Mask pixman USE flag of dev-libs/efl for future removal, bug 501074 dev-libs/efl pixman -# Zac Medico (06 Jun 2014) -# Needs hardmasked lua-5.2 -www-servers/mongoose lua - # Manuel Rüger (05 Jun 2014) # Fails to build with net-libs/libotr-4.0.0 net-im/climm otr @@ -485,14 +461,6 @@ net-analyzer/metasploit development test # Tracked in Gentoo bug #509602. dev-java/jboss-logging doc -# Markos Chandras (20 Apr 2014) -# Fails to build with recent polarssl (>=1.3). Bug #503604 -media-video/rtmpdump polarssl - -# Julian Ospald (06 Apr 2014) -# broken wrt #501582 - (07 Mar 2014) # Mask ruby18-only compatible flags # Bugs: 483104, 483102 @@ -565,11 +533,6 @@ media-libs/avidemux-core system-ffmpeg # Change to <10 (15 Feb 2013) -# Needs a huge patch to build against recent releases of FFmpeg/libav. -# Mask it until upstream fixes it. Bug #417869 - (15 Dec 2012) # PGO is known to be busted with most configurations www-client/firefox pgo diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index b6cde8be..97236117 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -137,10 +137,6 @@ dev-lang/python-exec -python_targets_python3_6 # bug #539212 app-emulation/vice ffmpeg -# Pacho Ramos (13 May 2015) -# texinfo-5 cannot be stabilized yet -=dev-lang/gnat-gcc-4.6* doc - # Jeroen Roovers (26 Apr 2015) # mongodb support is nice, but dev-libs/mongo-c-driver upstream is not ready # yet (bug #542210) @@ -170,7 +166,7 @@ media-libs/opencv vtk # Mikle Kolyada (16 Aug 2014) # Not yet stabilized dependency, need more testing ->=dev-perl/PDL-2.4.11 pdl2 pgplot plplot +>=dev-perl/PDL-2.4.11 pdl2 pgplot # Samuli Suominen (01 Aug 2014) # Optional (not required by anything in gentoo-x86) and fragile (based on diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 16f1aefe..e034a906 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -12,7 +12,6 @@ input_devices_aiptek input_devices_fpit input_devices_hyperpen input_devices_mutouch -input_devices_pentouch # Matt Turner (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 899637eb..4d580b1b 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -23,7 +23,7 @@ USE="${USE} seccomp" # These USE flags were originally inserted here because of PHP # and were later removed by me. Reinserting the USE flags again because they are # global USE flags that may be expected to be set by other packages. -USE="${USE} cli pcre session" +USE="${USE} cli pcre" # 2006/03/07 - Donnie Berkholz # Modular X: Support direct rendering by default diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 663009d6..0a6667cd 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -24,14 +24,6 @@ media-libs/mesa openmax # mask frost USE flag, broken with >=net-libs/polarssl-1.3.0, bug 489256 net-p2p/fms frost -# Markos Chandras (10 Nov 2013) -# Does not build with polarssl in the tree. -# see eg 9e36f0475f011912ee0897aa6487d7b9c190600e -# in polarssl upstream. -# The polarssl use flag may go away if the rtmpdump -# upstream will not fix this problem soon -media-video/rtmpdump polarssl - # Diego Elio Pettenò (27 Aug 2012) # The libpci access is only used for linux. net-analyzer/net-snmp -pci diff --git a/profiles/features/multilib/package.use.force b/profiles/features/multilib/package.use.force index 90f2389e..dfb4f6d5 100644 --- a/profiles/features/multilib/package.use.force +++ b/profiles/features/multilib/package.use.force @@ -1,7 +1,6 @@ -# Copyright 2004-2014 Gentoo Foundation. +# Copyright 2004-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 # These packages must have multilib turned on in order to work sanely. -sys-apps/sandbox multilib sys-devel/gcc multilib sys-libs/glibc multilib diff --git a/profiles/package.mask b/profiles/package.mask index 5696198b..e91ea6ea 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,189 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (05 Jan 2018) +# Masked for removal in 30 days, merged into dev-util/kdevelop +dev-util/kdevplatform + +# Andreas Sturmlechner (05 Jan 2018) +# Masked for removal in 30 days, no more rdeps, bug #642462 +kde-apps/katepart +kde-apps/kdebase-data +kde-apps/konsolepart + +# Alice Ferrazzi (05 Jan 2018) +# kernel: Meltdown and Spectre - Processor flaw. (#643228) +# Please upgrade for Intel processor flaw workaround, +# also excluding AMD from the fix as not affected. +# Please unmask your kernel version if you want to +# continue to use your kernel with AMD. +# Removal in a month. +=sys-kernel/gentoo-sources-4.14.8-r1 +=sys-kernel/gentoo-sources-4.14.9 +=sys-kernel/gentoo-sources-4.14.10 +=sys-kernel/gentoo-sources-4.14.10-r1 +=sys-kernel/gentoo-sources-4.14.11 + +# Pacho Ramos (04 Jan 2018) +# Nobody bothered to bump it for ages, NPAPI is phased out (#468772). +# Removal in a month. +media-plugins/npapi-vlc + +# Pacho Ramos (04 Jan 2018) +# Fails to fetch (#597424). Removal in a month. +sci-chemistry/platon + +# Pacho Ramos (04 Jan 2018) +# Multiple build issues (#423471, #529772, #558206, #574910, #603304, +# #638602), problems with init.d scripts (#390231), major version bump +# #pending to be done (#610744). Removal in a month. +sys-fs/ocfs2-tools + +# Pacho Ramos (04 Jan 2018) +# Fails to build, a major version bump is needed but it's hard to bump +# (#626050, #626052). Removal in a month. +net-nds/ypserv +net-nds/ypbind + +# Pacho Ramos (04 Jan 2018) +# Upstream is died, no server still usable for this (#626770). Removal in a +# month. +games-arcade/bloboats + +# Pacho Ramos (04 Jan 2018) +# Upstream dead, not compatible with latest mariadb, nothing requires this +# in the tree (#628526, #629470, #629552, #629712, #629978, #630002, +# #630098, #630650). Removal in a month. +dev-db/lib_mysqludf_fPROJ4 +dev-db/lib_mysqludf_preg +dev-db/lib_mysqludf_ta +dev-db/lib_mysqludf_stat +dev-db/lib_mysqludf_str +dev-db/lib_mysqludf_udf +dev-db/lib_mysqludf_sys +dev-db/lib_mysqludf_json + +# Pacho Ramos (04 Jan 2018) +# Not properly mirrored, 14 years old and not really useful this days +# (#629328). Removal in a month. +x11-themes/lush + +# Pacho Ramos (04 Jan 2018) +# Fails multilib-strict check (#628836). Nothing requires it. Removal in a +# month. +dev-libs/dclog + +# Pacho Ramos (04 Jan 2018) +# Tries to install at pkg_postinst phase (#628804). Removal in a month. +app-misc/misterhouse + +# Pacho Ramos (04 Jan 2018) +# Configure hangs (#628726), a major version bump is needed (#510050). +# Removal in a month. +app-forensics/autopsy + +# Pacho Ramos (04 Jan 2018) +# Multiple security issues, init scripts need a major rework (#629416, +# #629412, #631068, #623806). Removal in a month. +net-im/jabberd2 +net-im/mu-conference + +# Pacho Ramos (04 Jan 2018) +# Not compatible with current libmowgli, no reverse deps (#630030). Removal +# in a month. +dev-libs/libmcs + +# Pacho Ramos (04 Jan 2018) +# Upstream dead, QT4 consumer (#630550). Removal in a month. +x11-libs/qwtplot3d + +# Pacho Ramos (04 Jan 2018) +# No reverse deps, fails to build (#630866). Removal in a month. +dev-libs/libmowgli-glib + +# Pacho Ramos (04 Jan 2018) +# Deprecated tools replace by dev-python/awscli (#633374). Removal in a +# month. +app-admin/aws-as-tools +app-admin/aws-cw-tools +app-admin/aws-iam-tools +app-admin/aws-rds-tools + +# Pacho Ramos (04 Jan 2018) +# Relies on obsolete code.google, nothing uses it at present time (#633984). +# Removal in a month. +net-misc/slimrat + +# Pacho Ramos (04 Jan 2018) +# Upstream dead, fails to fetch (#586504, #640546, #636466). Removal in a +# month. +games-emulation/xe + +# Pacho Ramos (04 Jan 2018) +# Fails to build (#637612). Removal in a month. +net-vpn/htun + +# Pacho Ramos (04 Jan 2018) +# Unmaintained, fails to build (#638628). Removal in a month. +media-sound/nted + +# Pacho Ramos (04 Jan 2018) +# Fails to build (#638634). Removal in a month. +sys-apps/raidutils + +# Pacho Ramos (04 Jan 2018) +# Tries to download and compile other tools, build fails then (#639060). +# Removal in a month. +dev-lang/fsharp + +# Pacho Ramos (04 Jan 2018) +# Dead since 2007, fails to build (#639510). Removal in a month. +net-irc/ultimate + +# Pacho Ramos (04 Jan 2018) +# Relies on dead gnome2 python bindings, seems dead since 2009 (#640028), +# removal in a month. +sys-power/phctool + +# Pacho Ramos (04 Jan 2018) +# Upstream stopped its development as recent Gnome versions don't need it, +# it relies on gnome2 python bindings and many other dead libs (#640032). +# Removal in a month. +app-misc/specto + +# Pacho Ramos (04 Jan 2018) +# Upstream dead, relies on gnome2 python bindings and other dead libs +# (#640070). Removal in a month. +x11-plugins/thinkhdaps + +# Pacho Ramos (04 Jan 2018) +# Cannot be installed (#640414). Removal in a month. +net-misc/asterisk-rate_engine + +# Pacho Ramos (04 Jan 2018) +# Dead for ages and replaced by app-admin/procinfo-ng (#641016). Removal in +# a month. +app-admin/procinfo + +# Pacho Ramos (04 Jan 2018) +# Upstream dead, fails to build, nothing requires it (#641750). Removal in a +# month. +net-misc/bti + +# Pacho Ramos (04 Jan 2018) +# Forces old versions of some dependencies, no reverse deps (#643152). +# Removal in a month. +dev-util/conan + +# Alice Ferrazzi (30 Dec 2017) +# Masked for removal in 30 days. +# Upstream is no more backporting security fixes for 4.12. +# For a more stable kernel please downgrade to 4.9 +# or move to 4.14(unstable) if it works for you. +=sys-kernel/gentoo-sources-4.12.14 +=sys-kernel/gentoo-sources-4.12.13 +=sys-kernel/gentoo-sources-4.12.12 + # David Seifert (29 Dec 2017) # Last release in 2003, EAPI 0, C++ extremely broken # Removal in 30 days @@ -196,7 +379,6 @@ dev-dotnet/referenceassemblies-pcl # Pacho Ramos (27 Dec 2017) # Dead for ages, rely on deprecated/dead libs (#447466). Removal in a month. dev-vcs/bzr-gtk -dev-vcs/bzr-explorer # Pacho Ramos (27 Dec 2017) # Completely broken for years (#514400, #596078, #598609, #640096, #641428). @@ -252,9 +434,12 @@ net-voip/ekiga # Alice Ferrazzi (27 Dec 2017) # Masked for removal in 30 days. -# There are issue on this kernel version due to a heavy changeset. -# (bug #642268) +# This kernel doesn't boot on hardened profiles. +# vanilla-sources also dosen't make prepare +# (bug #642268) (bug #642664) =sys-kernel/gentoo-sources-4.14.9 +=sys-kernel/gentoo-sources-4.14.10 +=sys-kernel/vanilla-sources-4.14.10 # Andreas K. Hüttel (27 Dec 2017) # Ancient. EAPI=3. (Nearly) no consumers. Needs to go. @@ -427,7 +612,7 @@ sci-electronics/cirkuit # If you depend on this package, help test KF5-based simon-9999 # to decide on a possible snapshot. Bugs #640846, 639960, 635816. # Masked for removal in 30 days. -app-accessibility/simon:4 +app-accessibility/simon:0 # Patrice Clement (12 Dec 2017) # Masked due to a hard dependency on an ancient versions of dev-libs/msgpack @@ -456,130 +641,24 @@ net-ftp/oneclickftp # Masked for removal in 30 days. Bug #640138. dev-vcs/qct -# Andreas Sturmlechner (06 Dec 2017) -# No maintainer, depends on dead PyQt4/Qt4. -# Masked for removal in 30 days. Bugs #480250, #640114 -dev-vcs/qbzr -dev-vcs/bzr-explorer - -# Bernard Cafarelli (05 Dec 2017) -# Dead Window Maker dockapps, dead upstreams and download links -# (no release for more than 10 years) -# Masked for removal in 30 days. Bug #639914 -x11-plugins/monto -x11-plugins/wmbluecpu -x11-plugins/wmcpu -x11-plugins/wmdate -x11-plugins/wmdf -x11-plugins/wmdl -x11-plugins/wmjsql -x11-plugins/wmlpq -x11-plugins/wmmemfree -x11-plugins/wmmemmon -x11-plugins/wmmldonkey -x11-plugins/wmmsg -x11-plugins/wmnetselect -x11-plugins/wmpiki -x11-plugins/wmsound -x11-plugins/wmsvencd -x11-plugins/wmupmon -x11-plugins/wmwave -<=x11-plugins/wmsysmon-0.7.7 - -# Ian Whyman (04 Dec 2017) -# Declared dead upstream. Masked for removal in 30 days -# Please see net-misc/gerbera for a replacement. -net-misc/mediatomb - # Andreas Sturmlechner (03 Dec 2017) -# Dead upstreams, depending on dead qt3support/qt4. -# Masked for removal in 30 days. Bug #631788 -games-board/capicity -games-board/kcheckers -games-board/qgo -games-board/holdingnuts -games-board/qcheckers -games-emulation/virtualjaguar -games-emulation/dboxfe -games-kids/cubetest +# Dead upstream, depending on dead qt3support/qt4. Bug #631788 games-kids/crayon-physics -games-misc/ggencoder -games-misc/qlife -games-puzzle/bubble-chains -games-puzzle/jag - -# Andreas Sturmlechner (03 Dec 2017) -# Dead upstream, depends on dead qt4. -# Masked for removal in 30 days. Bug #639254 -x11-misc/qtnotifydaemon - -# Andreas Sturmlechner (03 Dec 2017) -# Dead upstream, depends on dead qt4. -# Masked for removal in 30 days. Bug #637098 -app-office/qchartdiary - -# Andreas Sturmlechner (03 Dec 2017) -# Dead upstream, depends on dead qt4. -# Masked for removal in 30 days. Bug #638688 -x11-plugins/qled - -# Michael Palimaka (02 Dec 2017) -# Depends on dead Qt 4. Dead upstream. -# Masked for removal in 30 days. Bug #639252. -dev-vcs/qsvn # Alexey Shvetsov (01 Dec 2017) # Mask beta gromacs version =sci-chemistry/gromacs-2018_beta* -# Andreas Sturmlechner (01 Dec 2017) -# Dead upstream, depends on dead kdelibs4/qt4. -# Masked for removal in 30 days. Bug #634138 -media-gfx/kpovmodeler - -# Sergey Popov (30 Nov 2017) -# Depends on dead Qt4, no release in two years -# Masked for removal in 30 days, bug #625110 -dev-util/qfsm - # Jonas Stein (29 Nov 2017) -# The old yafaray-0.1.1 depends on qt4 and has bugs we can not fix. +# The old yafaray-0.1.1 depends on qt4 and has bugs we can not fix. # (bug #321169) and (bug #595684) # Users of yafaray may be interested in >=yafaray-3.3.0 (bug #639046) # and its fork TheBounty (#639158) which require completely new ebuilds. -# -# The old and for now the last version in the tree is +# +# The old and for now the last version in the tree is # masked for removal on 2018-02-30 =media-gfx/yafaray-0.1.1 -# Michał Górny (28 Nov 2017) -# Replaced by split packages. Please install one of: -# - app-emulation/wine-vanilla (the only choice for stable) -# - app-emulation/wine-staging -# - app-emulation/wine-d3d9 -# - app-emulation/wine-any -# For more information, please read the news item: -# https://www.gentoo.org/support/news-items/2017-04-10-split-and-slotted-wine.html -# If you really need the old ebuilds, you can use the 'wine' repository. -# Removal in 30 days. -app-emulation/wine - -# Jonas Stein (26 Nov 2017) -# The latest version of this LaTeX package is part of -# dev-texlive/texlive-latexextra (bug #421881) -# Masked for removal on 2017-12-30 -dev-tex/isotope - -# Matt Turner (25 Nov 2017) -# Unmaintained upstream. Masked for removal in 30 days. -# Bug #606132. -x11-drivers/xf86-input-acecad -x11-drivers/xf86-input-aiptek -x11-drivers/xf86-input-fpit -x11-drivers/xf86-input-hyperpen -x11-drivers/xf86-input-mutouch -x11-drivers/xf86-input-pentouch - # Michał Górny (25 Nov 2017) # Testing branch GTK+3 release. Changes API, breaks xfce-base/xfdesktop. # Masked until the latter sees a new release. @@ -587,72 +666,6 @@ x11-drivers/xf86-input-pentouch >=xfce-base/thunar-1.7 >=xfce-extra/thunar-archive-plugin-0.4.0 -# Jonas Stein (25 Nov 2017) -# The latest version of this LaTeX package is part of -# dev-texlive/texlive-latexextra -# Masked for removal on 2017-12-30 -dev-tex/notoccite - -# Bernard Cafarelli (24 Nov 2017) -# Upstream removed tarball, no separate release in 3 years -# Merged in net-misc/owncloud-client since -# Masked for removal in 30 days. Bug #501228 -net-misc/ocsync -sys-auth/pam-csync - -# Bernard Cafarelli (24 Nov 2017) -# Dead upstream, source not available anymore -# Last open-source update in 2011 -# Masked for removal in 30 days. Bug #638670 -www-apps/eyeos - -# Matt Turner (23 Nov 2017) -# The modesetting driver is part of the xorg-server package since version 1.17. -# The separate xf86-video-modesetting package is no longer needed. -# Bug #606132. -x11-drivers/xf86-video-modesetting - -# Matt Turner (23 Nov 2017) -# For ancient hardware. Tired of maintaining. Masked for removal in 30 days. -# Bug #606132. -x11-misc/afbinit -x11-drivers/afb-ucode -x11-drivers/xf86-video-apm -x11-drivers/xf86-video-ark -x11-drivers/xf86-video-chips -x11-drivers/xf86-video-cirrus -x11-drivers/xf86-video-freedreno -x11-drivers/xf86-video-i128 -x11-drivers/xf86-video-i740 -x11-drivers/xf86-video-mach64 -x11-drivers/xf86-video-neomagic -x11-drivers/xf86-video-opentegra -x11-drivers/xf86-video-rendition -x11-drivers/xf86-video-s3 -x11-drivers/xf86-video-s3virge -x11-drivers/xf86-video-savage -x11-drivers/xf86-video-sis -x11-drivers/xf86-video-sisusb -x11-drivers/xf86-video-suncg14 -x11-drivers/xf86-video-suncg3 -x11-drivers/xf86-video-suncg6 -x11-drivers/xf86-video-sunffb -x11-drivers/xf86-video-sunleo -x11-drivers/xf86-video-suntcx -x11-drivers/xf86-video-tga -x11-drivers/xf86-video-trident -x11-drivers/xf86-video-tseng - -# Jonas Stein (23 Nov 2017) -# Depends on the AIM service which will be discontinued on 2017-12-15. -# See also bug #638564. Masked for removal on 2017-12-20 -net-analyzer/aimsniff - -# Kent Fredric (22 Nov 2017) -# Long deprecated upstream in favour of dev-perl/Mail-SPF -# Masked for removal in 30 days. Bug #638432 -dev-perl/Mail-SPF-Query - # Andreas Sturmlechner (16 Nov 2017) # Qt4WebKit is ancient and full of security holes. # Masked for removal in 30 days. Bug #620684 @@ -663,31 +676,15 @@ dev-qt/qtwebkit:4 (13 Nov 2017) -# Masked for removal in 30 days. Deprecated in favor of net-misc/nyx. -net-misc/arm - -# Mike Gilbert (13 Nov 2017) -# python-updater is obsolete. Utilize PYTHON_TARGETS and -# emerge --changed-use to rebuild packages instead. -# Removal in 30 days. -app-admin/python-updater - # Jonas Stein (11 Nov 2017) -# The upstream developer and former maintainer asked to treeclean these -# packages, because they can be used only with the Siemens Mediacenter +# The upstream developer and former maintainer asked to treeclean these +# packages, because they can be used only with the Siemens Mediacenter # Activy 3xx which was produced till 2005. He confirmed, that no user # is left who needs the package from our tree for this special hardware. # See also bug #633098. Masked for removal on 2018-01-31 app-misc/activylircd media-plugins/vdr-alcd -# Jonas Stein (10 Nov 2017) -# sci-geosciences/gmapcatcher violates the license of several images. -# The package is unmaintained. Upstream will not / can not fix this problem. -# See also bug #624046. Masked for removal on 2017-12-12 -sci-geosciences/gmapcatcher - # Mike Gilbert (05 Nov 2017) # Breaks several reverse dependencies. # https://bugs.gentoo.org/635934 @@ -704,27 +701,10 @@ dev-java/icedtea-bin:7 virtual/jdk:1.7 virtual/jre:1.7 -# Marc Schiffbauer (01 Nov 2017) -# Upstream abandoned obnam as of the end of the year -# Masked for removal in 30 days. -app-backup/obnam - -# Mike Gilbert (28 Oct 2017) -# Tests segfault, bug 635732. -# No updates upstream since 2013. -# Removal in 30 days. -dev-python/whirlpool - # Patrice Clement (28 Oct 2017) # Missing dependencies. >=dev-python/scrapy-1.4.0 -# Agostino Sarubbo (23 Oct 2017) -# It was a fresmee RDEPENDS. Freesmee has been removed since a while -# so it is not a depend of any package. No upstream releases -# Masked for removal in 30 days. Reference in bug #634536 -dev-util/ticpp - # Robin H. Johnson (22 Oct 2017) # Masking for testing, contains Fedora Hobbled-EC for USE=bindist =dev-libs/openssl-1.0.2l-r1 @@ -740,12 +720,6 @@ sys-devel/autoconf:2.65 sys-devel/autoconf:2.67 sys-devel/autoconf:2.68 -# Andreas K. Hüttel (20 Oct 2017) -# Doesn't build with glibc-2.25, doesn't build, needs a -# version bump, needs a maintainer. Bugs 604364, 599004, -# 627064. Removal in 30 days. -app-crypt/zuluCrypt - # Andreas K. Hüttel (18 Oct 2017) # sys-devel/automake versions 1.4, 1.5, 1.6, 1.7, 1.8 # have known security vulnerabilities, are broken with @@ -775,11 +749,6 @@ net-im/pyaim-t net-im/pork net-im/reaim -# Aaron Bauman (8 October 2017) -# severely vulnerable and unmaintained sources. -# Masked for removal in 30 days. Bug #627924 -sys-kernel/tuxonice-sources - # Michał Górny (05 Oct 2017) # (on behalf of QA) # Rogue version bumps that reintroduce QA violations that were fixed @@ -807,11 +776,6 @@ app-editors/atom:beta # Gnome 3.26 package mask >=app-text/libgepub-0.5 -# Aaron Bauman (1 Sep 2017) -# vulnerable per bug #513818 and dead upstream -# net-analyzer/ntopng is available -net-analyzer/ntop - # Anthony G. Basile (27 Aug 2017) # Upstream is no longer providing public patches sys-kernel/hardened-sources @@ -856,11 +820,6 @@ app-xemacs/cogre app-xemacs/ecb app-xemacs/xemacs-packages-all -# Bernard Cafarelli (04 Aug 2017) -# Temporary mask as current net-ftp/filezilla does not compile -# with it, bug #626292 ->=dev-libs/libfilezilla-0.10.0 - # Kent Fredric (21 Jul 2017) # Masked due to serious regression that introduces widespread data # corruption when storing data in blobs. Masked, because any code @@ -968,8 +927,7 @@ net-wireless/cpyrit-cuda # Bernard Cafarelli (8 May 2017) # Coordinated conversion to wxGTK:3.0-gtk3 # Drop mask after migration of existing wxGTK:3.0 users -# and wxGTK-3.0.3 bump in tree ->=net-ftp/filezilla-3.25.2-r1 +=net-ftp/filezilla-3.29.0-r300 # Rick Farina (17 Apr 2017) # Masking old versions because upstream changed versioning @@ -1193,6 +1151,11 @@ app-eselect/eselect-lua =dev-lang/lua-5.3.3 =dev-lang/lua-5.3.3-r1 +# Samuli Suominen (06 Mar 2012) +# Masked for testing since this is known to break nearly +# every reverse dependency wrt bug 407091 +>=dev-lang/lua-5.2.0 + # Mike Gilbert (04 Mar 2014) # Dev channel releases are only for people who are developers or want more # experimental features and accept a more unstable release. @@ -1212,11 +1175,6 @@ www-plugins/chrome-binary-plugins:unstable # Masked to ensure users are aware before they install. app-text/cuneiform -# Samuli Suominen (06 Mar 2012) -# Masked for testing since this is known to break nearly -# every reverse dependency wrt bug 407091 ->=dev-lang/lua-5.2.0 - # Samuli Suominen (30 Oct 2011) # Masked for security bug #294253, use only at your own risk! =media-libs/fmod-3* diff --git a/profiles/use.desc b/profiles/use.desc index 91ae1ac5..18dd1bb0 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Keep them sorted @@ -165,7 +165,6 @@ jpeg - Add JPEG image support jpeg2k - Support for JPEG 2000, a wavelet-based image compression format kde - Add support for KDE (K Desktop Environment) kerberos - Add kerberos support -kontact - Enable support for the KDE personal information manager (kde-apps/kdepim*) ladspa - Enable the ability to support ladspa plugins lame - Prefer using LAME libraries for MP3 encoding support lapack - Add support for the virtual/lapack numerical library @@ -182,6 +181,164 @@ libnotify - Enable desktop notification support libressl - Use dev-libs/libressl as SSL provider (might need ssl USE flag), packages should not depend on this USE flag libsamplerate - Build with support for converting sample rates using libsamplerate libwww - Add libwww support (General purpose WEB API) +linguas_af - Afrikaans locale +linguas_af_ZA - Afrikaans locale for South Africa +linguas_am - Amharic locale +linguas_ar - Arabic locale +linguas_ar_SA - Arabic locale for Saudi-Arabia +linguas_ast - Asturian locale +linguas_az - Azeri locale +linguas_be - Belarusian locale +linguas_be_BY - Belarusian locale +linguas_bg - Bulgarian locale +linguas_bg_BG - Bulgarian locale +linguas_bn - Bengali locale +linguas_br - Breton locale +linguas_bs - Bosnian locale +linguas_ca - Catalan locale +linguas_ca@valencia - Catalan locale (Valencia) +linguas_ca_ES - Catalan locale for Spain +linguas_cs - Czech locale +linguas_cs_CZ - Czech locale for Czech Republic +linguas_cy - Welsh locale +linguas_cy_GB - Welsh locale +linguas_da - Danish locale +linguas_da_DK - Danish locale for Denmark +linguas_de - German locale +linguas_de@1901 - German locale with old spelling +linguas_de_CH - German locale for Switzerland +linguas_de_DE - German locale for Germany +linguas_el - Greek locale +linguas_el_GR - Greek locale +linguas_en - English locale +linguas_en_AU - English locale for Australia +linguas_en_CA - English locale for Canada +linguas_en_GB - English locale for Britain +linguas_en_US - English locale for America +linguas_eo - Esperanto locale +linguas_eo_UY - Esperanto locale for Uruguay +linguas_es - Spanish locale +linguas_es_AR - Spanish locale for Argentina +linguas_es_CL - Spanish locale for Chile +linguas_es_CO - Spanish locale for Columbia +linguas_es_DO - Spanish locale for Dominican Republic +linguas_es_ES - Spanish locale for Spain +linguas_es_LA - Spanish locale for Latin America +linguas_es_MX - Spanish locale for Mexico +linguas_es_UY - Spanish locale for Uruguay +linguas_es_VE - Spanish locale for Venezuela +linguas_et - Estonian locale +linguas_et_EE - Estonian locale +linguas_eu - Basque locale +linguas_eu_ES - Basque locale for Spain +linguas_fa - Persian locale +linguas_fa_IR - Persian locale for Iran +linguas_fi - Finnish locale +linguas_fi_FI - Finnish locale +linguas_fo - Faroese locale +linguas_fr - French locale +linguas_fr_CA - French locale for Canada +linguas_fr_FR - French locale for France +linguas_fy - Frisian locale +linguas_gd - Gaelic locale +linguas_gl - Galician locale +linguas_gu_IN - Gujarati locale for India +linguas_he - Hebrew locale +linguas_he_IL - Hebrew locale for Israel +linguas_hi - Hindi locale +linguas_hi_IN - Hindi locale +linguas_hr - Croatian locale +linguas_hu - Hungarian locale +linguas_hu_HU - Hungarian locale +linguas_hy_AM - Armenian locale +linguas_ia - Interlingua locale +linguas_id - Indonesian locale +linguas_id_ID - Indonesian locale +linguas_is - Icelandic locale +linguas_is_IS - Icelandic locale for Iceland +linguas_it - Italian locale +linguas_it_IT - Italian locale +linguas_ja - Japanese locale +linguas_ja_JP - Japanese locale +linguas_ka - Georgian locale +linguas_kab - Kabyle locale +linguas_kk - Kazakh locale +linguas_kk_KZ - Kazakh (Kazakhstan) locale +linguas_kn_IN - Kannada locale for India +linguas_ko - Korean locale +linguas_ko_KR - Korean locale +linguas_ku - Kurdish (latin) locale +linguas_ku_IQ - Kurdish (latin) locale for Iraq +linguas_ky - Kyrgyz (Kirghiz) locale +linguas_ky_KG - Kyrgyz (Kirghiz) locale for Kyrgyzstan +linguas_la - Latin locale +linguas_lt - Lithuanian locale +linguas_lt_LT - Lithuanian locale +linguas_lv - Latvian locale +linguas_lv_LV - Latvian locale for Latvia +linguas_me - Montenegrin (Crnogorski) locale +linguas_mk - Macedonian locale +linguas_mk_MK - Macedonian locale for Macedonia +linguas_ml - Malayalam locale +linguas_mn - Mongolian locale +linguas_ms - Malay locale +linguas_ms_MY - Malay locale for Malaysia +linguas_nan - Min Nan locale +linguas_nb - Norwegian (Bokmal) locale +linguas_nb_NO - Norwegian (Bokmal) locale for Norway +linguas_ne - Nepali locale +linguas_nl - Dutch locale +linguas_nl_NL - Dutch locale for the Netherlands +linguas_nn - Nynorsk locale +linguas_nn_NO - Nynorsk locale for Norway +linguas_no - Norwegian locale +linguas_no_NO - Norwegian locale for Norway +linguas_pa - Punjabi locale for India +linguas_pam - Kapampangan locale +linguas_pl - Polish locale +linguas_pl_PL - Polish locale +linguas_pt - Portuguese locale +linguas_pt_BR - Portuguese locale for Brasil +linguas_pt_PT - Portuguese locale for Portugal +linguas_ro - Romanian locale +linguas_ro_RO - Romanian locale for Romania +linguas_ru - Russian locale +linguas_ru_RU - Russian locale for Russia +linguas_sa - Sanskrit locale +linguas_si - Sinhala locale +linguas_sk - Slovak locale +linguas_sk_SK - Slovak locale +linguas_sl - Slovenian locale +linguas_sl_SI - Slovenian locale +linguas_so - Somali locale +linguas_sq - Albanian locale +linguas_sr - Serbian locale +linguas_sr@latin - Serbian (latin) locale +linguas_sv - Swedish locale +linguas_sv_SE - Swedish locale for Sweden +linguas_sw - Swahili locale +linguas_ta - Tamil locale +linguas_ta_IN - Tamil locale +linguas_te - Telugu locale +linguas_th - Thai locale +linguas_th_TH - Thai locale Thailand +linguas_tl - Tagalog locale +linguas_tr - Turkish locale +linguas_tr_TR - Turkish locale for Turkey +linguas_ug - Uighur locale +linguas_uk - Ukrainian locale +linguas_uk_UA - Ukrainian locale for Ukraine +linguas_ur - Urdu locale +linguas_ur_PK - Urdu language locale for Pakistan +linguas_uz - Uzbek locale +linguas_uz@Cyrl - Uzbek (Cyrillic) locale +linguas_vi - Vietnamese locale +linguas_vi_VN - Vietnamese locale +linguas_zh - Chinese locale +linguas_zh_CN - Chinese locale for Peoples Republic of China +linguas_zh_HK - Chinese locale for Hong Kong +linguas_zh_TW - Chinese locale for Taiwan +linguas_zu - Zulu locale lirc - Add support for lirc (Linux's Infra-Red Remote Control) livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building lm_sensors - Add linux lm_sensors (hardware sensors) support diff --git a/profiles/use.local.desc b/profiles/use.local.desc index dcac6347..2e269334 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -422,8 +422,10 @@ app-editors/neovim:clipboard - Enable clipboard support through a provider app-editors/neovim:jemalloc - Use dev-libs/jemalloc for allocations app-editors/neovim:luajit - Use dev-lang/luajit instead of dev-lang/lua app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro +app-editors/neovim:remote - Enable support for remote options using nvr app-editors/neovim:tui - Build the neovim unix tui app-editors/pluma:gtk3 - Build with GTK+3 instead of GTK+2 +app-editors/qhexedit2:gui - Install Qt5 hex editor app-editors/tea:aspell - Enable spellchecking using app-text/aspell app-editors/tea:hunspell - Enable spellchecking using app-text/hunspell app-editors/tea:qml - Enable support for plugins using QML @@ -607,27 +609,6 @@ app-emulation/virtualbox-bin:sdk - Enable building of SDK app-emulation/virtualbox-bin:vboxwebsrv - Install the VirtualBox webservice app-emulation/virtualbox-modules:pax_kernel - Apply patch needed for pax enabled kernels app-emulation/vov:gprof - build with profiling support -app-emulation/wine:capi - Enable ISDN support via CAPI -app-emulation/wine:custom-cflags - Bypass strip-flags; use at your own peril -app-emulation/wine:d3d9 - Apply highly experimental patches for Gallium Nine support. This patch may break some applications. -app-emulation/wine:dos - Pull in games-emulation/dosbox to run DOS applications -app-emulation/wine:gecko - Add support for the Gecko engine when using iexplore -app-emulation/wine:gstreamer - Use media-libs/gstreamer to provide DirectShow functionality; -app-emulation/wine:mono - Add support for .NET using Wine's Mono add-on -app-emulation/wine:netapi - Use libnetapi from net-fs/samba to support Windows networks in netapi32.dll -app-emulation/wine:opencl - Enable OpenCL support -app-emulation/wine:osmesa - Add support for OpenGL in bitmaps using libOSMesa -app-emulation/wine:pcap - Support packet capture software (e.g. wireshark) -app-emulation/wine:perl - Install helpers written in perl (winedump/winemaker) -app-emulation/wine:pipelight - Apply Wine-Staging patches for Pipelight/Silverlight support -app-emulation/wine:prelink - Run prelink on DLLs during build; For versions before wine-1.7.55 or hardened, do not disable if you do not know what this means as it can break things at runtime -app-emulation/wine:realtime - Pull in sys-auth/rtkit for low-latency pulseaudio support -app-emulation/wine:run-exes - Use Wine to open and run .EXE and .MSI files -app-emulation/wine:s3tc - Pull in media-libs/libtxc_dxtn for DXTn texture compression, needed for many games -app-emulation/wine:samba - Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing -app-emulation/wine:staging - Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet -app-emulation/wine:themes - Support GTK+:3 window theming through Wine-Staging -app-emulation/wine:udev - Use virtual/libudev to provide plug and play support app-emulation/wine-any:capi - Enable ISDN support via CAPI app-emulation/wine-any:custom-cflags - Bypass strip-flags; use at your own peril app-emulation/wine-any:d3d9 - Apply highly experimental patches for Gallium Nine support. This patch may break some applications. @@ -795,7 +776,6 @@ app-i18n/uim:gtk3 - Enable support for x11-libs/gtk+:3 app-i18n/uim:skk - Enable support for app-i18n/skk-jisyo app-laptop/hdapsd:libconfig - Require dev-libs/libconfig to allow the daemon to read a configuration file at startup app-laptop/ibam:gkrellm - Enable building of app-admin/gkrellm module -app-laptop/laptop-mode-tools:scsi - Adds dependency on sdparm to control non-SATA SCSI drivers app-laptop/pbbuttonsd:ibam - Enable support for Intelligent Battery Monitoring app-laptop/pbbuttonsd:macbook - Enable support for the Macbook and Macbook Pro app-laptop/thinkfan:atasmart - include libatasmart support to get disc temperature @@ -1113,6 +1093,7 @@ app-text/blogc:git - Build blogc-git-receiver tool app-text/blogc:httpd - Build blogc-runserver tool app-text/blogc:make - Build blogc-make tool app-text/cb2bib:webengine - Use dev-qt/qtwebengine instead of dev-qt/qtwebkit +app-text/coolreader:wxwidgets - Use x11-libs/wxGTK instead of Qt5 app-text/crm114:mew - Add support for using the mewdecode mime decoder (app-emacs/mew) app-text/crm114:mimencode - Add support for using the mimencode mime (net-mail/metamail) app-text/crm114:normalizemime - Add support for using the normalizemime (mail-filter/normalizemime) @@ -1458,19 +1439,12 @@ dev-db/unixODBC:minimal - Disable bundled drivers and extra libraries (most user dev-db/unixODBC:odbcmanual - Administrator, Internal Structure, Programmer and User documentation dev-embedded/avrdude:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi dev-embedded/libftdi:tools - build ftdi_eeprom helper tool -dev-embedded/openocd:blaster - Enable support for Altera USE-Blaster dev-embedded/openocd:cmsis-dap - Support for CMSIS-DAP compliant adapters dev-embedded/openocd:dummy - Build the dummy port driver -dev-embedded/openocd:ftd2xx - Enable support for USB FTDI chips via dev-embedded/libftd2xx dev-embedded/openocd:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi dev-embedded/openocd:jlink - Build the SEGGER J-Link driver -dev-embedded/openocd:minidriver - Build the dummy minidriver dev-embedded/openocd:parport - Enable support for parport JTAG devices -dev-embedded/openocd:presto - Enable support for AXIS PRESTO devices -dev-embedded/openocd:segger - Enable support for the Segger J-Link JTAG -dev-embedded/openocd:stlink - Enable building support for the ST-Link JTAG Programmer dev-embedded/openocd:verbose-io - Verbose IO and comm JTAG and USB messages -dev-embedded/openocd:versaloon - Enable building support for the Versallon-lInk JTAG dev-embedded/sdcc:boehm-gc - Enable Hans Boehm's garbage collector dev-libs/boehm-gc dev-embedded/sdcc:device-lib - Enable built of devices libraries dev-embedded/sdcc:ds390 - Add support for Dallas DS390 @@ -1512,7 +1486,7 @@ dev-games/crystalspace:cegui - include support for Crazy Eddie GUI dev-games/crystalspace:cg - NVIDIA toolkit plugin dev-games/crystalspace:ode - include support for Open Dynamics Engine dev-games/guichan:allegro - Build the Allegro frontend -dev-games/mygui:linguas_ru - Install some additional russian docs if 'doc' useflag enabled +dev-games/mygui:l10n_ru - Install some additional russian docs if 'doc' useflag enabled dev-games/mygui:ogre - Use the ogre render subsystem. (cannot combine with opengl) dev-games/mygui:opengl - Use the opengl render subsystem. (cannot combine with ogre) dev-games/mygui:plugins - Build MyGUI plugins @@ -2117,7 +2091,6 @@ dev-libs/libgpg-error:common-lisp - Install common-lisp files dev-libs/libgpuarray:cuda - Enable NVIDIA CUDA toolkit support dev-libs/libgpuarray:opencl - Enable OpenCL support dev-libs/libgweather:glade - Installs catalog files for dev-util/glade -dev-libs/libical:glib - Enable dev-libs/glib GObject interface support dev-libs/libisoburn:cdio - Enable EXPERIMENTAL use of libcdio as system adapter dev-libs/libisoburn:external-filters - Allow the use of external processes as file content filters (Note: this is a potential security risk) dev-libs/libisoburn:external-filters-setuid - Also allow the use of external setuid processes as file content filters (Note: this is a potential security risk) @@ -2593,7 +2566,6 @@ dev-python/pyudev:pyside - Install PySide bindings dev-python/pyudev:qt4 - Install PyQt4 bindings dev-python/pyudev:qt5 - Install PyQt5 bindings dev-python/pyyaml:libyaml - enable support for C implementation using libyaml -dev-python/pyzmq:green - Enable gevent compatibility with zeromq dev-python/pyzor:gevent - Enable support for the gevent based handler dev-python/pyzor:mysql - Enables mysql support dev-python/pyzor:pyzord - enable support for pyzord @@ -2752,7 +2724,6 @@ dev-qt/qtwebengine:pax_kernel - Enable building under a PaX enabled kernel dev-qt/qtwebengine:system-ffmpeg - Use the system-wide media-video/ffmpeg instead of bundled. dev-qt/qtwebengine:system-icu - Use the system-wide dev-libs/icu instead of bundled. dev-qt/qtwebengine:widgets - Enable QtWidgets support -dev-qt/qtwebkit:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by upstream) dev-qt/qtwebkit:geolocation - Enable physical position determination via dev-qt/qtpositioning dev-qt/qtwebkit:gles2 - Use GLES 2.0 or later instead of full OpenGL dev-qt/qtwebkit:gstreamer - Enable HTML5 audio/video support via media-libs/gstreamer using SLOT 1.0 @@ -3135,6 +3106,8 @@ games-emulation/fceux:logo - Enable the ability to add a logo screen when creati games-emulation/generator:sdlaudio - Enable SDL Audio games-emulation/higan:icarus - Build icarus library manager games-emulation/higan:udev - Enable udev based input +games-emulation/m64py:7z - Ensure support for .7z archives. +games-emulation/m64py:rar - Ensure support for .rar archives. games-emulation/mednafen:debugger - Build with internal debugger games-emulation/mednafen:pax_kernel - Triggers a paxmarking of the binary games-emulation/mupen64plus:audio-sdl - Enable SDL audio plugin. @@ -3253,7 +3226,6 @@ games-mud/tf:atcp - enable ATCP support. games-mud/tf:gmcp - enable GMCP support. games-mud/tf:option102 - enable telnet option 102 support. games-puzzle/cuyo:music - Enable playing of background music -games-puzzle/jag:editor - Install level editor games-puzzle/nightsky:bundled-libs - Use the upstream provided bundled libraries. games-puzzle/numptyphysics:user-levels - Install some fun user-created levels games-puzzle/pingus:music - Enable playing of background music @@ -4003,6 +3975,7 @@ media-gfx/freewrl:libeai - Build EAI C library media-gfx/freewrl:opencl - Enable OpenCL support media-gfx/freewrl:osc - Allows for OSC-based control and communication between multiple freewrl instances media-gfx/freewrl:rbp - Enable support for Rigid Body Physics +media-gfx/geeqie:ffmpegthumbnailer - Enable video thumbnail support with media-video/ffmpegthumbnailer media-gfx/geeqie:gpu-accel - Enable GPU acceleration support - experimental media-gfx/geeqie:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 media-gfx/geeqie:map - Enable items map display - experimental @@ -4569,6 +4542,7 @@ media-sound/gogglesmm:opus - Enable support for opus codec media-sound/herrie:http - Enable http streaming media-sound/herrie:xspf - Enable support for reading and saving XSPF playlists media-sound/hydrogen:archive - Use libarchive instead of libtar +media-sound/hydrogen:portmidi - Add portmidi support media-sound/jack-audio-connection-kit:coreaudio - Build the CoreAudio driver on Mac OS X systems media-sound/jack-audio-connection-kit:cpudetection - Enables runtime cpudetection media-sound/jack-audio-connection-kit:pam - Add basic realtime configuration via sys-auth/realtime-base @@ -5168,13 +5142,17 @@ media-video/vlc:x265 - Support X265 Encoder. media-video/vlc:xcb - Support the X C-language Binding, a replacement for Xlib; !!! you will need this option to be able to integrate video in the Qt interface, see bug #500678. media-video/vlc:zeroconf - Enables support for zero-configuration networking via avahi. media-video/vlc:zvbi - Enables support for teletext subtitles via the zvbi library. +media-video/webcamoid:headers - Install development headers +media-video/webcamoid:libuvc - Build with libuvc support +media-video/webcamoid:qtaudio - Enable audio capture/play via dev-qt/qtmultimedia +media-video/webcamoid:v4lutils - Build with V4L-utils support +media-video/webcamoid:videoeffects - Build video effects media-video/x264-encoder:10bit - Set output bit depth to 10 media-video/x264-encoder:avs - enable AvxSynth support in the AviSynth input module media-video/x264-encoder:ffmpegsource - Enable ffmpegsource aka ffms support, disables lavf media-video/x264-encoder:interlaced - Enable interlaced encoding support, this can decrease encoding speed by up to 2% media-video/xine-ui:vdr - Enables Video Disk Recorder support net-analyzer/2ping:server - Install the server init scripts. -net-analyzer/aimsniff:http - Install the WAS (Web AIM Sniff) frontend net-analyzer/argus:libtirpc - Build against net-libs/libtirpc for RPC support net-analyzer/argus-clients:ft - Enable support for flow packets through net-analyzer/flow-tools net-analyzer/barnyard:sguil - Enable sguil (The Analyst Console for Network Security Monitoring) support @@ -5601,7 +5579,6 @@ net-fs/cifs-utils:caps - libcap support net-fs/cifs-utils:caps-ng - libcap-ng support net-fs/cifs-utils:creds - cifs credentials support net-fs/cvmfs:aufs - Use AUFS instead of OverlayFS for the server -net-fs/cvmfs:client - Install the cvmfs client programs and init script net-fs/cvmfs:preload - Install the cvmfs cache preloader for distributed file systems net-fs/cvmfs:server - Install the cvmfsd program and init script net-fs/cvmfs:test-programs - Install unit test programs @@ -5659,11 +5636,6 @@ net-ftp/proftpd:exec - Enable support for the mod_exec module. WARNING: this cou net-ftp/proftpd:ident - Enable support for the mod_ident module net-ftp/proftpd:ifsession - Enable support for the ifsession module net-ftp/proftpd:ifversion - Enable support for the mod_ifversion module -net-ftp/proftpd:linguas_bg_BG - Language support for bg_BG -net-ftp/proftpd:linguas_fr_FR - Language support for fr_FR -net-ftp/proftpd:linguas_it_IT - Language support for it_IT -net-ftp/proftpd:linguas_ja_JP - Language support for ja_JP -net-ftp/proftpd:linguas_ru_RU - Language support for ru_RU net-ftp/proftpd:log_forensic - Enable support for the mod_log_forensic module, log only suspicious actions. net-ftp/proftpd:memcache - Enable support for the mod_memcache module, for using memcached servers net-ftp/proftpd:msg - Enable support for the mod_msg module, allows system users to send messages to connected clients via the ftpdctl program. @@ -5961,6 +5933,8 @@ net-libs/iax:snomhack - Use slower memset for SNOM phoneem net-libs/ldns:dane - Enable DNS-based Authentication of Named Entities (DANE) support net-libs/ldns:ecdsa - Enable ECDSA support net-libs/ldns:gost - Enable GOST support +net-libs/libbitcoinconsensus:asm - Enable assembly for optimization +net-libs/libbitcoinconsensus:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core net-libs/libbtbb:extras - Install pcapdump and btaptap tools net-libs/libbtbb:pcap - Add support for network packet capture via net-libs/libpcap net-libs/libbtbb:wireshark-plugins - Build the wireshark plugins for bluetooth baseband sniffing @@ -6412,6 +6386,7 @@ net-misc/hylafaxplus:jbig - JBIG Fax Compression Support net-misc/hylafaxplus:mgetty - Receive faxes via serial port connections net-misc/hylafaxplus:pam - hfaxd authentication via PAM net-misc/icaclient:gstreamer010 - Enable audio support via media-libs/gstreamer using SLOT 0.10 +net-misc/icaclient:l10n_zh_CN - Install Chinese translation net-misc/icecast:kate - Add karaoke and text encapsulation support for Ogg files net-misc/icecast:logrotate - Install support files for app-admin/logrotate? net-misc/icecast:yp - Build support for yp public directory listings @@ -6451,16 +6426,6 @@ net-misc/lldpd:old-kernel - Enable compatibility with Linux kernel older than 2. net-misc/lldpd:sanitizers - Enable code instrumentation with selected sanitizers net-misc/lldpd:snmp - Enable the use of SNMP net-misc/lldpd:sonmp - Enable SynOptics Network Management -net-misc/mediatomb:curl - Support YouTube and external media sources (e.g. internet radio) -net-misc/mediatomb:flac - Enable FLAC metadata/artwork support -net-misc/mediatomb:id3tag - Use media-libs/libid3tag for reading files' metadata rather than taglib -net-misc/mediatomb:inotify - Enable inotify filesystem monitoring support -net-misc/mediatomb:lastfm - Enable last.fm support -net-misc/mediatomb:libextractor - Use libextractor to gather files' metadata -net-misc/mediatomb:magic - Use libmagic to determine file types -net-misc/mediatomb:mysql - Use dev-db/mysql as backend rather than SQLite3 -net-misc/mediatomb:taglib - Use media-libs/taglib for reading files' metadata rather than id3lib -net-misc/mediatomb:thumbnail - Enables video thumbnails generation through media-video/ffmpegthumbnailer net-misc/megatools:fuse - Enables support for the filesystem in userspace plugin through sys-fs/fuse. net-misc/memcached:slabs-reassign - Allow manual reassignment of memory slabs at the cost of slab optimizations. net-misc/minidlna:netgear - Enable netgear branding @@ -6504,7 +6469,6 @@ net-misc/nextcloud-client:shibboleth - Build support for Shibboleth single sign- net-misc/ntp:openntpd - Allow ntp to be installed alongside openntpd net-misc/ntp:parse-clocks - Add support for PARSE clocks net-misc/ntp:samba - Provide support for Samba's signing daemon (needed for Active Directory domain controllers) -net-misc/ocsync:sftp - Enable sftp transfer support via net-libs/libssh net-misc/ofono:atmodem - ETSI AT modem support. net-misc/ofono:bluetooth - Enable Bluetooth modem support using net-wireless/bluez. net-misc/ofono:cdmamodem - Enable CDMA modem support. @@ -6618,7 +6582,7 @@ net-misc/stargazer:static-libs - Install static libraries. net-misc/streamtuner:shout - Enable shoutcast plug-in. net-misc/streamtuner:xiph - Enable xiph.org plug-in. net-misc/stunnel:stunnel3 - Install the stunnel3 wrapper. -net-misc/teamviewer:system-wine - Use app-emulation/wine instead of bundled wine. +net-misc/teamviewer:system-wine - Use virtual/wine instead of bundled wine. net-misc/termpkg:uucp - Adds support for uucp style device locking net-misc/tigervnc:dri3 - Build with DRI3 support net-misc/tigervnc:drm - Build with DRM support @@ -6689,6 +6653,8 @@ net-p2p/amule:remote - Enable remote controlling of the client net-p2p/amule:stats - Enable statistic reporting net-p2p/bitcoin-cli:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core net-p2p/bitcoin-cli:ljr - Enable Luke Dashjr's patches +net-p2p/bitcoin-qt:asm - Enable assembly for optimization +net-p2p/bitcoin-qt:bip70 - Enable support for the BIP70 payment protocol net-p2p/bitcoin-qt:bitcoin_policy_rbf - Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order net-p2p/bitcoin-qt:bitcoin_policy_spamfilter - Enhanced spam filter policy: Notorious spammers will not be assisted by your node net-p2p/bitcoin-qt:http - Enable support for the JSON-RPC and REST HTTP server (builtin net-p2p/bitcoind) @@ -6700,6 +6666,7 @@ net-p2p/bitcoin-qt:tor - Enable automatic configuration of a Tor hidden service net-p2p/bitcoin-qt:upnp - Enable Universal Plug and Play net-p2p/bitcoin-qt:wallet - Enable wallet support net-p2p/bitcoin-qt:zeromq - Report blocks and transactions via zeromq +net-p2p/bitcoind:asm - Enable assembly for optimization net-p2p/bitcoind:bitcoin_policy_rbf - Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order net-p2p/bitcoind:bitcoin_policy_spamfilter - Enhanced spam filter policy: Notorious spammers will not be assisted by your node net-p2p/bitcoind:knots - Build enhanced Bitcoin Knots version, rather than Bitcoin Core @@ -6710,9 +6677,6 @@ net-p2p/bitcoind:zeromq - Report blocks and transactions via zeromq net-p2p/datacoin-hp:logrotate - Use app-admin/logrotate for rotating logs net-p2p/dbhub:switch_user - Enable support for switching user net-p2p/deluge:console - Enable default console UI -net-p2p/deluge:linguas_iu - Inuktitut locale -net-p2p/deluge:linguas_nap - Neapolitan locale -net-p2p/deluge:linguas_pms - Piemontese locale net-p2p/deluge:webinterface - Install dependencies needed for the web interface net-p2p/dogecoin-qt:qrcode - Enable generation of QR Codes for receiving payments net-p2p/eiskaltdcpp:cli - Enable sample cli based on readline @@ -7539,6 +7503,7 @@ sys-apps/dbus:elogind - Use sys-auth/elogind for session tracking. sys-apps/dbus:systemd - Build with sys-apps/systemd at_console support sys-apps/dbus:user-session - Enable user-session semantics for session bus under systemd sys-apps/dbus-broker:launcher - dbus-daemon compatibility launcher +sys-apps/debianutils:installkernel - Install /sbin/installkernel script (for Linux) sys-apps/dstat:wifi - Enable wireless network functions sys-apps/duc:X - Use X11 for the GUI instead of OpenGL. This is the recommended option sys-apps/duc:cairo - Build support for exporting to PNG and PDF with x11-libs/cairo @@ -7632,6 +7597,7 @@ sys-apps/linux-misc-apps:usbip - Include USB/IP binaries to replace net-misc/usb sys-apps/lm_sensors:contrib - Installs user contributed configuration files so you don't need to find settings on your own for your system if somebody else has already created such a configuration for sensors/mainboards you are using. sys-apps/lm_sensors:sensord - Enable sensord - a daemon that can be used to periodically log sensor readings from hardware health-monitoring chips sys-apps/man-db:manpager - Enable manpager wrapper for colorizing output +sys-apps/mawk:forced-sandbox - Always enable -W sandbox mode for simpler/secure runtime sys-apps/memtest86:serial - Compile with serial console support sys-apps/memtest86+:floppy - Install a script to create floppy disks containing memtest86+ binaries. sys-apps/memtest86+:iso - Compile an ISO image @@ -7878,6 +7844,7 @@ sys-cluster/hpx:jemalloc - Use dev-libs/jemalloc for memory allocation sys-cluster/hpx:papi - Use dev-libs/papi for NaCl sys-cluster/hpx:perftools - Use dev-util/google-perftools for memory allocation sys-cluster/hpx:tbb - Use dev-cpp/tbb for memory allocation +sys-cluster/keepalived:json - compile with signal to dump configuration and stats as JSON. sys-cluster/legion:gasnet - Enable GASNet lib support sys-cluster/legion:hwloc - Enable HWLoc lib support sys-cluster/maui:pbs - Enable pbs integration @@ -8175,7 +8142,6 @@ sys-kernel/mips-sources:ip27 - Enables additional support for SGI Origin (IP27) sys-kernel/mips-sources:ip28 - Enables additional support for SGI Indigo2 Impact R10000 (IP28) sys-kernel/mips-sources:ip30 - Enables support for SGI Octane (IP30, 'Speedracer') sys-kernel/rt-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. -sys-kernel/tuxonice-sources:experimental - Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental". sys-libs/binutils-libs:64-bit-bfd - Support 64-bit targets even on 32-bit hosts (is ignored on 64-bit hosts) sys-libs/binutils-libs:multitarget - Enable all possible targets in libbfd sys-libs/compiler-rt:clang - Force building using installed clang (rather than the default CC/CXX). @@ -8445,11 +8411,9 @@ www-client/seamonkey:chatzilla - Build Mozilla's IRC client (default on) www-client/seamonkey:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) www-client/seamonkey:force-gtk3 - Use the cairo-gtk3 rendering engine www-client/seamonkey:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles -www-client/seamonkey:gtk3 - Use the cairo-gtk3 rendering engine www-client/seamonkey:ipc - Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes www-client/seamonkey:jemalloc - Enable or disable jemalloc www-client/seamonkey:roaming - Build roaming extension support (default on) -www-client/seamonkey:skia - Enable the SKIA engine for 2D rendering as an alternative to cairo www-client/seamonkey:system-cairo - Use the system-wide x11-libs/cairo instead of bundled www-client/seamonkey:system-harfbuzz - Use the system-wide media-libs/harfbuzz instead of bundled www-client/seamonkey:system-icu - Use the sytem-wide dev-libs/icu instead of bundled @@ -8575,8 +8539,11 @@ www-servers/xsp:net35 - use .NET 3.5 Framework www-servers/xsp:net40 - use .NET 4.0 Framework www-servers/xsp:net45 - use .NET 4.5 Framework x11-apps/copyq:webkit - enables the application to use advanced HTML rendering and fetching remote images and other data +x11-apps/intel-gpu-tools:glib - Support reading config files via glib helpers x11-apps/intel-gpu-tools:test-programs - Install test programs for DRM driver development x11-apps/intel-gpu-tools:unwind - Provide automatic stack traces on test failures +x11-apps/intel-gpu-tools:valgrind - Support valgrind annotations +x11-apps/intel-gpu-tools:xrandr - Enable support for the X RandR extension x11-apps/mesa-progs:egl - Build EGL utilities x11-apps/mesa-progs:gles2 - Build OpenGL ES 2 utilities x11-apps/xdm:consolekit - Enable native sys-auth/consolekit support @@ -8729,7 +8696,6 @@ x11-plugins/pidgin-sipe:voice - Enable experimental voice/video support x11-plugins/purple-plugin_pack:talkfilters - Enable support for app-text/talkfilters x11-plugins/vicious:contrib - Install extra widgets, some for less common hardware, some contributed by Vicious users. x11-plugins/wmfire:session - Enable session management -x11-plugins/wmsysmon:high-ints - Enable support for monitoring 24 interrupts. Useful on SMP machines x11-terms/aterm:background - Enable background image support via media-libs/libafterimage x11-terms/aterm:xgetdefault - Enable resources via X instead of aterm small version x11-terms/eterm:escreen - Enable built-in app-misc/screen support -- cgit v1.2.3