[gentoo-dev] [PATCH] java-pkg-simple.eclass: allow java-pkg-opt-2

2024-06-30 Thread Volkmar W. Pogatzki
Presently, "java-pkg-simple eclass can only be inherited AFTER java-pkg-2". This prevents packages with optional Java like dev-lang/cxprolog to be build with java-pkg-simple. This patch allows to inherit java-pkg-simple after either of java-pkg-2 and java-pkg-opt-2. Poposed by Alfred Wingate on #g

[gentoo-dev] "Couldn't mmap icu data file", any advice?

2024-06-30 Thread Vitaly Zdanevich
Hi, I want to install manyver.se - and getting this error on run. Any advice? I have installed dev-libs/icu, stable version 74.2. Thanks for the help.

Re: [gentoo-dev] mips needs your help

2024-06-30 Thread matoro
On 2024-06-29 13:34, Andreas K. Huettel wrote: > mips stage builds are currently broken since needed dependencies lack the > mips keyword. > [...] > Can you share what exactly is missing? This is a longterm project of mine, but ever since the mail archives went out I can no longer see failed s

Re: [gentoo-dev] Reviewing ebuilds with git

2024-06-30 Thread Martin Dummer
Am 30.06.24 um 21:18 schrieb Vitaly Zdanevich: Should this patch be added to git ebuild patch folder, with a new USE flag? That is possible, but you can add patches to ebuilds on your own: Create a directory: mkdir -p /etc/portage/patches/dev-vcs/git/ and store the patch file from Sam's em

Re: [gentoo-dev] Reviewing ebuilds with git

2024-06-30 Thread Vitaly Zdanevich
Should this patch be added to git ebuild patch folder, with a new USE flag? On 6/30/24 21:38, Sam James wrote: Hi, I've mentioned this on IRC a bunch of times to people but I figure I'll mention it here in case anyone finds it useful. Our use of git doesn't lend itself well to the default mode

Re: [gentoo-dev] Reviewing ebuilds with git

2024-06-30 Thread Eli Schwartz
On 6/30/24 1:38 PM, Sam James wrote: > Hi, > > I've mentioned this on IRC a bunch of times to people but I figure I'll > mention it here in case anyone finds it useful. > > Our use of git doesn't lend itself well to the default mode `git diff` > and friends operate in, as we create many new files

[gentoo-dev] Reviewing ebuilds with git

2024-06-30 Thread Sam James
Hi, I've mentioned this on IRC a bunch of times to people but I figure I'll mention it here in case anyone finds it useful. Our use of git doesn't lend itself well to the default mode `git diff` and friends operate in, as we create many new files rather than solely changing existing ones. git ca