Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option to provide a custom tera template | 2021-08-25 | 1 | -1/+4 | |
* | Do not call a proc macro helper before it is defined | 2021-08-01 | 1 | -1/+1 | |
* | drop unused verbose and quiet flags | 2020-01-26 | 1 | -8/+1 | |
* | split metadata gathering and ebuild writing functions | 2020-01-26 | 1 | -3/+11 | |
* | convert to anyhow for modern Error | 2020-01-26 | 1 | -5/+3 | |
* | drop Cargo usage | 2020-01-26 | 1 | -15/+2 | |
* | switch to cargo_metadata for dep info | 2020-01-26 | 1 | -1/+6 | |
* | upgrade to structopt 0.3 | 2019-10-10 | 1 | -3/+8 | |
* | clean up cargo clippy warningsupdate-cargo | 2019-10-10 | 1 | -1/+0 | |
* | add colored help and removed clap settings | 2018-08-26 | 1 | -8/+2 | |
* | remove more Cargo usage from main binary | 2018-06-29 | 1 | -13/+15 | |
* | switch from cargo to structopt for arg parsing | 2018-06-29 | 1 | -17/+43 | |
* | separate functionality into a lib | 2018-06-29 | 1 | -135/+3 | |
* | upgrade cargo 0.19 to cargo 0.21 | 2017-10-30 | 1 | -16/+11 | |
* | move from cargo 0.17 to cargo 0.19 | 2017-10-30 | 1 | -1/+1 | |
* | rustfmt with 0.8.6 | 2017-10-30 | 1 | -29/+31 | |
* | add missing license notices | 2017-10-30 | 1 | -0/+10 | |
* | upgrade to Cargo 0.17 | 2017-04-17 | 1 | -3/+9 | |
* | move usage into its own variable | 2017-04-17 | 1 | -5/+5 | |
* | upgrade to Cargo 0.16 to support workspaces | 2017-04-16 | 1 | -21/+44 | |
* | add some helper methods to make the code clearer | 2017-04-16 | 1 | -8/+26 | |
* | cargo fmt with rustfmt 0.8.0 | 2017-04-16 | 1 | -15/+17 | |
* | src/ebuild.template: add valid Gentoo copyright header to generated ebuilds | 2017-03-06 | 1 | -0/+2 | |
* | ensure we truncate the file we write to | 2016-12-01 | 1 | -0/+1 | |
* | sort the crate list | 2016-11-25 | 1 | -1/+4 | |
* | add license info | 2016-11-25 | 1 | -0/+6 | |
* | use an iterator and not a for loop | 2016-11-25 | 1 | -4/+3 | |
* | auto-generate version info in template | 2016-11-25 | 1 | -1/+3 | |
* | cleanups from using clippy | 2016-10-19 | 1 | -5/+5 | |
* | drop the use of rustache | 2016-10-02 | 1 | -20/+10 | |
* | run rustfmt on the code base | 2016-10-02 | 1 | -14/+13 | |
* | generate initial ebuild | 2016-08-01 | 1 | -5/+65 | |
* | initial version | 2016-08-01 | 1 | -0/+51 |