GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/cargo-ebuild.git
change-up-the-parse
master
update-cargo
cargo extension that can generate ebuilds using the in-tree eclasses
Rust team <rust@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore SPDX parentheses and add crate name to the license error message
Leonardo Neumann
2023-01-04
1
-2
/
+3
*
package-name option support, it needs for Cargo.toml without root package
Miezhiko
2021-10-07
1
-7
/
+18
*
Implement audit functionality using rustsec
Leonardo Neumann
2021-08-26
1
-1
/
+7
*
Use path references instead of owned counterparts
Leonardo Neumann
2021-08-26
1
-8
/
+8
*
Remove cargo-lock dependency
Leonardo Neumann
2021-08-26
1
-41
/
+5
*
Move the bulk of the template to base.tera
Luca Barbato
2021-08-25
1
-0
/
+2
*
Add an option to provide a custom tera template
Luca Barbato
2021-08-25
1
-2
/
+10
*
Convert the default template to tera
Luca Barbato
2021-08-25
1
-18
/
+17
*
Update dependencies
0.3.3
Matthew
2021-08-02
1
-1
/
+1
*
Initial support for license mapping
Leonardo H. Neumann
2021-08-02
1
-11
/
+11
*
feat: include all features when pulling metadata
Philip DeMonaco
2021-06-19
1
-0
/
+3
*
update output ebuild formatting
Theo Anderson
2020-12-04
1
-1
/
+1
*
Implemented automatic lockfile generation
Leonardo H. Neumann
2020-08-24
1
-2
/
+33
*
Fixed dependency resolution using Cargo.lock
Leonardo H. Neumann
2020-08-16
1
-11
/
+18
*
fixed local crates being added to ebuild
Leonardo H. Neumann
2020-06-18
1
-1
/
+5
*
drop unused verbose and quiet flags
Doug Goldstein
2020-01-26
1
-5
/
+1
*
split metadata gathering and ebuild writing functions
Doug Goldstein
2020-01-26
1
-15
/
+18
*
convert to anyhow for modern Error
Doug Goldstein
2020-01-26
1
-2
/
+2
*
drop Cargo usage
Doug Goldstein
2020-01-26
1
-4
/
+1
*
convert from Cargo package data to cargo_metadata
Doug Goldstein
2020-01-26
1
-36
/
+5
*
gather root package data from cargo metadata
Doug Goldstein
2020-01-26
1
-0
/
+17
*
include license info for depends
Doug Goldstein
2020-01-26
1
-1
/
+21
*
switch to cargo_metadata for dep info
Doug Goldstein
2020-01-26
1
-54
/
+22
*
reformat code with new rustfmt from rustup
Doug Goldstein
2019-10-10
1
-2
/
+3
*
upgrade to Cargo 0.37
Doug Goldstein
2019-10-10
1
-3
/
+7
*
Update to cargo 0.29 and fix build.
Roel Aaij
2019-10-10
1
-9
/
+13
*
split metadata parsing and ebuild generation
Doug Goldstein
2018-08-26
1
-28
/
+9
*
replace outdated try!() macro with ? operator
gibix
2018-07-07
1
-20
/
+16
*
remove more Cargo usage from main binary
Doug Goldstein
2018-06-29
1
-3
/
+6
*
switch from cargo to structopt for arg parsing
Doug Goldstein
2018-06-29
1
-11
/
+3
*
separate functionality into a lib
Doug Goldstein
2018-06-29
1
-0
/
+155