From 0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jan 2018 19:03:35 +0000 Subject: gentoo resync : 21.01.2018 --- profiles/Manifest.gz | Bin 187214 -> 187193 bytes profiles/arch/alpha/make.defaults | 4 +++ profiles/arch/alpha/use.stable.mask | 4 +++ profiles/arch/amd64-fbsd/package.use.mask | 13 ++++++++- profiles/arch/arm/make.defaults | 3 ++ profiles/arch/arm/package.use.mask | 6 +++- profiles/arch/arm/use.stable.mask | 4 +++ profiles/arch/hppa/make.defaults | 4 +++ profiles/arch/hppa/package.use.stable.mask | 12 ++++---- profiles/arch/hppa/use.stable.mask | 10 ++++++- profiles/arch/ia64/make.defaults | 4 +++ profiles/arch/ia64/use.stable.mask | 4 +++ profiles/arch/powerpc/package.use.mask | 6 +++- profiles/arch/powerpc/ppc32/make.defaults | 4 +++ profiles/arch/powerpc/ppc32/use.stable.mask | 4 +++ profiles/arch/powerpc/ppc64/make.defaults | 4 +++ profiles/arch/powerpc/ppc64/use.stable.mask | 4 +++ profiles/arch/sparc/make.defaults | 4 +++ profiles/arch/sparc/use.stable.mask | 4 +++ profiles/arch/x86-fbsd/package.use.mask | 11 +++++++ profiles/arch/x86/make.defaults | 4 +++ profiles/arch/x86/use.stable.mask | 4 +++ profiles/base/make.defaults | 5 ++-- profiles/base/use.stable.mask | 1 - profiles/package.mask | 43 ++++++---------------------- profiles/use.local.desc | 7 ++++- 26 files changed, 125 insertions(+), 48 deletions(-) (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index f6429ec87e31..a2266ec11462 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index 25c2ed44634f..c57fc9bfb4ad 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -27,3 +27,7 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx voodoo" # Defaults for audio drivers. These are copied from x86 (minus modems), since # Alpha supports the same busses. ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 7ef77fce94be..aec25237e086 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Brian Evans (16 Dec 2017) # Needs dev-lang/php:7.1 stable php_targets_php7-1 diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index ada83da9f358..93fc2f9b460f 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (20 Jan 2018) +# Needs sys-libs/libomp which is not keyworded. Leaving the decision +# whether sys-libs/libomp should eventually be keyworded to when new +# LLVM is going to be keyworded. + (20 Jan 2018) +# Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions +# no longer have the flag, so no point in keywording it for old. +sys-devel/llvm ocaml + # Ulrich Müller (23 Oct 2017) # Needs net-mail/mailutils which is not keyworded, bug #635216. app-editors/emacs-vcs mailutils diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults index c0a917b65d74..410843f5d636 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -23,3 +23,6 @@ VIDEO_CARDS="exynos fbdev omap" # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 7b7ae26d1c3e..c06510394fc2 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Amy Liffey (30 Dec 2017) # Moved from use.mask since they are flags local to one package. dev-cpp/xsd ace diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 71be5d31fbc5..34affefc969d 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Brian Evans (16 Dec 2017) # Needs dev-lang/php:7.1 stable php_targets_php7-1 diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 0a3820884b6c..3939be39232a 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -24,3 +24,7 @@ CHOST_hppa="${CHOST}" # 2006/08/18 - Donnie Berkholz # Defaults for video drivers VIDEO_CARDS="fbdev" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 95136a965411..175acfb2e8c5 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (20 Jan 2018) +# revdeps on dev-libs/boost which is no longer stable. +dev-db/mariadb oqgraph +dev-libs/libsigc++ test +media-libs/chromaprint test +media-libs/gegl raw + # Hans de Graaff (26 Nov 2017) # Several packages no longer have stable keywords due # to bug 626682 @@ -42,11 +49,6 @@ net-print/cups-filters pdf # MPI does not have stable keywords on hppa sci-libs/fftw mpi -# Andreas Sturmlechner (03 Sep 2017) -# Mask mpi support so Boost stabilization can go ahead -# Boost 1.63 (bug 624662), Boost 1.62 (bug 590244) -dev-libs/boost mpi - # Andreas Sturmlechner (19 Aug 2017) # Mask net-libs/libssh rdeps for stabilisation timeout # (bug 618916) diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 772a91e9951a..10be280ba22a 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -1,9 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + +# Andreas Sturmlechner (20 Jan 2018) +# Mask boost for stabilisation timeout, bug #624662 +boost + # Andreas Sturmlechner (29 Oct 2017) # Mask qt4, qt5 for stabilisation timeout, bug #620334 qt5 diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults index 476c229a5a63..c1552b0f8c8a 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -26,3 +26,7 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx vesa voodoo" # 2006/12/23 - Diego Pettenò # Defaults for audio drivers - Took from x86 profile ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 88f33d5ae7be..3b65e3358e32 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Not stable mkl diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index c2540acd7a43..caca20667638 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Amy Liffey (10 Nov 2017) # Masked for dependencies: # - bug #438780: sys-firmware/ipxe not buildable on PPC without cross-compiler diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults index 57c5d7770ef5..80789f6ad543 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -35,3 +35,7 @@ IUSE_IMPLICIT="abi_ppc_32" # Enable abi_ppc_32 for packages that don't have it forced. ABI_PPC="32" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index ab73cb222f1a..8508553c1a8e 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,7 @@ +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Andrey Grozin (25 Jun 2014) # no stable versions on ppc clisp diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index fe54e02e4ef5..6ea718796307 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -39,3 +39,7 @@ VIDEO_CARDS="fbdev mach64 mga nv r128 radeon vesa" # Enable abi_ppc_64 for packages that don't have it forced. ABI_PPC="64" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index e797af411b72..fe877c3e26a2 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -3,3 +3,7 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask + +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 0053c3734d92..acad3dcea1ea 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -39,3 +39,7 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X1 # Defaults for video drivers VIDEO_CARDS="fbdev glint mach64 mga r128 radeon sunbw2 suncg14 suncg3 \ suncg6 sunffb sunleo tdfx voodoo" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index a381058c68d3..33c7089f46f4 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Hans de Graaff (13 Aug 2017) # Drop stable ruby on sparc ruby diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index c68b05ffdbbd..479c2b6b7c3c 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -1,6 +1,17 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (20 Jan 2018) +# Needs sys-libs/libomp which is not keyworded. Leaving the decision +# whether sys-libs/libomp should eventually be keyworded to when new +# LLVM is going to be keyworded. + (20 Jan 2018) +# Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions +# no longer have the flag, so no point in keywording it for old. +sys-devel/llvm ocaml + # Michał Górny (12 Jan 2018) # Requires USE=qt5 that is masked in this profile. media-video/vlc skins diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index f3347ce31a71..2e9b5fa264c6 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -42,3 +42,7 @@ IUSE_IMPLICIT="abi_x86_32" # Michał Górny (01 Jul 2014) # Default to abi_x86_32 for packages that don't have it forced. ABI_X86="32" + +# Hans de Graaff (21 Jan 2018) +# Temporary entry to support stable bug 639476 +RUBY_TARGETS="ruby22" diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 118c3436da94..6639125e6f26 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (21 Jan 2018) +# Temporary mask to support stable bug 639476 +ruby_targets_ruby23 + # Michael Palimaka (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 493af9ce75db..799b0d1a90b6 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -81,8 +81,9 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb p USE="${USE} modules" # Manuel Rüger (09 Sep 2015) -# Default Ruby build targets -RUBY_TARGETS="ruby22" +# Default Ruby build target +# Updated to include ruby23 on 21 Jan 2018 +RUBY_TARGETS="ruby22 ruby23" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 50bb99740eee..4f4862436e66 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -17,7 +17,6 @@ python_single_target_pypy3 # Hans de Graaff (25 Dec 2017) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 diff --git a/profiles/package.mask b/profiles/package.mask index 2ded8b0ebb3d..0ab86239a597 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (20 Jan 2018) +# Outdated and broken for a long time, blocking cleanups. +# Depends on deprecated LINGUAS/Qt4/kde4-functions.eclass. +# Masked for removal in 30 days. Bugs #520070, 555082, 643994, 644312 +net-p2p/dogecoin-qt +net-p2p/primecoin-qt +net-p2p/primecoind + # Andreas Sturmlechner (19 Jan 2018) # Outdated and broken for a long time, holding up several cleanups. # Masked for removal in 30 days. Bug #513564 @@ -679,41 +687,6 @@ media-radio/tucnak2 # Masked for testing =dev-libs/libical-3.0.1 -# Michael Palimaka (22 Dec 2017) -# Dead upstream. Requires dead Qt 4. -# Masked for removal in 30 days. -sci-calculators/qalculator - -# Michael Palimaka (22 Dec 2017) -# Dead upstream. Requires dead Qt 4. -# Masked for removal in 30 days. -x11-misc/basqet - -# Michael Palimaka (22 Dec 2017) -# Dead upstream. Requires dead Qt 4. -# Masked for removal in 30 days. -x11-misc/okindd - -# Michael Palimaka (22 Dec 2017) -# Dead upstream. Requires dead Qt 4. -# Masked for removal in 30 days. -x11-misc/qsynergy - -# Michael Palimaka (22 Dec 2017) -# Dead upstream. Requires dead Qt 4. -# Masked for removal in 30 days. -app-editors/znotes - -# Andreas Sturmlechner (21 Dec 2017) -# Dead upstream, depends on dead Qt4. -# Bug #629032. Masked for removal in 30 days. -media-gfx/wally - -# Andreas Sturmlechner (21 Dec 2017) -# Dead upstream, depends on dead Qt4. -# Bug #637108. Masked for removal in 30 days. -app-cdr/qpxtool - # Patrice Clement (19 Dec 2017) # A slightly better syntax file for PAM configuration files is shipped with Vim # since version 8.0. The one we package is old and out of date. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 86377483c65d..0c76afb64ad7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1913,7 +1913,8 @@ dev-lang/php:opcache - Enables built-in opcode cache, replacing pecl-apc et al. dev-lang/php:pdo - Enable the bundled PDO extensions dev-lang/php:phar - Enables the phar extension to provide phar archive support dev-lang/php:phpdbg - Enable the PHP Debug Command Line SAPI (like gdb for php) -dev-lang/php:sodium - Enable support for crypto through libsodium +dev-lang/php:session-mm - Include dev-libs/mm support for session storage +dev-lang/php:sodium - Enable support for crypto through dev-libs/libsodium dev-lang/php:tokyocabinet - Enable support for dev-db/tokyocabinet db backend dev-lang/php:vpx - Enable webp support for GD in php-5.x dev-lang/php:webp - Enable webp support for GD in php-7.x @@ -4257,6 +4258,7 @@ media-libs/netpbm:rle - Build converters for the RLE format (utah raster toolkit media-libs/opencolorio:pdf - Install extra documentation in PDF format media-libs/opencv:contrib - Install user contributed scripts from opencv_contrib (Experimental!) media-libs/opencv:contrib_cvv - CVV module requires Qt5 +media-libs/opencv:contrib_dnn - DNN module contrib requires tiny dnn media-libs/opencv:contrib_hdf - HDF module requires sci-libs/hdf5 media-libs/opencv:contrib_sfm - SFM module requires eigen, gflags, and glog media-libs/opencv:contrib_xfeatures2d - Enables xfeatures2d and autodownload of samples in contrib @@ -8176,6 +8178,7 @@ sys-devel/llvm:multitarget - Build all host targets (default: host only) sys-devel/llvm:ncurses - Support querying terminal properties using ncurses' terminfo sys-devel/llvm:sanitize - Build compiler-rt's sanitizers sys-devel/llvm:static-analyzer - Install the Clang static analyzer (requires USE=clang) +sys-devel/llvm:xar - Support dumping LLVM bitcode sections in Mach-O files (uses app-arch/xar) sys-devel/sparse:gtk - Build the test-inspect utility (requires x11-libs/gtk+ version 2) sys-devel/sparse:llvm - Build the sparse-llvm utility sys-devel/sparse:xml - Build the c2xml utility (requires dev-libs/libxml2) @@ -8372,7 +8375,9 @@ sys-libs/libcxx:libunwind - Use libunwind instead of libgcc_s for stack unwindin sys-libs/libcxxabi:libunwind - Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependency on gcc sys-libs/libcxxrt:libunwind - Use libunwind instead of libgcc_s for unwinding. This should allow avoiding relying on sys-devel/gcc but for now clang is setup to use libgcc_s. sys-libs/libhugetlbfs:perl - Install the cpupcstat tool and some perl modules +sys-libs/libomp:cuda - Build CUDA offloading plugin (only with USE=offload) sys-libs/libomp:hwloc - Enable CPU affinity support via hwloc +sys-libs/libomp:offload - Support offloading OpenMP using libomptarget 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 -- cgit v1.2.3