diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-04 17:24:14 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-09 16:25:41 +1000 |
commit | 01ba4dc61965ef7658a24728841c04c9a1ce4871 (patch) | |
tree | a2a6b927779e5990ff87ec4589373d1d89129a63 /sys-fs | |
parent | profiles: mask dev-lang/starlark-rust (diff) | |
download | gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.gz gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.bz2 gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.zip |
*/*: update for slotted Rust
Tidyups:
- $(cargo_crate_uris)
- Rust BDEPENDS come from the eclass except in very rare
circumstances (RUST_OPTIONAL=1)
- RUST_M{AX,IN}_VER where required.
- Suboptimal crate separator (`-` -> `@`)
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/39218
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild (renamed from sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild) | 3 | ||||
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild (renamed from sys-fs/bcachefs-tools/bcachefs-tools-1.13.0.ebuild) | 4 | ||||
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild (renamed from sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild) | 3 | ||||
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild (renamed from sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild) | 3 | ||||
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 1 |
5 files changed, 5 insertions, 9 deletions
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild index 566129b51e44..a15809aa8729 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild @@ -99,7 +99,7 @@ CRATES=" LLVM_COMPAT=( {16..18} ) PYTHON_COMPAT=( python3_{10..13} ) -inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion toolchain-funcs unpacker +inherit llvm-r1 cargo flag-o-matic python-any-r1 shell-completion toolchain-funcs unpacker DESCRIPTION="Tools for bcachefs" HOMEPAGE="https://bcachefs.org/" @@ -145,7 +145,6 @@ BDEPEND=" ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig - virtual/rust " QA_FLAGS_IGNORED="/sbin/bcachefs" diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild index 004251f02079..da8e0cb0bcd2 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild @@ -90,7 +90,8 @@ CRATES=" LLVM_COMPAT=( {16..18} ) PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc -inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion toolchain-funcs unpacker verify-sig + +inherit llvm-r1 cargo flag-o-matic python-any-r1 shell-completion toolchain-funcs unpacker verify-sig DESCRIPTION="Tools for bcachefs" HOMEPAGE="https://bcachefs.org/" @@ -137,7 +138,6 @@ BDEPEND=" ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig - virtual/rust verify-sig? ( >=sec-keys/openpgp-keys-kentoverstreet-20241012 ) " diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild index ca3cca9c03ae..413ed976120b 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild @@ -95,7 +95,7 @@ CRATES=" LLVM_COMPAT=( {16..18} ) PYTHON_COMPAT=( python3_{10..12} ) -inherit cargo flag-o-matic llvm-r1 multiprocessing python-any-r1 shell-completion toolchain-funcs unpacker +inherit llvm-r1 cargo flag-o-matic multiprocessing python-any-r1 shell-completion toolchain-funcs unpacker DESCRIPTION="Tools for bcachefs" HOMEPAGE="https://bcachefs.org/" @@ -144,7 +144,6 @@ BDEPEND=" sys-devel/clang:${LLVM_SLOT} ') virtual/pkgconfig - virtual/rust " QA_FLAGS_IGNORED="/sbin/bcachefs" diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild index 7e5aa241533f..7a9612a910b2 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild @@ -102,7 +102,7 @@ CRATES=" LLVM_COMPAT=( {16..18} ) PYTHON_COMPAT=( python3_{10..13} ) -inherit cargo flag-o-matic llvm-r1 multiprocessing python-any-r1 shell-completion toolchain-funcs unpacker +inherit llvm-r1 cargo flag-o-matic multiprocessing python-any-r1 shell-completion toolchain-funcs unpacker DESCRIPTION="Tools for bcachefs" HOMEPAGE="https://bcachefs.org/" @@ -151,7 +151,6 @@ BDEPEND=" sys-devel/clang:${LLVM_SLOT} ') virtual/pkgconfig - virtual/rust " QA_FLAGS_IGNORED="/sbin/bcachefs" diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index 0d04e49d8739..1c31662fbd04 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -137,7 +137,6 @@ BDEPEND=" ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig - virtual/rust verify-sig? ( >=sec-keys/openpgp-keys-kentoverstreet-20241012 ) " |