[gentoo-dev] Last rites: app-misc/wildq

2023-04-07 Thread Michał Górny
# Michał Górny (2023-04-07) # No Python 3.11 support and the ebuild is not running the test suite. # Still uses deprecated dev-python/toml (upstream).  No revdeps. # Removal on 2023-05-07.  Bug #878655. app-misc/wildq -- Best regards, Michał Górny

[gentoo-dev] [PATCH 2/2] ruby-fakegem.eclass: include ${PF} in global-scope eqawarn

2023-04-07 Thread Sam James
This makes it a lot easier to narrow down the culprit given it warns in global scope. (Apparently ${EBUILD} isn't defined in PMS.) Signed-off-by: Sam James --- eclass/ruby-fakegem.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-fakegem.eclass

[gentoo-dev] [PATCH 1/2] ruby-ng.eclass: error out earlier if RUBY is unset

2023-04-07 Thread Sam James
This might prevent an ebuild installing no files, but the main aim here is to give a better error message earlier on rather than the classic "Unable to generate gemspec file". The output looks like: ``` * Failed to determine a path for ${RUBY} for USE=ruby_targets_ruby31: *