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

2022-05-30 Thread Mike Gilbert
On Mon, May 30, 2022 at 3:57 PM Anna “CyberTailor” wrote: > > On 2022-05-08 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

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 1/5] ninja-utils.eclass: Support dev-util/samurai

2022-05-08 Thread Sam James
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 Signed-off-by: Sam James --- eclass/ninja-utils.eclass | 24