[gentoo-dev] Packages up for grabs: app-cdr/xcdroast

2022-02-18 Thread Jonas Stein
Dear all the following packages are up for grabs after dropping the maintainer, who does not use the package himself anymore as he explained by mail. app-cdr/xcdroast https://packages.gentoo.org/packages/app-cdr/xcdroast Status: Several users waited years for the bump to 1.19

[gentoo-dev] [PATCH v2 1/1] kernel-2.eclass: Document variables, minor style clean-up

2022-02-18 Thread Mike Pagano
Thanks to floppym for the review. Yes, I agree I should have split this out. Next time I will. Maybe this is easier to read: https://dev.gentoo.org/~mpagano/kernel-2.eclass --- Document variables in the eclass, reorder alphabetically. Make spacing consistent in comment lines. Bug:

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Document variables, minor style clean-up

2022-02-18 Thread Mike Gilbert
On Fri, Feb 18, 2022 at 1:01 PM Mike Pagano wrote: > > Document variables in the eclass, reorder alphabetically. > Make spacing consistent in comment lines. For review purposes, I wish you had split this into two commits: one to reorder/reformat the existing vars, and one to add the new ones.

[gentoo-dev] [PATCH 1/1] kernel-2.eclass: Document variables, minor style clean-up

2022-02-18 Thread Mike Pagano
Document variables in the eclass, reorder alphabetically. Make spacing consistent in comment lines. Bug: https://bugs.gentoo.org/833188 Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 238 +++-- 1 file changed, 158 insertions(+), 80 deletions(-)

[gentoo-dev] [PATCH v2] db-use.eclass: add support for EAPI 8, die on unknown EAPI

2022-02-18 Thread Florian Schmaus
Add support for EAPI 8 and drop support for EAPIs < 5. Also explicitly die on unknown EAPI values. Note that this is a deviation from the currenty approach that the eclass uses since 86416d2c4bf1 ("eclass: db-use - Update to eapi7-ver"). But I argue that it is confusing that your static ananlysis

Re: [gentoo-dev] [PATCH] db-use.eclass: add support for EAPI 8, die on unknown EAPI

2022-02-18 Thread Ulrich Mueller
> On Fri, 18 Feb 2022, Florian Schmaus wrote: > -case "${EAPI:-0}" in > - 0|1|2|3|4|5|6) inherit eapi7-ver multilib ;; > - *) inherit multilib ;; > +case ${EAPI} in > + [56]) inherit eapi7-ver ;& # fallthrough > + [78]) inherit multilib ;; Please keep the 5|6) etc. syntax,

[gentoo-dev] [PATCH] db-use.eclass: add support for EAPI 8, die on unknown EAPI

2022-02-18 Thread Florian Schmaus
Add support for EAPI 8 and drop support for EAPIs < 5. Also explicitly die on unknown EAPI values. Note that this is a deviation from the currenty approach that the eclass uses since 86416d2c4bf1 ("eclass: db-use - Update to eapi7-ver"). But I argue that it is confusing that your static ananlysis

Re: [gentoo-dev] Progress of the Gentoo/LoongArch port, and question on upstreaming procedure

2022-02-18 Thread Alexey 'Alexxy' Shvetsov
Hi! Its interesting thing. Is there a possibility to get LoongArch hw outside of China? В письме от суббота, 1 января 2022 г. 20:28:16 MSK пользователь WANG Xuerui написал: > Hi everyone, > > I'm the guy who previously announced the Gentoo/LoongArch port [1]; > since that post, some nice