[gentoo-dev] [PATCH] java-pkg-simple.eclass: improve test selection for multi-jar packages

2022-09-27 Thread Volkmar W. Pogatzki
Testing multi-jar packages was not properly supported. With this change the tests_to_run are selected per module. Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-simple.eclass | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git

[gentoo-dev] [PATCH] java-pkg-simple.eclass: allow JAVA_MAIN_CLASS _and_ MANIFEST.MF

2022-09-27 Thread Volkmar W. Pogatzki
The eclass did not handle JAVA_MAIN_CLASS if there was also a given META-INF/MANIFEST.MF. This change allows adding JAVA_AUTOMATIC_MODULE_NAME and/or JAVA_MAIN_CLASS to the MANIFEST.MF file if it exists or creates one if not. Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-simple.eclass

Re: [gentoo-dev] Last rites: net-misc/electrum-ltc

2022-09-27 Thread Arthur Zamarin
On 27/09/2022 00.49, Jeff Gazso wrote: > After some trial and error, I managed to modernize the old > net-misc/electrum-ltc ebuild based upon the net-misc/electrum ebuild code. > I still need to tweak a few things, but it's basically done. Thank you for the work on it. > I am not (yet) a Gentoo