diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 170016 -> 170015 bytes | |||
-rw-r--r-- | profiles/base/use.stable.mask | 1 | ||||
-rw-r--r-- | profiles/desc/ruby_targets.desc | 1 | ||||
-rw-r--r-- | profiles/package.mask | 27 | ||||
-rw-r--r-- | profiles/use.local.desc | 6 |
5 files changed, 29 insertions, 6 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 6d9199d534a8..352d772c2790 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 9f302287fcb8..419ea2fee196 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -29,3 +29,4 @@ python_single_target_pypy3 # Currently in testing and not ready to go stable yet. ruby_targets_ruby30 ruby_targets_ruby31 +ruby_targets_ruby32 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 06e59b7bd430..d1681bebfaf5 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby26 - Build with MRI Ruby 2.6.x ruby27 - Build with MRI Ruby 2.7.x ruby30 - Build with MRI Ruby 3.0.x ruby31 - Build with MRI Ruby 3.1.x +ruby32 - Build with MRI Ruby 3.2.x diff --git a/profiles/package.mask b/profiles/package.mask index e03c30dc6e00..9e1f66b8d2a0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,12 +33,39 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2022-12-25) +# Broken with pytest-7.2. Repository archived upstream. No reverse +# dependencies. +# Removal on 2023-01-24. Bug #888219. +dev-python/pytest-toolbox + +# Michał Górny <mgorny@gentoo.org> (2022-12-25) +# The project did not catch, with hardly any data submissions. +# Removal on 2023-01-24. Bug #843344. +app-portage/gander + +# Michał Górny <mgorny@gentoo.org> (2022-12-25) +# make.conf writing is broken and package.use support incomplete. +# Last release in 2013. Attempted unsuccessfully fixing it in 2017. +# Use an editor instead. +# Removal on 2023-01-24. Bug #888423. +app-portage/flaggie + # Hans de Graaff <graaff@gentoo.org> (2022-12-25) # Last release in 2018. Poor quality C extension code. Package # consistently segfaults on it tests with the latest ruby versions. # No reverse dependencies. Removal in 30 days. dev-ruby/hiredis +# Marco Scardovi <mscardovi@icloud.com> (2022-12-22) +# Per robbat2 request, I'm gonna treeclean it as we +# are actually the only one maintaining it. +# No update upstream, EAPI 6 and with a bug #687786 +# As replacement, it is possible to use pv --rate-limit +# instead. +# Removal on 2023-01-21 +net-misc/valve + # Ionen Wolkens <ionen@gentoo.org> (2022-12-24) # Upstream dropped wxGTK support in >=games-emulation/pcsx2-1.7.3773, # and it now always requires Qt6. Masked given Qt6 is also masked in diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 36f83c02d73d..a3dee2984886 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2304,11 +2304,9 @@ dev-python/PyQt6:widgets - Build bindings for the QtWidgets module dev-python/PyQt6:xml - Build bindings for the QtXml module dev-python/PyQt6-WebEngine:quick - Build bindings for the QtWebEngineQuick module dev-python/PyQt6-WebEngine:widgets - Build bindings for the QtWebEngineWidgets module -dev-python/QtPy:declarative - Build bindings for the QtQml and QtQuick modules and enable the qmlscene plugin dev-python/QtPy:designer - Pull in bindings for the QtDesigner module and enable the designer plugin dev-python/QtPy:gui - Pull in bindings for the QtGui module dev-python/QtPy:help - Pull in bindings for the QtHelp module -dev-python/QtPy:location - Pull in bindings for the QtLocation module dev-python/QtPy:multimedia - Pull in QtMultimedia and QtMultimediaWidgets modules dev-python/QtPy:network - Pull in bindings for the QtNetwork module dev-python/QtPy:opengl - Pull in bindings for the QtOpenGL module @@ -2320,9 +2318,7 @@ dev-python/QtPy:pyside2 - Use dev-python/pyside2 as Qt for Python implementation dev-python/QtPy:pyside6 - Use dev-python/pyside6 as Qt for Python implementation dev-python/QtPy:qml - Build bindings for the QtQml dev-python/QtPy:quick - Build bindings for the QtQuick -dev-python/QtPy:sensors - Pull in bindings for the QtSensors module dev-python/QtPy:serialport - Pull in bindings for the QtSerialPort module -dev-python/QtPy:speech - Build bindings for the QtTextToSpeech module dev-python/QtPy:sql - Pull in bindings for the QtSql module dev-python/QtPy:svg - Pull in bindings for the QtSvg module dev-python/QtPy:testlib - Pull in bindings for the QtTest module @@ -2330,9 +2326,7 @@ dev-python/QtPy:webchannel - Pull in bindings for the QtWebChannel module dev-python/QtPy:webengine - Pull in QtWebEngine and QtWebEngineWidgets modules dev-python/QtPy:websockets - Pull in bindings for the QtWebSockets module dev-python/QtPy:widgets - Pull in bindings for the QtWidgets module -dev-python/QtPy:x11extras - Pull in bindings for the QtX11Extras module dev-python/QtPy:xml - Pull in QtXml module -dev-python/QtPy:xmlpatterns - Pull in bindings for the QtXmlPatterns module dev-python/autobahn:xbr - Add support for XBR decentralized data markets and etherium blockchain dev-python/bpython:clipboard - Enable copying to clipboard using dev-python/pyperclip dev-python/bpython:jedi - Enable autocompletion using dev-python/jedi |