| Commit message (Expand) | Author | Age | Files | Lines |
* | cargo.eclass: filter out lto flags for C/CXX compilers | Georgy Yakovlev | 2023-07-12 | 1 | -1/+2 |
* | cargo.eclass: Mark GIT_CRATES as pre-inherit | Michał Górny | 2023-06-18 | 1 | -0/+1 |
* | cargo.eclass: Support separating crate names/versions via `@` | Michał Górny | 2023-06-18 | 1 | -7/+17 |
* | cargo.eclass: Optimize GIT_CRATES check | Michał Górny | 2023-06-18 | 1 | -29/+29 |
* | cargo.eclass: Add variable alternative to $(cargo_crate_uris) | Michał Górny | 2023-06-18 | 1 | -15/+33 |
* | cargo.eclass: make cargo_live_src_unpack idempotent | Sam James | 2023-06-10 | 1 | -2/+2 |
* | cargo.eclass: fix typos and doc readability | Lucio Sauer | 2023-06-05 | 1 | -43/+40 |
* | cargo.eclass: correct gitlab archive endpoint | Matt Jolly | 2023-06-04 | 1 | -1/+1 |
* | cargo.eclass: fix spelling | Sam James | 2023-03-26 | 1 | -1/+1 |
* | cargo.eclass: Quote argument of ":" command | Ulrich Müller | 2023-03-26 | 1 | -1/+1 |
* | eclass: standardize prologue/epilogue | David Seifert | 2023-03-17 | 1 | -12/+11 |
* | cargo.eclass: silence 1 more declare -p stderr | Georgy Yakovlev | 2023-02-10 | 1 | -1/+1 |
* | cargo.eclass: fix --frozen logic | Georgy Yakovlev | 2023-02-08 | 1 | -1/+1 |
* | cargo.eclass: silence declare -p stderr | Georgy Yakovlev | 2023-02-08 | 1 | -1/+1 |
* | cargo.eclass: make GIT_CRATES non-pre-inherit | Georgy Yakovlev | 2023-02-08 | 1 | -2/+1 |
* | cargo.eclass: Add support for GIT_CRATES | Patrick McLean | 2023-02-08 | 1 | -0/+103 |
* | cargo.eclass: mention --frozen usecase. | Georgy Yakovlev | 2022-11-10 | 1 | -1/+6 |
* | *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE | Ulrich Müller | 2022-03-24 | 1 | -5/+5 |
* | cargo.eclass: really fix typo | Georgy Yakovlev | 2022-01-12 | 1 | -1/+1 |
* | cargo.eclass: fix typo in email address | Georgy Yakovlev | 2022-01-12 | 1 | -2/+2 |
* | cargo.eclass: make CRATES pre-inherit | Georgy Yakovlev | 2021-07-02 | 1 | -3/+21 |
* | cargo.eclass: make CRATES an eclass variable | Georgy Yakovlev | 2021-07-02 | 1 | -0/+17 |
* | cargo.eclass: support EAPI=8, misc changes | Georgy Yakovlev | 2021-07-02 | 1 | -13/+26 |
* | eclass/cargo.eclass: disable incremental builds | Georgy Yakovlev | 2021-05-10 | 1 | -0/+1 |
* | cargo.eclass: consistent comment whitespace | Sam James | 2021-03-31 | 1 | -4/+1 |
* | eclass/cargo.eclass: minor fixes | Georgy Yakovlev | 2021-02-11 | 1 | -3/+4 |
* | eclass: [QA] Revert multiple meaningless doc changes | Michał Górny | 2020-12-28 | 1 | -17/+0 |
* | eclass/cargo: fixup documentation | Aaron Bauman | 2020-12-16 | 1 | -0/+17 |
* | eclass/cargo.eclass: tc-export PKG_CONFIG | Georgy Yakovlev | 2020-11-27 | 1 | -1/+1 |
* | eclass/cargo.eclass: clarify variable docs | Georgy Yakovlev | 2020-11-10 | 1 | -0/+1 |
* | eclass/cargo.eclass: add CARGO_OPTIONAL condition | Georgy Yakovlev | 2020-11-10 | 1 | -4/+25 |
* | eclass/cargo.eclass: move cargo_gen_config definition to the top | Georgy Yakovlev | 2020-09-28 | 1 | -38/+38 |
* | eclass/cargo.eclass: require cargo_gen_config in cargo_src* functions | Georgy Yakovlev | 2020-09-28 | 1 | -0/+10 |
* | eclass/cargo.eclass: support cached downloads for live ebuilds | Georgy Yakovlev | 2020-09-28 | 1 | -7/+106 |
* | eclass/cargo.eclass: add cargo_src_configure (revised) | Georgy Yakovlev | 2020-09-22 | 1 | -16/+87 |
* | eclass/cargo.eclass: drop EAPI=6 support | Georgy Yakovlev | 2020-06-12 | 1 | -1/+0 |
* | cargo.eclass: tc-export AR CC | Georgy Yakovlev | 2020-06-02 | 1 | -1/+3 |
* | Improve the name-version regex | Luca Barbato | 2020-04-04 | 1 | -1/+1 |
* | */*: Bump copyright on files touched this year | Michał Górny | 2020-02-11 | 1 | -1/+1 |
* | cargo.eclass: make regex both readonly and local | Georgy Yakovlev | 2020-01-10 | 1 | -1/+1 |
* | cargo.eclass: Use a regex to fix crate name/version extraction | Craig Andrews | 2020-01-10 | 1 | -8/+5 |
* | cargo.eclass: Delete /usr/.crates2.json in cargo_src_install | Valentin Finini | 2020-01-03 | 1 | -0/+1 |
* | eclass/cargo.eclass: switch (b)depend to virtual/rust | Georgy Yakovlev | 2019-12-29 | 1 | -3/+3 |
* | cargo.eclass: honor NOCOLOR setting | Georgy Yakovlev | 2019-12-27 | 1 | -0/+2 |
* | cargo.eclass: make cargo verbosity configurable | Georgy Yakovlev | 2019-12-27 | 1 | -4/+14 |
* | cargo.eclass: move jobs configuration to generated configfile | Georgy Yakovlev | 2019-12-27 | 1 | -3/+6 |
* | cargo.eclass: force offline operations | Georgy Yakovlev | 2019-12-27 | 1 | -0/+3 |
* | cargo.eclass: require rust 1.37 or newer unconditionally | Georgy Yakovlev | 2019-12-27 | 1 | -6/+2 |
* | eclass/cargo.eclass: specify --path . to install | Doug Goldstein | 2019-12-26 | 1 | -1/+7 |
* | cargo.eclass: use verbose cargo invocations | Georgy Yakovlev | 2019-12-06 | 1 | -3/+3 |