Re: [gentoo-dev] Re: EGO_SUM

2023-05-31 Thread Ryan Qian
Just FYI, here is a working GitHub action for generating vendor tarballs in the same repo but with different branches https://github.com/bekcpear/gopkg-vendors/blob/main/.github/workflows/make-vendor.yaml It has already worked for a long time. Sincerely. Ryan > 在 2023年5月31日,14:20,Andrew

[gentoo-dev] [PATCH] [Format Fixed] go-module.eclass: live_vendor, fallback socks5h:// schema to socks5://

2022-12-30 Thread Ryan Qian
: https://github.com/gentoo/gentoo/pull/28887 Signed-off-by: Ryan Qian diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 10ed475c5b11e..d1b5798b6f40f 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -14,7 +14,7 @@ # written in the go programming language

[gentoo-dev] [PATCH] go-module.eclass: live_vendor, fallback socks5h:// schema to socks5://

2022-12-30 Thread Ryan Qian
/gentoo/pull/28887 Signed-off-by: Ryan Qian diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 10ed475c5b11e..d1b5798b6f40f 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -14,7 +14,7 @@ # written in the go programming language that uses modules

Re: [gentoo-dev] Interest in a yarn / NPM eclass

2022-06-08 Thread Ryan Qian
I have an npm.eclass ( https://github.com/bekcpear/ryans-repos/blob/main/eclass/npm.eclass) that works like EGO_SUM. However, the package-lock.json file should be patched to convert sha1 to sha512 due to the default mechanism (script: https://github.com/bekcpear/npm-lockfile-to-sha512.sh). I