On Tue, Jan 11, 2022 at 9:45 PM Georgy Yakovlev wrote:
>
> it's an ancient codec that is barely used nowadays
> so let's disable it by default.
> Users are free to re-enable if required.
>
> Bug: https://bugs.gentoo.org/831044
Heh, looks like you want to leave it disabled by default because it
fa
# Jakov Smolić (2022-01-12)
# Outdated, using EAPI 5, multiple open bugs, compile
# and test failures. No other major distro is packaging this.
# Removal on 2022-02-11. Bug #828706. Bug #828701.
sci-biology/repeatmasker
sci-biology/repeatmasker-libraries
sci-biology/rmblast
--
Jakov
OpenPGP_si
# Jakov Smolić (2022-01-12)
# Upstream gone, uses EAPI 5, no revdeps, no other
# distro is packaging this.
# Removal on 2022-02-11. Bug #828708.
sci-chemistry/molscript
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
# Jakov Smolić (2022-01-12)
# Outdated java package, uses EAPI 5, no revdeps,
# no other distro is packaging this.
# Removal on 2022-02-11. Bug #828682.
sys-cluster/projections
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
# Jakov Smolić (2022-01-12)
# Dead upstream, unmaintained, uses EAPI 5,
# numerous open bugs, fails to compile.
# Removal on 2022-02-11. Bug #828692.
sci-visualization/gri
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
> On Tue, 11 Jan 2022, David Seifert wrote:
> -case ${EAPI} in
> - 5|6|7|8) ;;
> +case ${EAPI:-0} in
The :- substitution isn't necessary here.
Same for the other eclasses in the patch series.
> + 6|7|8) ;;
> *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
> esac