[gentoo-dev] [PATCH v4] eclass/dune.eclass: fix dune-install function

2021-12-10 Thread Maciej Barć
Support EAPI 8 and drop support for EAPI 5. Set DUNE_PKG_NAME to PN by default. Move "Move docs to the appropriate place" block to dune-install to make dune-install now handle a list of subpackages correctly. Use ebegin and eend for dune calls instead of "|| die". Thanks to ULM for bash fixes. Sig

[gentoo-dev] Last rites: www-apache/mod_caucho

2021-12-10 Thread Jakov Smolić
# Volkmar W. Pogatzki (2021-12-10) # Package without consumers. Bug #828740. Removal in 30 days. www-apache/mod_caucho -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] Last rites: games-action/multimc

2021-12-10 Thread Andrew Ammerlaan
Andrew Ammerlaan (2021-12-10) As of MultiMC version 0.6.14 source built versions of MultiMC are no longer usable for anything but development. The sources have been de-branded and secret API keys and other required files are not included with the sources. Please use the official upstream binar

[gentoo-dev] [PATCH] python-utils-r1.eclass: epytest, force color output to match NOCOLOR

2021-12-10 Thread Michał Górny
Force pytest color output on or off based on the presence and value of NOCOLOR envvar. This fixes inconsistent use of colors that largely depended on upstream pytest settings. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 12 1 file changed, 12 insertions(+) diff