[gentoo-dev] USE=ninja to compile by ninja, otherwise by make

2022-07-29 Thread Fabulous Zhang Zheng
Dear everyone, While gentoo-devhelp is a better place for questions, it's been inactive for years so I sent an email here. Apologies if this is solely for gentoo developers. I'm writing an ebuild of ddnet, a cmake argument of which is "-GNinja" controlling the

Re: [gentoo-dev] USE=ninja to compile by ninja, otherwise by make

2022-07-29 Thread Fabulous Zhang Zheng
Thanks for your reply 于2022年7月30日周六 01:09写道: > On Sat, 30 Jul 2022 00:38:54 +0800 > Fabulous Zhang Zheng wrote: > > > Dear everyone, > > > > > > While gentoo-devhelp is a better place for questions, it's been inactive > > for years so I sent an

Re: [gentoo-dev] USE=ninja to compile by ninja, otherwise by make

2022-07-29 Thread Fabulous Zhang Zheng
Sorry for bothering. Fabulous Zhang Zheng 于2022年7月30日周六 01:31写道: > Thanks for your reply > > 于2022年7月30日周六 01:09写道: > >> On Sat, 30 Jul 2022 00:38:54 +0800 >> Fabulous Zhang Zheng wrote: >> >> > Dear everyone, >> > >> > >> &g

[gentoo-dev] dosym function in binary package ebuilds

2022-07-22 Thread Fabulous Zhang Zheng
Good evening, dear list Most binary package ebuilds have such a *dosym* statement in src_install(), take net-im/signal-desktop-bin as an example: dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN} (where the variable is signal-desktop) *dosym* creates a symlink of the binary under opt at

Re: [gentoo-dev] dosym function in binary package ebuilds

2022-07-22 Thread Fabulous Zhang Zheng
nder the hood it calls `ln`. > First argument may be either absolute path or relative to link_name. > Conventionally relative targets are used. > > On Fri, 22 Jul 2022, 16:56 Fabulous Zhang Zheng, < > zheng1181822...@gmail.com> wrote: > >> Good evening, dear