sys-apps/cyme: Bump to 1.8.5

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-10-12 06:47:02 +02:00
parent a60883e38b
commit f84fb155eb
2 changed files with 191 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ DIST colored-2.1.0.crate 23348 BLAKE2B e2778d83b28571501adb4e9ec3fa95d684faf5730
DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8339f08bb4043f1d70a8588636eb5dbe6ebb3843e2a12d9a7e5fd1637a912c52a5aefbb8d44796330b09593e7adefd3babd8 SHA512 24a8958cb16b081862a9000affb0147b8b3be1a664b834c3dbddbff03e709de3f4060ff4800e5a35453f4392ccf33168e8b864be71b17be38cb264a39b915100
DIST critical-section-1.1.2.crate 18337 BLAKE2B 2ef2649550f192013086ecf48788e016d92b907bc39c617657e2cbbf01a79cc182b1cf3b9e3dd53051121773cecef7da1b4b842b4127ca928305935019c3a3a1 SHA512 739175c5c18d1d6bcb6592a1a522dc2883dac7261a38eb54f06e0ebe82ecfd26567cf817f39eae9d8911b900c1968d0b21c13d514f4894d5695885b20adc8f54
DIST cyme-1.8.4.gh.tar.gz 434702 BLAKE2B d2163cc6e88e31a474bedc78ce6204e23de02cd14cd8c4d79b2ebc2676e7288a0ef6e992477a919f092f0f14e39306eedb0ea966b4aaf35babd7c36450de6309 SHA512 6202078a2e63805998041a2723a4497f0f0b3548df03f9e6e264facf23ef308e13e7ae4bfc6ecb28015e1cc6d8fd44238417fe5ed50167944d782b348cb00187
DIST cyme-1.8.5.gh.tar.gz 434931 BLAKE2B b3828bd6586ddbd7a621e931cda490aaa6f8061c59bc3293dd2cea21eeba93d886dde9d5960212a62f0ac909de88bbfaee3d466b2a25e9d29c31c84ba35d8b1c SHA512 afaf789e93013d17ca9297c54841f2394453c053b5292d3ed264fcd38606c3baf90123767a24a144cf72865454546780acce1e7286f0650d0756d14f13e5b1de
DIST darling-0.20.10.crate 32031 BLAKE2B 038c2a4d919a8e9ff6eff5f83911b40cf4e918ac27c90f313b6b9131c41770f83cc3901973fea1c6fea2886a8360f3c5cf73b807d14e579b8b8e87f15e3bc6dc SHA512 7a14eebc20e48fd39ddf7b8376dc937a04f561d723aba864432cabd5ab46eb189706b43e5121a7f4fb0d68dbfd044353875bb479d4bd5cd96b76e3571733ce55
DIST darling_core-0.20.10.crate 65015 BLAKE2B a94adcc6092a7a69728725ec4bf4cb7c163bc3fe0890f272bba9963c256697bbe1ad964d58a975c80742019c59d4e1b3e56e624f938576996e216d2f99e21f2d SHA512 2b971156b8c1433dd0ddb2213ee522e2fe9968a62889285d1457b5e733daa70a09c21bca9b8573d9c742026b4c06f4dd2025a6a196ec0b08b25a78d8737dff6d
DIST darling_macro-0.20.10.crate 1874 BLAKE2B 29cbdc6bd63e4eb0731c8f8f0a50cfcae9a88f116f8cfc0068e5d3cddc20b42b7f0f20f128ffa0f7bcb8d72f0188b04b3838b8327fa6f3ab45de4cf5c3bbf317 SHA512 565b8d535248d9d88b49a58e2a210ecc70f1cd39bfaf029ac6576a9b2eac70a6b18b4930aeca746d76d53b745c6aa82172bb341c4844b3757fc7978732fc2f52

View File

@@ -0,0 +1,190 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.1.0
anstyle-wincon@3.0.3
anstyle@1.0.7
assert-json-diff@2.0.2
atomic-polyfill@1.0.3
autocfg@1.3.0
base64@0.13.1
bitflags@1.3.2
bitflags@2.6.0
bumpalo@3.16.0
byteorder@1.5.0
cc@1.1.5
cfg-if@1.0.0
chrono@0.4.38
clap@4.5.9
clap_builder@4.5.9
clap_complete@4.5.8
clap_derive@4.5.8
clap_lex@0.7.1
clap_mangen@0.2.22
colorchoice@1.0.1
colored@2.1.0
core-foundation-sys@0.8.6
critical-section@1.1.2
darling@0.20.10
darling_core@0.20.10
darling_macro@0.20.10
deranged@0.3.11
diff@0.1.13
dirs-sys@0.3.7
dirs@4.0.0
either@1.13.0
errno@0.3.9
fnv@1.0.7
getrandom@0.2.15
glob@0.3.1
hash32@0.2.1
hashbrown@0.12.3
heapless@0.7.17
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
hex@0.4.3
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
ident_case@1.0.1
indexmap@1.9.3
io-lifetimes@1.0.11
is_terminal_polyfill@1.70.0
itertools@0.10.5
itoa@1.0.11
js-sys@0.3.69
lazy_static@1.5.0
libc@0.2.155
libredox@0.1.3
libudev-sys@0.1.4
libusb1-sys@0.7.0
linux-raw-sys@0.3.8
linux-raw-sys@0.4.14
lock_api@0.4.12
log@0.4.22
memchr@2.7.4
minimal-lexical@0.2.1
nix@0.27.1
nom@7.1.3
num-conv@0.1.0
num-traits@0.2.19
num_threads@0.1.7
once_cell@1.19.0
phf@0.11.2
phf_codegen@0.11.2
phf_generator@0.11.2
phf_shared@0.11.2
pkg-config@0.3.30
powerfmt@0.2.0
ppv-lite86@0.2.17
proc-macro2@1.0.86
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
redox_users@0.4.5
regex-automata@0.4.7
regex-syntax@0.8.4
regex@1.10.5
roff@0.2.1
rusb@0.9.4
rustc_version@0.4.0
rustix@0.37.27
rustix@0.38.34
rustversion@1.0.17
ryu@1.0.18
scopeguard@1.2.0
semver@1.0.23
serde@1.0.204
serde_derive@1.0.204
serde_json@1.0.120
serde_with@2.3.3
serde_with_macros@2.3.3
simple_logger@4.3.3
siphasher@0.3.11
spin@0.9.8
stable_deref_trait@1.2.0
strsim@0.11.1
strum@0.26.3
strum_macros@0.26.4
syn@2.0.71
terminal_size@0.2.6
terminal_size@0.3.0
thiserror-impl@1.0.62
thiserror@1.0.62
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
udev@0.8.0
udevrs@0.3.0
unicode-ident@1.0.12
usb-ids@1.2024.4
utf8parse@0.2.2
uuid@1.10.0
vcpkg@0.2.15
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
winapi-i686-pc-windows-gnu@0.4.0
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.6
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.6
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.6
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.6
windows_i686_gnullvm@0.52.6
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.6
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.6
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.6
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.6
"
inherit cargo
DESCRIPTION="List system USB buses and devices; a modern cross-platform \`lsusb\`"
HOMEPAGE="https://github.com/tuna-f1sh/cyme/"
SRC_URI="
https://github.com/tuna-f1sh/cyme/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
${CARGO_CRATE_URIS}
"
LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+="
LGPL-2+ MIT MPL-2.0 Unicode-DFS-2016
|| ( Apache-2.0 Boost-1.0 )
"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/libusb:=
"
RDEPEND="
${DEPEND}
"
QA_FLAGS_IGNORED="/usr/bin/cyme"