Re: [gentoo-dev] [PATCH v5] greadme.eclass: new eclass

2024-07-23 Thread Ulrich Mueller
> On Tue, 23 Jul 2024, Florian Schmaus wrote: >> Having more than one element in REPLACING_VERSIONS is certainly a >> corner case, but I still wonder about the logic. Shouldn't it be >> the other way around, i.e. if there is _any_ empty ${_GREADME_SHOW} >> then there is an identical file insta

[gentoo-dev] [PATCH] php-ext-source-r3.eclass: Rebuild exts should dev-lang/php[threads,debug] change.

2024-07-23 Thread Jaco Kroon
If these use flags change then the extension dir changes too, requiring extensions to be rebuilt. The downside of this change is that different versions of PHP can no longer have different USE values for threads and debug. Signed-off-by: Jaco Kroon --- eclass/php-ext-source-r3.eclass | 9 ++

Re: [gentoo-dev] [PATCH v5] greadme.eclass: new eclass

2024-07-23 Thread Florian Schmaus
On 21/07/2024 10.26, Ulrich Mueller wrote: On Tue, 16 Jul 2024, Florian Schmaus wrote: Notes: - also show readme contents if FEATURES=nodoc Good. :) Thanks for your review. --- /dev/null +++ b/eclass/greadme.eclass @@ -0,0 +1,257 @@ +# Copyright 1999-2024 Gentoo Authors +# Distribu