public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/5] Various rust/cargo eclass improvements
@ 2025-03-08 13:59 Arthur Zamarin
  2025-03-08 13:59 ` [gentoo-dev] [PATCH 1/5] cargo.eclass: fix typos Arthur Zamarin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-03-08 13:59 UTC (permalink / raw
  To: gentoo-dev; +Cc: rust, Arthur Zamarin

This patchset contains various improvements to the rust and cargo eclasses,
including typo fixes and documentation improvements.

Main changes are:

* use dynamic linking by default in cargo.eclass (important for rust-bin on
  musl where it was previous broken)
* use static.crates.io CDN in cargo.eclass

This patchset can also be seen in https://github.com/gentoo/gentoo/pull/40938

Arthur Zamarin (3):
  cargo.eclass: fix typos
  rust.eclass: fix typos
  rust.eclass: add documentation for RUST_{SLOT,TYPE}

Michal Rostecki (1):
  cargo.eclass: Enable dynamic linking by default

swomf (1):
  cargo.eclass: use static.crates.io cdn

 eclass/cargo.eclass | 13 +++++++++----
 eclass/rust.eclass  | 36 ++++++++++++++++++++++++------------
 2 files changed, 33 insertions(+), 16 deletions(-)

--
2.48.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-08 16:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 13:59 [gentoo-dev] [PATCH 0/5] Various rust/cargo eclass improvements Arthur Zamarin
2025-03-08 13:59 ` [gentoo-dev] [PATCH 1/5] cargo.eclass: fix typos Arthur Zamarin
2025-03-08 13:59 ` [gentoo-dev] [PATCH 2/5] rust.eclass: " Arthur Zamarin
2025-03-08 13:59 ` [gentoo-dev] [PATCH 3/5] rust.eclass: add documentation for RUST_{SLOT,TYPE} Arthur Zamarin
2025-03-08 13:59 ` [gentoo-dev] [PATCH 4/5] cargo.eclass: Enable dynamic linking by default Arthur Zamarin
2025-03-08 16:23   ` James Le Cuirot
2025-03-08 13:59 ` [gentoo-dev] [PATCH 5/5] cargo.eclass: use static.crates.io cdn Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox