cargo-ebuild icon indicating copy to clipboard operation
cargo-ebuild copied to clipboard

cargo extension that can generate ebuilds using the in-tree eclasses

Results 20 cargo-ebuild issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with cargo ebuild 0.4.0. Whenever i try to create a ebuild from a rust project i'll get a error as follows: ``` Error: Failed to...

Ok this is the first time i have this issue with cargo-ebuild i was trying to make ebuild for [broot](https://github.com/Canop/broot/) version 1.2.8 running `cargo ebuild` generates a template successfully but...

See the comment in this [diff](https://github.com/gentoo/gentoo/pull/21668#discussion_r671270144), generated license `Apache-2.0 WITH LLVM-exception` should be `Apache-2.0-with-LLVM-exceptions`.

Optional package dependencies are not included when pulling metadata. In some cases these packages are still required to actually build even when those flags are turned off. This change effectively...

cargo install --git known.... a few packages the authors are miffed by copycats on namespaces , are or ppl will poison the version update well.. cargo ebuild --git , IE...

For example double quotes in the descriptions leak as-is into the ebuild. This is invalid, because in this ebuild the description is also enclosed in quotes

Being new to cargo & rust and trying to understand this i tried it on zoxide and du-dust (https://github.com/ajeetdsouza/zoxide, https://github.com/bootandy/dust). In both cases it seems that when i follow the...

I have a repo with two workspaces, structured like so: ``` my_repo ├── Cargo.toml ├── a │   ├── Cargo.toml │   └── src └── b ├── Cargo.toml └── src ``` I...

cargo ebuild enhancment to git clone those really pesky SOB crates or if crate x is not in crates.io. repoman DIE sourcing x,y but **99.5 % of crates sourced.** `cargo...

-sys crates often try to link to system libraries, and if not found will compile own private copy. notable examples are `libgit2-sys` (uses unreleased ABI and will fail at runtime...