[gentoo-dev] [PATCH] Add 'host' variable to GIT_CRATES to support other host like self-host gitlab or gitea

2024-11-27 Thread MYT
--- eclass/cargo.eclass | 43 +++ 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 95ff317e1f21..aa59d38d8600 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -93,6 +93,10 @@ ECARGO_V

Re: [gentoo-dev] [PATCH] Add 'host' variable to GIT_CRATES to support other host like self-host gitlab or gitea

2024-11-28 Thread MYT
Hi Paul, thanks for the reply. To be honest I'm a bit confused about your suggestion as I don't think I declared any new associative array. The patch only add new value in the string with delimeter. So I'm not sure what you expect me to change there :) MYT On Wednesday, 27 N

[gentoo-dev] [PATCH v2] Add 'host' variable to GIT_CRATES to support other host like self-host gitlab or gitea

2024-12-03 Thread MYT
This change indroduces possibility to fetch git crates from hosts other than github/main gitlab instance, like the gnome's gitlab which wasn't possible before. This is done by adding new key in the crate value `;gitlab` for example. Signed-off-by: MYT --- eclass/cargo.e