[gentoo-dev] unmasking java 11 on gentoo (for those that maintain packages where java is involved, either directly or conditionally)

2021-04-14 Thread Miroslav Šulc
hi guys, we're still far from unmasking java 11 on gentoo, but i hope it will happen, one day (or another...). currently there is one issue across the whole gentoo tree that is a sure blocker and could and should be easily resolved. as java 11 does not compile bytecode older than 1.6, everyth

Re: [gentoo-dev] unmasking java 11 on gentoo (for those that maintain packages where java is involved, either directly or conditionally)

2021-04-14 Thread Miroslav Šulc
according to flow's question, here's the update to config files without the obsolete and irrelevant stuff: # grep -r openjdk /etc/portage/* /etc/portage/package.use/multi:dev-java/openjdk gentoo-vm /etc/portage/package.use/multi:dev-java/openjdk-bin gentoo-vm /etc/portage/profile/package.use.mas

[gentoo-dev] last-rite: dev-java/odfdom & dev-java/saaj

2021-04-14 Thread Miroslav Šulc
# Miroslav Šulc (2021-04-14) # java libraries not used by any other package, # masked for removal dev-java/odfdom dev-java/saaj

[gentoo-dev] [PATCH v2] rebar.eclass: fix @RETURN argument

2021-04-14 Thread Florian Schmaus
Previously "pkgcheck scan rebar.class" would complain about EclassDocError: rebar: failed parsing eclass docs: '@RETURN:', line 61: non-inline arg Thanks to Ulrich Müller for providing feedback. Signed-off-by: Florian Schmaus --- eclass/rebar.eclass | 4 +--- 1 file changed, 1 insertion(+), 3

[gentoo-dev] Last rites: x11-themes/gtk-engines-aurora

2021-04-14 Thread Jonas Stein
# Jonas Stein (2021-04-15) # Depends on gtk2, which is EOL # Removal on 2021-06-01. Bug #782904. x11-themes/gtk-engines-aurora

[gentoo-dev] Packages up for grabs: www-apache/anyterm

2021-04-14 Thread Jonas Stein
Dear all the following packages are up for grabs after dropping web-apps: www-apache/anyterm https://packages.gentoo.org/packages/www-apache/anyterm There is a version bump, which likely fixes our bugs https://bugs.gentoo.org/782907 Please take care for this package, because https://bugs.gento

[gentoo-dev] [PATCH 1/4] elisp-common.eclass: Add timeout to version detection

2021-04-14 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 832fc19e4675..bdf97f413033 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @

[gentoo-dev] [PATCH 2/4] elisp-common.eclass: Drop deprecated elisp-need-emacs()

2021-04-14 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 21 - 1 file changed, 21 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index bdf97f413033..f7e3631a965c 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @

[gentoo-dev] [PATCH 3/4] elisp.eclass: Drop support for EAPI 4 and 5

2021-04-14 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 26 -- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index a092041009bf..d763a4944d2d 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -9,7 +9,7 @

[gentoo-dev] [PATCH 4/4] elisp-common.eclass: Drop support for EAPI 4

2021-04-14 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index f7e3631a965c..90621cbe7b92 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass