[gentoo-dev] [PATCH 2/2] cargo.eclass: Add _cargo_check_initialized to cargo_live_src_unpack

2025-04-12 Thread Christopher Fore
Currently cargo.eclass does not check if rust_pkg_setup was called in cargo_live_src_unpack, leading to situations where vague build errors can show up. Closes: https://bugs.gentoo.org/953532 Bug: https://bugs.gentoo.org/953515 Signed-off-by: Christopher Fore --- eclass/cargo.eclass | 2 ++ 1

[gentoo-dev] [PATCH 1/2] cargo.eclass: Pull check for rust_pkg_setup into its own function

2025-04-12 Thread Christopher Fore
This reduces repetitiveness and allows for easier maintainability in the future. Bug: https://bugs.gentoo.org/953515 Bug: https://bugs.gentoo.org/953532 Signed-off-by: Christopher Fore --- eclass/cargo.eclass | 26 ++ 1 file changed, 14 insertions(+), 12 deletions

[gentoo-dev] Deleting Dead Projects from the Wiki

2023-09-01 Thread Christopher Fore
Hello all, I'm currently working with the Wiki team on removing references to Layman and noticed the VDR project is dead and none of the links attached to their wiki work. Is there a way for me to remove the reference to Layman if none of the Project admins are around? If not, could the Proj