[gentoo-dev] Last rites: large amount of unmaintained dev-haskell/* package

2022-07-22 Thread Sam James
# Sam James (2022-07-22) # Monolithic mask for dev-haskell/* packages which have no reverse dependencies, # are broken, or severely out of date. The aim is to have the Haskell overlay # (::haskell) be the place for development packages and only have packages # needed for end-user applications in

[gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id

2022-07-22 Thread Sam James
Signed-off-by: Sam James --- metadata.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.dtd b/metadata.dtd index 581943e..1297548 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -58,7 +58,7 @@ - + -- 2.37.1

Re: [gentoo-dev] [PATCH data/dtd] metadata.dtd: Add nimble remote-id type

2022-07-22 Thread Sam James
> On 15 Jul 2022, at 08:19, Ulrich Mueller wrote: > >> On Wed, 13 Jul 2022, Ionen Wolkens wrote: > Please also submit a PR to pkgcore/pkgcheck that adds support for verifying these ids. This should be pretty easy to add based on existing entries. >>> >>> We also need to

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

2022-07-22 Thread Fabulous Zhang Zheng
Dear Alexey, thanks a lot for your reply, now I get it. The path in 1st argument is relative to 2nd argument, and what I thought before was that it's relative to S="${workdir}". Best wishes Alexey Zapparov 于2022年7月23日周六 04:50写道: > `dosym target link_name` creates a symlink. Under the hood

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

2022-07-22 Thread Alexey Zapparov
`dosym target link_name` creates a symlink. Under 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, wrote: > Good evening, dear list > > Most binary package

[gentoo-dev] Switching default password hashes from sha512 to yescrypt

2022-07-22 Thread Mikhail Koliada
Hello! This idea has been fluctuating in my head for quite a while given that the migration had happened a while ago [0] and some other major distributions have already adopted yescrypt as their default algo by now [1]. For us switching is as easy as changing the default use flag in

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-22 Thread Joonas Niilola
On 22.7.2022 21.32, Robin H. Johnson wrote: > > BUT, we can't write a simple gitolite ACL that limits the content within > profiles/package.mask or other files in profiles/ (we can write hooks > that might be able to do this, but that still requires the challenge of > validation inside the file).

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-22 Thread Robin H. Johnson
On Fri, Jul 22, 2022 at 02:56:33PM +0300, Joonas Niilola wrote: > Cross-posting to gentoo-dev and -project lists due to technical and > non-technical nature. Reply-to is set to -project. ... > 1st RFC: "Trusted contributor model" > > I'm proposing us to giving special commit access to our

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-22 Thread Joonas Niilola
On 22.7.2022 21.18, Matt Turner wrote: > > How would you suggest we track who has commit access, etc? The same > way we do with developers, via a developer bug? > > I ask because I've noticed a lot of inactive proxied maintainers—one > of which had been listed in metadata.xml for 6 years but had

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-22 Thread Matt Turner
On Fri, Jul 22, 2022 at 7:57 AM Joonas Niilola wrote: > > Cross-posting to gentoo-dev and -project lists due to technical and > non-technical nature. Reply-to is set to -project. > > Once again new council has been elected: congratulations to the chosen > members! And once again many nominees

Re: [gentoo-dev] devmanual as pdf ?

2022-07-22 Thread karl
juippis: > emerge =app-doc/devmanual- with "+offline" USE flag, then > $BROWSER file:///usr/share/doc/devmanual-/html Done, works, thanks. Regards, /Karl Hammar

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-22 Thread Alec Warner
On Fri, Jul 22, 2022 at 4:56 AM Joonas Niilola wrote: > > Cross-posting to gentoo-dev and -project lists due to technical and > non-technical nature. Reply-to is set to -project. > > Once again new council has been elected: congratulations to the chosen > members! And once again many nominees

[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] devmanual as pdf ?

2022-07-22 Thread Joonas Niilola
On 22.7.2022 16.48, k...@aspodata.se wrote: > Since the ip connection here isn't too good, is there some way I > can download the devmanual, perhaps as a pdf ? > > https://devmanual.gentoo.org/ > > Regards, > /Karl Hammar > > > emerge =app-doc/devmanual- with "+offline" USE flag, then

[gentoo-dev] devmanual as pdf ?

2022-07-22 Thread karl
Since the ip connection here isn't too good, is there some way I can download the devmanual, perhaps as a pdf ? https://devmanual.gentoo.org/ Regards, /Karl Hammar

[gentoo-dev] RFC: "Trusted contributor model"

2022-07-22 Thread Joonas Niilola
Cross-posting to gentoo-dev and -project lists due to technical and non-technical nature. Reply-to is set to -project. Once again new council has been elected: congratulations to the chosen members! And once again many nominees expressed their wishes to see more non-developer contributors to