mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
151 lines
2.9 KiB
Bash
151 lines
2.9 KiB
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Auto-Generated by cargo-ebuild 0.5.4-r1
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
ahash@0.8.3
|
|
aho-corasick@0.7.20
|
|
ansi_term@0.12.1
|
|
autocfg@1.1.0
|
|
bitflags@1.3.2
|
|
cc@1.0.79
|
|
cfg-if@1.0.0
|
|
clap@4.1.13
|
|
clap_derive@4.1.12
|
|
clap_lex@0.3.3
|
|
crossbeam-channel@0.5.8
|
|
crossbeam-utils@0.8.16
|
|
crossterm@0.25.0
|
|
crossterm_winapi@0.9.1
|
|
cursive@0.20.0
|
|
cursive_core@0.3.7
|
|
darling@0.20.3
|
|
darling_core@0.20.3
|
|
darling_macro@0.20.3
|
|
deranged@0.3.8
|
|
enum-map-derive@0.14.0
|
|
enum-map@2.6.3
|
|
enumset@1.1.2
|
|
enumset_derive@0.8.1
|
|
errno-dragonfly@0.1.2
|
|
errno@0.3.0
|
|
fnv@1.0.7
|
|
getrandom@0.2.8
|
|
heck@0.4.1
|
|
hermit-abi@0.3.1
|
|
ident_case@1.0.1
|
|
io-lifetimes@1.0.9
|
|
is-terminal@0.4.6
|
|
itoa@1.0.9
|
|
lazy_static@1.4.0
|
|
libc@0.2.138
|
|
libudev-sys@0.1.4
|
|
linux-raw-sys@0.3.0
|
|
lock_api@0.4.10
|
|
log@0.4.20
|
|
memchr@2.5.0
|
|
memoffset@0.7.1
|
|
mio@0.8.8
|
|
nix@0.26.2
|
|
num-complex@0.4.4
|
|
num-integer@0.1.45
|
|
num-iter@0.1.43
|
|
num-rational@0.4.1
|
|
num-traits@0.2.15
|
|
num@0.4.1
|
|
num_threads@0.1.6
|
|
once_cell@1.17.1
|
|
os_str_bytes@6.5.0
|
|
owning_ref@0.4.1
|
|
parking_lot@0.12.1
|
|
parking_lot_core@0.9.8
|
|
pin-utils@0.1.0
|
|
pkg-config@0.3.26
|
|
ppv-lite86@0.2.17
|
|
proc-macro2@1.0.68
|
|
quote@1.0.26
|
|
rand@0.8.5
|
|
rand_chacha@0.3.1
|
|
rand_core@0.6.4
|
|
redox_syscall@0.3.5
|
|
regex-syntax@0.6.29
|
|
regex@1.7.3
|
|
rustix@0.37.3
|
|
ryu@1.0.15
|
|
scopeguard@1.2.0
|
|
serde@1.0.185
|
|
serde_json@1.0.108
|
|
signal-hook-mio@0.2.3
|
|
signal-hook-registry@1.4.1
|
|
signal-hook@0.3.17
|
|
smallvec@1.11.1
|
|
stable_deref_trait@1.2.0
|
|
static_assertions@1.1.0
|
|
strsim@0.10.0
|
|
syn@2.0.16
|
|
termcolor@1.2.0
|
|
time-core@0.1.2
|
|
time-macros@0.2.15
|
|
time@0.3.29
|
|
udev@0.7.0
|
|
unicode-ident@1.0.8
|
|
unicode-segmentation@1.10.1
|
|
unicode-width@0.1.11
|
|
uuid@1.7.0
|
|
version_check@0.9.4
|
|
wasi@0.11.0+wasi-snapshot-preview1
|
|
winapi-i686-pc-windows-gnu@0.4.0
|
|
winapi-util@0.1.5
|
|
winapi-x86_64-pc-windows-gnu@0.4.0
|
|
winapi@0.3.9
|
|
windows-sys@0.45.0
|
|
windows-sys@0.48.0
|
|
windows-targets@0.42.2
|
|
windows-targets@0.48.5
|
|
windows_aarch64_gnullvm@0.42.2
|
|
windows_aarch64_gnullvm@0.48.5
|
|
windows_aarch64_msvc@0.42.2
|
|
windows_aarch64_msvc@0.48.5
|
|
windows_i686_gnu@0.42.2
|
|
windows_i686_gnu@0.48.5
|
|
windows_i686_msvc@0.42.2
|
|
windows_i686_msvc@0.48.5
|
|
windows_x86_64_gnu@0.42.2
|
|
windows_x86_64_gnu@0.48.5
|
|
windows_x86_64_gnullvm@0.42.2
|
|
windows_x86_64_gnullvm@0.48.5
|
|
windows_x86_64_msvc@0.42.2
|
|
windows_x86_64_msvc@0.48.5
|
|
xi-unicode@0.3.0
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="Thunderbolt/USB4 debugging tools"
|
|
HOMEPAGE="https://github.com/intel/tbtools"
|
|
SRC_URI="
|
|
https://github.com/intel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
https://github.com/gyscos/cursive/archive/refs/tags/cursive_core-v0.3.7.tar.gz
|
|
${CARGO_CRATE_URIS}
|
|
"
|
|
|
|
LICENSE="MIT"
|
|
# Dependent crate licenses
|
|
LICENSE+=" Apache-2.0 Unicode-DFS-2016"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="virtual/udev"
|
|
DEPEND="${RDEPEND}"
|
|
BDEPEND="
|
|
virtual/pkgconfig
|
|
>=virtual/rust-1.74.0
|
|
"
|
|
|
|
PATCHES="${FILESDIR}"/${P}-Cargo.toml-point-to-ebuild-cursive-dep.patch
|
|
|
|
QA_FLAGS_IGNORED="usr/bin/.*"
|