Re: [gentoo-dev] [PATCH] go-module.eclass: deprecate EGO_SUM and call ego instead of go

2022-02-25 Thread Michał Górny
On Fri, 2022-02-25 at 20:50 -0600, William Hubbs wrote: > EGO_SUM can be thousands of lines long in ebuilds, and it leads to > creating Manifest files that are thousands of lines long. > It has been determined that vendor tarballs are a better solution if > upstream doesn't vendor their dependencie

Re: [gentoo-dev] [PATCH] go-module.eclass: add helper function to call go

2022-02-25 Thread William Hubbs
This is in the tree. Thanks, William signature.asc Description: PGP signature

[gentoo-dev] [PATCH] go-module.eclass: deprecate EGO_SUM and call ego instead of go

2022-02-25 Thread William Hubbs
EGO_SUM can be thousands of lines long in ebuilds, and it leads to creating Manifest files that are thousands of lines long. It has been determined that vendor tarballs are a better solution if upstream doesn't vendor their dependencies. Also, call the ego helper function instead of calling go dir