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
(https://bugs.gent
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: https://bugs
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.
An
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(-)
dif
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 t
> 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, bec
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 t
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 progr