Diff pandora_box-0.18.0 with a pandora_box-0.19.0

/usr/portage/sys-apps/pandora_box/pandora_box-0.19.0.ebuild 2026-03-11 11:46:08.993084575 +0300
7 7

  
8 8
RUST_MIN_VER="1.88.0"
9 9

  
10
CRATES="
11
	ahash@0.8.12
12
	autocfg@1.5.0
13
	bitflags@2.10.0
14
	block-buffer@0.10.4
15
	btoi@0.5.0
16
	bumpalo@3.19.1
17
	cfg-if@1.0.4
18
	cfg_aliases@0.2.1
19
	console@0.16.2
20
	cpufeatures@0.2.17
21
	crc-catalog@2.4.0
22
	crc@3.4.0
23
	crossbeam-deque@0.8.6
24
	crossbeam-epoch@0.9.18
25
	crossbeam-utils@0.8.21
26
	crypto-common@0.1.7
27
	data-encoding@2.9.0
28
	digest@0.10.7
29
	dns-lookup@2.1.1
30
	either@1.15.0
31
	encode_unicode@1.0.0
32
	equivalent@1.0.2
33
	errno@0.3.14
34
	fastrand@2.3.0
35
	generic-array@0.14.7
36
	getrandom@0.3.4
37
	hashbrown@0.16.1
38
	hermit-abi@0.5.2
39
	indexmap@2.12.1
40
	indicatif@0.18.3
41
	itoa@1.0.17
42
	js-sys@0.3.83
43
	keccak@0.1.5
44
	lexopt@0.3.1
45
	libc@0.2.179
46
	linux-raw-sys@0.11.0
47
	md5@0.8.0
48
	memchr@2.7.6
49
	memoffset@0.9.1
50
	nix@0.30.1
51
	num-traits@0.2.19
52
	num_cpus@1.17.0
53
	once_cell@1.21.3
54
	patricia_tree@0.8.0
55
	portable-atomic@1.13.0
56
	proc-macro2@1.0.104
57
	quote@1.0.42
58
	r-efi@5.3.0
59
	rayon-core@1.13.0
60
	rayon@1.11.0
61
	resolv-conf@0.7.6
62
	rustix@1.1.3
63
	rustversion@1.0.22
64
	serde@1.0.228
65
	serde_core@1.0.228
66
	serde_derive@1.0.228
67
	serde_json@1.0.148
68
	sha1@0.10.6
69
	sha3@0.10.8
70
	simple-dns@0.7.1
71
	socket2@0.6.1
72
	syn@2.0.113
73
	tempfile@3.24.0
74
	typenum@1.19.0
75
	unicode-ident@1.0.22
76
	unicode-width@0.2.2
77
	unit-prefix@0.5.2
78
	version_check@0.9.5
79
	wasip2@1.0.1+wasi-0.2.4
80
	wasm-bindgen-macro-support@0.2.106
81
	wasm-bindgen-macro@0.2.106
82
	wasm-bindgen-shared@0.2.106
83
	wasm-bindgen@0.2.106
84
	web-time@1.1.0
85
	windows-link@0.2.1
86
	windows-sys@0.60.2
87
	windows-sys@0.61.2
88
	windows-targets@0.53.5
89
	windows_aarch64_gnullvm@0.53.1
90
	windows_aarch64_msvc@0.53.1
91
	windows_i686_gnu@0.53.1
92
	windows_i686_gnullvm@0.53.1
93
	windows_i686_msvc@0.53.1
94
	windows_x86_64_gnu@0.53.1
95
	windows_x86_64_gnullvm@0.53.1
96
	windows_x86_64_msvc@0.53.1
97
	wit-bindgen@0.46.0
98
	zerocopy-derive@0.8.31
99
	zerocopy@0.8.31
100
	zmij@1.0.10
101
"
102

  
103 10
inherit cargo
104 11

  
105 12
DESCRIPTION="Syd's log inspector & profile writer"
106 13
HOMEPAGE="https://man.exherbolinux.org"
107 14

  
108 15
SRC_URI="https://git.sr.ht/~alip/syd/archive/pandora-${PV}.tar.gz -> ${P}.tar.gz
109
	${CARGO_CRATE_URIS}
16
	https://dev.gentoo.org/~patrick/${P}-crates.tar.xz
110 17
"
111 18

  
112 19
S="${WORKDIR}/syd-pandora-${PV}/pandora"
Thank you!