diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 144764 -> 144754 bytes | |||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 36 | ||||
-rw-r--r-- | profiles/arch/riscv/use.mask | 5 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/package.mask | 75 | ||||
-rw-r--r-- | profiles/use.local.desc | 5 |
7 files changed, 42 insertions, 89 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex ef31b229d327..3bd34ac02614 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 32f72b44f6fb..5a86f34feaff 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -10,6 +10,7 @@ app-text/htmltidy test # Michał Górny <mgorny@gentoo.org> (2021-07-25) # PyQt5 and wxpython are not keyworded. +dev-python/ipython qt5 dev-python/matplotlib qt5 wxwidgets # Matt Turner <mattst88@gentoo.org> (2021-07-23) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index be7d30f44cf2..83e535fe0fe0 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,12 +1,16 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-08-17) +# sys-libs/libfaketime does not work properly on this arch +sys-auth/sssd test + # Marek Szuba <marecki@gentoo.org> (2021-08-14) # virtual/mysql & co. round-up: # dev-db/mariadb fails tests here, see Bug #807995 # dev-db/mysql and dev-db/percona-server do not support this arch -# dev-db/mariadb-galera has been absent from the tree since June 2019 # dev-db/mysql-cluster not tested yet, seriously outdated in the tree +dev-python/pymysql test sci-libs/gdal mysql sys-cluster/slurm slurmdbd @@ -29,9 +33,13 @@ media-gfx/gimp lua unwind # dependency on PyQt5[bluetooth]. dev-python/ipython qt5 +# Marek Szuba <marecki@gentoo.org> (2021-08-14) # Alex Fan <alexfanqi@yahoo.com> (2021-08-05) -# pdfannotextractor depends on java, not (sustainably) supported yet +# These USE flags depend on java, not (sustainably) supported yet +# - dev-tex/pdfannotextractor app-text/texlive pdfannotextractor +# - dev-java/jackcess +sci-libs/gdal mdb # Yixun Lan <dlan@gentoo.org> (2021-08-05) # Boost.Context can be built on riscv @@ -55,23 +63,11 @@ dev-python/pymongo test # lack an ios device to test it kde-frameworks/solid ios -# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-07-20) -# sys-auth/sssd and its deps not keyworded yet -app-admin/sudo sssd - # Alex Fan <alexfanqi@yahoo.com> (2021-07-20) -# sci-libs/hdf5 fails tests with these 2 use flags enabled, -# otherwise passes all tests -sci-libs/hdf5 fortran debug - -# Marek Szuba <marecki@gentoo.org> (2021-07-19) -# sci-libs/hdf5 may or may not work properly on this arch (on some -# systems fails tests even with the mask above in place), masked for -# further testing. -dev-libs/starpu hdf5 -sci-libs/gdal hdf5 -# (via dev-python/pytables) -dev-python/pandas doc full-support test +# hdf5-1.10 always fails tests with these 2 use flags enabled, otherwise +# passes all tests on at least some systems. No longer needed for 1.12, +# though. +<sci-libs/hdf5-1.12.1 fortran debug # Marek Szuba <marecki@gentoo.org> (2021-07-14) # LuaJIT does not support riscv @@ -107,10 +103,6 @@ app-misc/lirc ftdi inputlirc dev-lang/ruby xemacs # - dev-ruby/asciidoctor dev-libs/nanomsg doc -# - sci-libs/gdal -dev-python/networkx extras -# - dev-ruby{kramdown,maruku,rdiscount} -dev-ruby/yard doc # - app-text/dblatex & media-gfx/transfig dev-util/ragel doc # - Qt5 & KDE diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 383b33d82c0f..6e057c2a4aaf 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -15,6 +15,11 @@ -gtk3 -introspection +# Marek Szuba <marecki@gentoo.org> (2021-08-14) +# sci-libs/netcdf fails tests in a way suggesting it might be completely +# unreliable on this arch as far as I/O is concerned. +netcdf + # Marek Szuba <marecki@gentoo.org> (2021-07-05) # dev-lang/luajit does not support this arch lua_single_target_luajit diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e779ed5d4627..52fdfc5312f0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Marek Szuba <marecki@gentoo.org> (2021-07-14) +# Even on a clean install, 8 phdf5 tests fail (Bug #808612) +# Mask for further study. +>=sci-libs/hdf5-1.12.1 mpi + # James Le Cuirot <chewi@gentoo.org> (2021-08-07) # The ORBlite scanner plugin only works on amd64 and x86. net-print/hplip-plugin orblite @@ -259,10 +264,6 @@ www-client/firefox eme-free # dev-python/pyzmq USE=doc deps are not met with python2_7 dev-python/pyzmq doc -# Michał Górny <mgorny@gentoo.org> (2020-02-04) -# Unsatisfiable dep due to missing impls. -dev-python/zeep tornado - # Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24) # Gromacs python module install br0ken sci-chemistry/gromacs python diff --git a/profiles/package.mask b/profiles/package.mask index 692ee5b10e38..859df400d039 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,21 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15) +# Broken since Perl 5.22, bug 662318. Removal in 30 days. +dev-perl/POE-API-Peek + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15) +# Broken-ish, upstream unmaintained, only one un-used revdep. +# Removal in 30 days. Bug 623674. +dev-perl/MooseX-Types-DateTime-ButMaintained +dev-perl/MooseX-Types-DateTimeX + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15) +# Broken for years, see bug 642466. No reverse dependencies, +# no easy fix. Removal in 30 days. +dev-perl/Perlbal-XS-HTTPHeaders + # David Seifert <soap@gentoo.org> (2021-08-13) # Dead upstream, new "forked" upstream that just added the last version # on Github but doesn't maintain them. Unmaintained for the past 10 @@ -189,13 +204,6 @@ mail-client/trojita <media-video/openshot-2.5.1_p20210228 # Sam James <sam@gentoo.org> (2021-08-01) -# Broken with GCC 11, out of date, unmaintained in Gentoo. -# bug #763651, bug #774009, bug #789027, bug #759988. -# Removal on 2021-09-01. -dev-util/intel-graphics-compiler -dev-libs/intel-neo - -# Sam James <sam@gentoo.org> (2021-08-01) # Fails to compile, multiple open bugs. # No activity upstream since 2015. # bug #570484, bug #715412, bug #723204. @@ -344,20 +352,6 @@ dev-ruby/sfl # Removal in 30 days (2021-08-16) (bug #602594). app-accessibility/eflite -# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-17) -# Obsolete; all versions in current Perl core distributions -# are newer, and no virtuals currently pull these packages. -# Removal in 30 days. -perl-core/Archive-Tar -perl-core/CPAN-Meta -perl-core/CPAN-Meta-Requirements -perl-core/Data-Dumper -perl-core/Digest -perl-core/Digest-MD5 -perl-core/Digest-SHA -perl-core/Dumpvalue -perl-core/ExtUtils-Constant - # Hans de Graaff <graaff@gentoo.org> (2021-07-17) # Deprecated upstream, replaced with factory_bot. # Last release in 2017, no dependencies. @@ -370,34 +364,12 @@ dev-ruby/factory_girl # Masked for removal in 30 days. dev-ruby/bourne -# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-07-16) -# library with no consumer, multiple vulnerabilities -# removal in 30 days (bug #713098) -dev-java/xmlrpc - -# Kai Krakow <hurikhan77+bgo@gmail.com> (2021-07-16) -# To be replaced by net-p2p/go-ipfs, no migration needed. -# Simply deselect the masked package and install the replacement. -# Masked for removal in 30 days. Bug #802381 -net-p2p/go-ipfs-bin - # Hans de Graaff <graaff@gentoo.org> (2021-07-15) # Dead upstream, no longer maintained, last release in 2013. # No dependencies. # Masked for removal in 30 days. dev-ruby/spork -# John Helmert III <ajak@gentoo.org> (2021-07-14) -# Dead upstream, unfixed security issue. -# Removal on 2021-08-13. Bugs #755896, #781467. -net-proxy/polipo - -# Marco Scardovi <marco@scardovi.vom> (2021-07-13) -# These packages were only ported for netbox. Not useful for anything else -# No revdeps. Removal in 30 days (Bug #801991) -dev-python/markuppy -dev-python/tablib - # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-07-12) # Version 3.3.0 suffers from ridiculously high CPU usage, this version has # therefore been retracted upstream. @@ -475,16 +447,6 @@ dev-ruby/rash # is resolved. Bug #791259. >=media-libs/libopenaptx-0.2.1 -# Aaron W. Swenon <titanofold@gentoo.org> (2021-07-05) -# PostgreSQL 9.5 has reached end of life and will no longer receive any -# updates -- security or otherwise -- from upstream or Gentoo. -# You should migrate immediately. -# https://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Post-9.0_Migration -# For more information about PostgreSQL's versioning policy, see: -# https://www.postgresql.org/support/versioning/# -# Removal after 2021-08-04. -dev-db/postgresql:9.5 - # David Seifert <soap@gentoo.org> (2021-07-01) # Berkeley DB slots that are long past EOL by Oracle, # maintenance burden, and no real path forward by Oracle. @@ -499,12 +461,6 @@ sys-libs/db:4.6 sys-libs/db:4.7 sys-libs/db:5.1 -# Matthias Maier <tamiko@gentoo.org> (2021-06-27) -# Last release in 2013. Fails to build. No reverse dependencies. -# Bugs #735260 -# Removal on 2021-07-27 -media-sound/loudness-scanner - # Conrad Kostecki <conikost@gentoo.org> (2021-06-20) # New Minecraft server release needs at least Java 16, # which is currently not available in Gentoo. @@ -514,6 +470,7 @@ media-sound/loudness-scanner # Masked for revdep testing. >=dev-python/sip-6 >=dev-python/PyQt5-5.15.5_pre +>=dev-python/PyQtWebEngine-5.15.5_pre >=dev-python/qscintilla-python-2.13 # Sam James <sam@gentoo.org> (2021-06-12) diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 3e4691c73f14..2c6955e6a5b0 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2522,7 +2522,6 @@ dev-python/urllib3:brotli - Enable support for brotli compression dev-python/ws4py:client - Install client modules dev-python/ws4py:server - Install server modules dev-python/zeep:async - Add async support -dev-python/zeep:tornado - Add tornado support dev-qt/designer:declarative - Build the qdeclarativeview plugin dev-qt/linguist-tools:qml - Enable QML support in lupdate dev-qt/qdoc:qml - Enable QML/JS parsing support @@ -4585,9 +4584,6 @@ media-sound/lmms:libgig - Enables GIG player plugin. media-sound/lmms:soundio - Enables libsoundio support. media-sound/lmms:stk - Enables STK Mallet plugin. media-sound/lmms:vst - Enables the VeSTige plugin to run VST plugins through Wine. -media-sound/loudness-scanner:mpg123 - build the mpg123 plugin -media-sound/loudness-scanner:musepack - build the musepack plugin -media-sound/loudness-scanner:sndfile - build the sndfile plugin media-sound/mangler:espeak - Text to speech engine media-sound/mangler:g15 - Logitech g15 lcd support media-sound/mixxx:hid - Enable HID controller support @@ -4872,6 +4868,7 @@ media-tv/xmltv:huro - Hungarian tv listing grabber media-tv/xmltv:il - Israel tv listing grabber media-tv/xmltv:is - Iceland tv listing grabber media-tv/xmltv:it - Italy tv listing grabber (RUV) +media-tv/xmltv:it-dvb - Italy tv listing grabber media-tv/xmltv:na-dd - North America tv listing grabber media-tv/xmltv:na-dtv - North America Direct TV grabber media-tv/xmltv:na-tvmedia - Grabber for North America (TVMedia) |