[gentoo-dev] [PATCH 0/7] Don't indent eclass documentation

2022-05-09 Thread Ulrich Müller
Eclass documentation line must start exactly with the string "# @" in column 0, otherwise they won't be recognized by our tools (e.g. eclass-to-manpage.awk). Update eclasses to follow that convention. Ulrich Müller (7): check-reqs.eclass: Don't indent eclass documentation kde.org.eclass:

[gentoo-dev] Last rites: dev-java/commons-jxpath

2022-05-09 Thread Florian Schmaus
# Volkmar W. Pogatzki (2022-05-06) # Unused java library. Removal on 2022-06-06 dev-java/commons-jxpath - Flow

[gentoo-dev] Re: [PATCH 1/5] ninja-utils.eclass: Support dev-util/samurai

2022-05-09 Thread Mike Gilbert
On Mon, May 9, 2022 at 1:13 PM orbea wrote: > > On Mon, 9 May 2022 10:59:03 -0400 > Mike Gilbert wrote: > > The NINJA environment variable is used directly by meson and may > > contain an absolute path. I don't think it makes sense to restrict > > possible values to just "ninja" and "samu". That

[gentoo-dev] Re: [PATCH 2/5] meson.eclass: Support dev-util/samurai

2022-05-09 Thread Mike Gilbert
On Sun, May 8, 2022 at 7:07 PM Sam James wrote: > > From: orbea > > samurai is a ninja-compatible build tool written in C which > works with cmake, meson and other users of ninja. > > It is feature-complete and supports most of the same options > as ninja. The patch looks fine, but the commit

[gentoo-dev] Re: [PATCH 1/5] ninja-utils.eclass: Support dev-util/samurai

2022-05-09 Thread Mike Gilbert
On Sun, May 8, 2022 at 7:07 PM Sam James wrote: > > From: orbea > > samurai is a ninja-compatible build tool written in C which > works with cmake, meson and other users of ninja. > > It is feature-complete and supports most of the same options > as ninja. > > Signed-off-by: orbea >

Re: [gentoo-dev] [PATCH 1/5] ninja-utils.eclass: Support dev-util/samurai

2022-05-09 Thread Pacho Ramos
El lun, 09-05-2022 a las 13:50 +0200, Pacho Ramos escribió: > El dom, 08-05-2022 a las 23:07 +, Sam James escribió: > > From: orbea > > > > samurai is a ninja-compatible build tool written in C which > > works with cmake, meson and other users of ninja. > > > > It is feature-complete and

Re: [gentoo-dev] [PATCH 1/5] ninja-utils.eclass: Support dev-util/samurai

2022-05-09 Thread Pacho Ramos
El dom, 08-05-2022 a las 23:07 +, Sam James escribió: > From: orbea > > samurai is a ninja-compatible build tool written in C which > works with cmake, meson and other users of ninja. > > It is feature-complete and supports most of the same options > as ninja. > > Signed-off-by: orbea >

[gentoo-dev] [PATCH] python-utils-r1.eclass: Switch epytest to "count" progress reports

2022-05-09 Thread Michał Górny
Switch epytest to report test counts rather than percentages. This is more precise when we're dealing with large numbers of tests. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/python-utils-r1.eclass

Re: [gentoo-dev] [PATCH 3/5] cmake.eclass: Support dev-util/samurai

2022-05-09 Thread Michał Górny
On Sun, 2022-05-08 at 23:07 +, Sam James wrote: > From: orbea > > samurai is a ninja-compatible build tool written in C which > works with cmake, meson and other users of ninja. > > It is feature-complete and supports most of the same options > as ninja. > > Signed-off-by: orbea >