gentoo-rust
gentoo-rust copied to clipboard
[MIRROR] Rust packages
Rustup is the recommended method of installation now, should we write a ebuild for it like archlinux? More: https://www.reddit.com/r/rust/comments/4inmpb/lets_talk_about_rustuprs/ https://www.archlinux.org/packages/community/x86_64/rustup/
* `cargo.eclass`: remove `/usr/.crates2.json` which caused conflicts * `www-apps/geckodriver`: update to `0.29.1` * `www-client/servo-bin-9999`: update `SCR_URI`, fix download, bump `EAPI` * `app-misc/mdcat`: update to `0.22.3` * `app-shells/starship`: update to `0.51.0`,...
Updated the links that servo-bin uses.
I've been investigating the reasons for issue #498 and it turns out that `rustc --print sysroot` is not displaying the correct path and instead shows `/usr`. I don't remember exactly...
Some tools used on editors and IDEs like `racer`, `rls` and `rust-analyzer` requires the Rust sources (rustup component `rust-src`) to be available in the system. Until recently, they were implicitly...
Hello @o01eg @stefson @gentoo90 If you will like to have direct push access to that repository I'd like you to become proxy maintainers for this project. https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
When attempting to install spotifyd and spotify-tui one after another, portage complains that "/usr/.crates2.json" is already owned by the other package and merging fails. Exact error portage throws: `* This...
It would be nice to have a systemd use flag for spotifyd such that spotifyd.service is installed in the right directory automatically. It doesn't take long to download the file...