Re: [gentoo-dev] [PATCH] gradle.eclass: add new eclass

2023-01-06 Thread Anna
On 2023-01-06 18:20, Florian Schmaus wrote: > Signed-off-by: Florian Schmaus > --- > eclass/gradle.eclass | 149 + > eclass/tests/gradle.sh | 62 + > 2 files changed, 211 insertions(+) > create mode 100644 eclass/gradle.eclass > create

Re: [gentoo-dev] [PATCH] gradle.eclass: add new eclass

2023-01-06 Thread Sam James
> On 6 Jan 2023, at 17:20, Florian Schmaus wrote: > > Signed-off-by: Florian Schmaus > --- > eclass/gradle.eclass | 149 + > eclass/tests/gradle.sh | 62 + > 2 files changed, 211 insertions(+) > create mode 100644 eclass/gradle.eclass >

Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Florian Schmaus
On 06/01/2023 19.52, Yuan Liao (Leo) wrote: While I warmly appreciate and welcome any effort to improve support for Java build systems on Gentoo, I also wonder what functionality ebuild authors who are creating a Java package might expect from an eclass called "gradle.eclass". It is not strictl

Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Yuan Liao (Leo)
While I warmly appreciate and welcome any effort to improve support for Java build systems on Gentoo, I also wonder what functionality ebuild authors who are creating a Java package might expect from an eclass called "gradle.eclass". I'm not doubting this eclass's usefulness -- to me, it looks lik

Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Maciej Barć
Hallelujah! Finally support for Gradle! Thank you so much for taking time to implement it! On 1/6/23 18:20, Florian Schmaus wrote: Happy new year everyone! I'd like to as for a review of an initial eclass for gradle. This is my first eclass, so I am sure there is plenty to find. ;) The related

[gentoo-dev] [PATCH] gradle.eclass: add new eclass

2023-01-06 Thread Florian Schmaus
Signed-off-by: Florian Schmaus --- eclass/gradle.eclass | 149 + eclass/tests/gradle.sh | 62 + 2 files changed, 211 insertions(+) create mode 100644 eclass/gradle.eclass create mode 100755 eclass/tests/gradle.sh diff --git a/eclass/gr

[gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Florian Schmaus
Happy new year everyone! I'd like to as for a review of an initial eclass for gradle. This is my first eclass, so I am sure there is plenty to find. ;) The related github PR is https://github.com/gentoo/gentoo/pull/28986 - Flow

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Michał Górny
On Fri, 2023-01-06 at 16:27 +0100, Toralf Förster wrote: > On 1/6/23 01:20, alexey+gen...@asokolov.org wrote: > > If the test fails with "die", Xvfb keeps running forever; but it's > > cleaned up correctly with die -n > > At my tinderbox I do experience sometimes a running dirmngr process > solel

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Toralf Förster
On 1/6/23 01:20, alexey+gen...@asokolov.org wrote: If the test fails with "die", Xvfb keeps running forever; but it's cleaned up correctly with die -n At my tinderbox I do experience sometimes a running dirmngr process solely running since days. /me wonders if that's the result of a similar s

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Michał Górny
On Fri, 2023-01-06 at 00:20 +, alexey+gen...@asokolov.org wrote: > From: Alexey Sokolov > > Rationale: > > src_test() { > virtx distutils-r1_src_test > } > > If the test fails with "die", Xvfb keeps running forever; but it's > cleaned up correctly with die -n > > Signed-off-by: Alexey So

Re: [gentoo-dev] [PATCH] linux-mod.eclass: Fix MODULESD_* for hyphenated modules (bug #889752)

2023-01-06 Thread Mike Pagano
On 1/4/23 19:06, Patrick McLean wrote: From: Steven Stallion Use of the MODULESD__{ADDITIONS,ALIASES,EXAMPLES} variables do not currently work with external modules that are hyphenated. The current behavior results in an invalid modprobe.d file containing partially evaluated content. This appe