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
:
repo/gentoo.git
master
Official Gentoo ebuild repository
Infrastructure team <infrastructure@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
cargo.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
cargo.eclass: Respect existing CARGO_TARGET_${TRIPLE}_RUSTFLAGS
James Le Cuirot
2024-10-01
1
-1
/
+1
*
cargo.eclass: Fix cargo_target_dir helper following recent changes
James Le Cuirot
2024-08-08
1
-3
/
+1
*
cargo.eclass: Change RUSTFLAGS approach following recent build failures
James Le Cuirot
2024-08-08
1
-26
/
+39
*
cargo.eclass: Shadow flag variables so that LTO filtering remains local
James Le Cuirot
2024-08-06
1
-0
/
+9
*
cargo.eclass: Explicitly tell rustc not to strip binaries
James Le Cuirot
2024-08-06
1
-2
/
+2
*
cargo.eclass: Handle LDFLAGS and RUSTFLAGS better
James Le Cuirot
2024-08-06
1
-22
/
+41
*
cargo.eclass: Add cargo_env helper and use it in compile, test, install
James Le Cuirot
2024-08-06
1
-14
/
+23
*
cargo.eclass: Use newer Cargo config file name
James Le Cuirot
2024-08-06
1
-2
/
+2
*
cargo.eclass: Add cargo_target_dir helper function
James Le Cuirot
2024-06-17
1
-0
/
+10
*
cargo.eclass: mention app-portage/pycargoebuild in @CRATES docs
Sam James
2024-06-17
1
-1
/
+1
*
cargo.eclass: Enable cross-compiling by setting environment variables
James Le Cuirot
2024-06-12
1
-1
/
+16
*
cargo.eclass: Drop EAPI 7 support
James Le Cuirot
2024-06-12
1
-17
/
+2
*
cargo.eclass: Optimize crate unpacking
Michał Górny
2024-05-17
1
-23
/
+33
*
cargo.eclass: Revert "Optimize crate unpacking"
Michał Górny
2024-05-15
1
-33
/
+23
*
cargo.eclass: Optimize crate unpacking
Michał Górny
2024-05-15
1
-23
/
+33
*
cargo.eclass: Output only the first crate URI when PKGBUMPING
Michał Górny
2024-01-31
1
-0
/
+5
*
cargo.eclass: Revert PKGBUMPING for CARGO_CRATE_URIS
Michał Górny
2024-01-09
1
-3
/
+0
*
cargo.eclass: Support PKGBUMPING to avoid fetching/unpacking crates
Michał Górny
2024-01-05
1
-1
/
+7
*
cargo.eclass: Allow CRATES to be unset
Michał Górny
2023-12-09
1
-5
/
+0
*
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
[next]