blob: 5af50d7a2f69869d81d09051ef22fedfbff0ded2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.2
EAPI=8
CRATES="
adler@1.0.2
aes@0.8.3
android-tzdata@0.1.1
android_system_properties@0.1.5
anstream@0.6.4
anstyle-parse@0.2.2
anstyle-query@1.0.0
anstyle-wincon@3.0.1
anstyle@1.0.4
arrayref@0.3.7
arrayvec@0.7.4
autocfg@1.1.0
base64@0.21.5
bitflags@2.4.1
blake2b_simd@1.0.2
block-buffer@0.10.4
block-modes@0.9.1
block-padding@0.3.3
bumpalo@3.14.0
byteorder@1.5.0
cbc@0.1.2
cc@1.0.83
cfg-if@1.0.0
chacha20@0.9.1
chrono@0.4.31
cipher@0.4.4
clap@4.4.7
clap_builder@4.4.7
clap_derive@4.4.7
clap_lex@0.6.0
colorchoice@1.0.0
constant_time_eq@0.3.0
core-foundation-sys@0.8.4
cpufeatures@0.2.11
crc32fast@1.3.2
crypto-common@0.1.6
digest@0.10.7
errno@0.3.5
flate2@1.0.28
generic-array@0.14.7
getrandom@0.2.10
heck@0.4.1
hex-literal@0.4.1
hmac@0.12.1
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.58
inout@0.1.3
js-sys@0.3.65
keepass@0.6.6
libc@0.2.150
linux-raw-sys@0.4.10
log@0.4.20
miniz_oxide@0.7.1
num-traits@0.2.17
once_cell@1.18.0
proc-macro2@1.0.69
quote@1.0.33
rpassword@7.2.0
rtoolbox@0.0.1
rust-argon2@2.0.0
rustix@0.38.21
salsa20@0.10.2
secstr@0.5.1
serde@1.0.190
serde_derive@1.0.190
sha2@0.10.8
strsim@0.10.0
subtle@2.5.0
syn@2.0.38
termcolor@1.3.0
terminal_size@0.3.0
thiserror-impl@1.0.50
thiserror@1.0.50
twofish@0.7.1
typenum@1.17.0
unicode-ident@1.0.12
utf8parse@0.2.1
uuid@1.5.0
version_check@0.9.4
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.88
wasm-bindgen-macro-support@0.2.88
wasm-bindgen-macro@0.2.88
wasm-bindgen-shared@0.2.88
wasm-bindgen@0.2.88
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.6
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.51.1
windows-sys@0.48.0
windows-targets@0.48.5
windows_aarch64_gnullvm@0.48.5
windows_aarch64_msvc@0.48.5
windows_i686_gnu@0.48.5
windows_i686_msvc@0.48.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_msvc@0.48.5
xml-rs@0.8.19
zeroize@1.6.0
zeroize_derive@1.4.2
"
inherit cargo
COMMIT=a5900079395ccfd88d769c0bc7f7c8960dc5d107
DESCRIPTION="A CLI tool to diff Keepass (.kdbx) files"
HOMEPAGE="https://github.com/Narigo/keepass-diff"
SRC_URI="
https://github.com/Narigo/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 BSD MIT Unicode-DFS-2016 Unlicense"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED="usr/bin/${PN}" # silence warnings
|