[gentoo-dev] Last rites: sci-visualization/opendx + samples

2022-07-14 Thread David Seifert
# David Seifert (2022-07-14) # Unmaintained, no other major distro carries this, code quality is # abysmal, build system has major issues, tons of patches, EAPI 6, # no other revdeps in tree. Bug #822762, #831874, removal on 2022-08-13. sci-visualization/opendx sci-visualization/opendx-samples s

Re: [gentoo-dev] [GLEP78][re-post] Updating specification r3

2022-07-14 Thread Michał Górny
I am truly sorry for taking this long to reply. Overall, this is amazing work. Big +1 from me. I have just a few editorial suggestions — I'm noting them here for completeness, I'll apply them myself in a minute. On Sat, 2022-05-28 at 19:17 +, Sheng Yu wrote: > From ee52f60557d72d6274610d46

Re: [gentoo-dev] [PATCH v3 0/2] Add esed.eclass for modifying with checks for no-op

2022-07-14 Thread Florian Schmaus
FWIW: In an idealistic, but naive attempt, I've submitted a patch to upstream sed that adds an --error-if-unmodifed option [1]. Fellow Gentoo developers where quick to point out in #gentoo-dev that this patch barley scratches the surface of the sphere where sed could mutate state. It appears th

[gentoo-dev] net-misc/csync: last rites

2022-07-14 Thread Bernard Cafarelli
# Bernard Cafarelli (2022-07-14) # Dead upstream (last release in 2013, no tarballs or git download) # No reverse dependencies for a long time, # several test and build failures (#791103,#833416,#836715) # Bug #857948, removal on 2022-08-13. net-misc/csync -- Bernard Cafarelli (Voyageur) Gentoo

[gentoo-dev] [PATCH] java-pkg-simple.eclass: Automatic-Module-Name

2022-07-14 Thread Volkmar W. Pogatzki
Closes: https://bugs.gentoo.org/857468 Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-simple.eclass | 11 +++ 1 file changed, 11 insertions(+) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index 1e101a828c4..9604b41ea38 100644 --- a/eclass/java-pkg-si

[gentoo-dev] [PATCH v2] java-pkg-simple.eclass: Automatic-Module-Name

2022-07-14 Thread Volkmar W. Pogatzki
Closes: https://bugs.gentoo.org/857468 Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-simple.eclass | 11 +++ 1 file changed, 11 insertions(+) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index 1e101a828c4..9f711c292a7 100644 --- a/eclass/java-pkg-si

[gentoo-dev] [PATCH 1/2] perl-module.eclass: remove EAPI 6

2022-07-14 Thread David Seifert
Signed-off-by: David Seifert --- eclass/perl-module.eclass | 105 ++ 1 file changed, 28 insertions(+), 77 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index d1f9dc6ffcc..be484fb2539 100644 --- a/eclass/perl-module.eclass +++

[gentoo-dev] [PATCH 2/2] perl-functions.eclass: remove EAPI 6

2022-07-14 Thread David Seifert
Signed-off-by: David Seifert --- eclass/perl-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass index 106394afa15..a2fca403d96 100644 --- a/eclass/perl-functions.eclass +++ b/eclass/perl-functions.ec