[gentoo-dev] [PATCH 1/1 v2] linux-info.eclass: Provide ability to skip CONFIG_*, checks

2022-08-06 Thread Mike Pagano
Provide support for users who requested the ability to skip CONFIG_* checks. (e.g. from within a chroot for testing purposes) Bug: https://bugs.gentoo.org/862315 Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff

[gentoo-dev] PATCH 1/1] Remove deprecated eclass function after warning period expiration

2022-08-06 Thread Mike Pagano
Remove deprecated eclass function after warning period expiration Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 15 --- 1 file changed, 15 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 7e130062a..0fa96e70f 100644 ---

Re: [gentoo-dev] PATCH 1/1] Remove deprecated eclass function after warning period expiration

2022-08-06 Thread Ulrich Mueller
> On Sat, 06 Aug 2022, Mike Pagano wrote: > Remove deprecated eclass function after warning period expiration > Signed-off-by: Mike Pagano Maybe mention bug https://bugs.gentoo.org/843686 in the commit message? signature.asc Description: PGP signature

[gentoo-dev] Last rites: sys-apps/baselayout-prefix

2022-08-06 Thread Fabian Groffen
# Fabian Groffen (2022-08-06) # superseeded by sys-apps/baselayout, removal in 30 days. bug #836114 sys-apps/baselayout-prefix -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-06 Thread Mike Pagano
On 8/5/22 22:12, Mike Gilbert wrote: On Fri, Aug 5, 2022 at 7:15 PM Ionen Wolkens wrote: On Fri, Aug 05, 2022 at 06:47:42PM -0400, Mike Pagano wrote: Based upon code from check-reqs.eclass by Andreas Sturmlechner Provide support for users who requested the ability to skip CONFIG_* checks.

Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-06 Thread Agostino Sarubbo
On sabato 6 agosto 2022 04:12:18 CEST Mike Gilbert wrote: > Please avoid abusing the I_KNOW_WHAT_I_AM_DOING variable any further. I'm the original requestor of this change. I agree with floppym, so at this point I'd suggest to migrate the current I_KNOW_WHAT_I_AM_DOING into something that