Re: [gentoo-dev] Re: Last rites EAPI=6 packages: dev-php/*

2024-09-13 Thread Jaco Kroon
Hi, On 2024/09/13 12:22, Michael Orlitzky wrote: On 2024-09-11 17:23:16, Jaco Kroon wrote: 1.  Let users (myself included) just download and use that. 2.  We package the phar file rather than the individual deps. Yes, this is cheating.  Like using embedded libs, however, I've seen and observed

Re: [gentoo-dev] Re: Last rites EAPI=6 packages: dev-php/*

2024-09-13 Thread Michael Orlitzky
On 2024-09-11 17:23:16, Jaco Kroon wrote: > 1.  Let users (myself included) just download and use that. > 2.  We package the phar file rather than the individual deps. Yes, this > is cheating.  Like using embedded libs, however, I've seen and observed > that in some cases this makes more sense th

[gentoo-dev] [PATCH] autotools.eclass: Run eautoheader with --force

2024-09-13 Thread YiFei Zhu
From: YiFei Zhu To quote Eli [1] (I can't explain it better than this): autotools.eclass runs autoheader without options (and in particular without --force). This will only remake config.h.in if there are actual changes to the content, which in turn means that it will be out of date comp