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
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/base.tera: update template again
Georgy Yakovlev
2023-01-04
1
-2
/
+5
*
src/base.tera: add QA_FLAGS_IGNORED
Georgy Yakovlev
2023-01-04
1
-0
/
+4
*
Ignore SPDX parentheses and add crate name to the license error message
Leonardo Neumann
2023-01-04
2
-2
/
+6
*
Update deps, adjust lockfile import
Georgy Yakovlev
2022-07-27
1
-1
/
+1
*
src/base.tera: update whitespace
Georgy Yakovlev
2021-10-07
1
-0
/
+1
*
package-name option support, it needs for Cargo.toml without root package
Miezhiko
2021-10-07
2
-8
/
+25
*
Implement audit functionality using rustsec
Leonardo Neumann
2021-08-26
3
-3
/
+108
*
Use path references instead of owned counterparts
Leonardo Neumann
2021-08-26
2
-10
/
+10
*
Remove cargo-lock dependency
Leonardo Neumann
2021-08-26
1
-41
/
+5
*
Update the base template
Luca Barbato
2021-08-25
1
-4
/
+3
*
Move the bulk of the template to base.tera
Luca Barbato
2021-08-25
3
-27
/
+36
*
Add an option to provide a custom tera template
Luca Barbato
2021-08-25
2
-3
/
+14
*
Convert the default template to tera
Luca Barbato
2021-08-25
3
-26
/
+30
*
Update dependencies
0.3.3
Matthew
2021-08-02
1
-1
/
+1
*
src/license.rs: add Apache-2.0-with-LLVM-exceptions
Georgy Yakovlev
2021-08-02
1
-0
/
+1
*
Initial support for license mapping
Leonardo H. Neumann
2021-08-02
2
-11
/
+179
*
Do not call a proc macro helper before it is defined
Luca Barbato
2021-08-01
1
-1
/
+1
*
feat: include all features when pulling metadata
Philip DeMonaco
2021-06-19
1
-0
/
+3
*
update output ebuild formatting
Theo Anderson
2020-12-04
2
-6
/
+3
*
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
2
-13
/
+2
*
split metadata gathering and ebuild writing functions
Doug Goldstein
2020-01-26
2
-18
/
+29
*
add package name and version to metadata struct
Doug Goldstein
2020-01-26
1
-0
/
+4
*
convert to anyhow for modern Error
Doug Goldstein
2020-01-26
2
-7
/
+5
*
drop Cargo usage
Doug Goldstein
2020-01-26
2
-19
/
+3
*
convert from Cargo package data to cargo_metadata
Doug Goldstein
2020-01-26
3
-53
/
+13
*
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
3
-10
/
+32
*
switch to cargo_metadata for dep info
Doug Goldstein
2020-01-26
2
-55
/
+28
*
reformat code with new rustfmt from rustup
Doug Goldstein
2019-10-10
2
-5
/
+6
*
upgrade to structopt 0.3
Doug Goldstein
2019-10-10
1
-3
/
+8
*
clean up cargo clippy warnings
update-cargo
Doug Goldstein
2019-10-10
2
-5
/
+4
*
upgrade to Cargo 0.37
Doug Goldstein
2019-10-10
1
-3
/
+7
*
Update ebuild.template
kpcyrd
2019-10-10
1
-2
/
+2
*
Update to cargo 0.29 and fix build.
Roel Aaij
2019-10-10
2
-10
/
+14
*
split metadata parsing and ebuild generation
Doug Goldstein
2018-08-26
2
-28
/
+81
*
add colored help and removed clap settings
gibix
2018-08-26
1
-8
/
+2
*
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
2
-16
/
+21
*
switch from cargo to structopt for arg parsing
Doug Goldstein
2018-06-29
2
-28
/
+46
*
separate functionality into a lib
Doug Goldstein
2018-06-29
2
-135
/
+158
*
upgrade cargo 0.19 to cargo 0.21
Doug Goldstein
2017-10-30
1
-16
/
+11
*
move from cargo 0.17 to cargo 0.19
Doug Goldstein
2017-10-30
1
-1
/
+1
*
rustfmt with 0.8.6
Doug Goldstein
2017-10-30
1
-29
/
+31
*
add missing license notices
Doug Goldstein
2017-10-30
1
-0
/
+10
*
upgrade to Cargo 0.17
Doug Goldstein
2017-04-17
1
-3
/
+9
*
move usage into its own variable
Doug Goldstein
2017-04-17
1
-5
/
+5
*
upgrade to Cargo 0.16 to support workspaces
Doug Goldstein
2017-04-16
1
-21
/
+44
[next]