Diff eza-0.11.0 with a eza-0.11.1-r1
/usr/portage/sys-apps/eza/eza-0.11.1-r1.ebuild 2023-10-09 14:52:35.368368498 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
CRATES=" |
7 |
ansi_term@0.12.1 |
|
7 |
android-tzdata@0.1.1 |
|
8 |
android_system_properties@0.1.5 |
|
9 |
ansiterm@0.12.2 |
|
8 | 10 |
autocfg@1.1.0 |
9 | 11 |
bitflags@1.3.2 |
10 | 12 |
bitflags@2.4.0 |
13 |
bumpalo@3.13.0 |
|
11 | 14 |
byteorder@1.4.3 |
12 | 15 |
cc@1.0.79 |
16 |
cfg-if@1.0.0 |
|
17 |
chrono@0.4.27 |
|
18 |
core-foundation-sys@0.8.4 |
|
13 | 19 |
datetime@0.5.2 |
14 |
errno@0.3.3 |
|
15 | 20 |
errno-dragonfly@0.1.2 |
21 |
errno@0.3.3 |
|
16 | 22 |
form_urlencoded@1.0.1 |
23 |
gethostname@0.4.3 |
|
17 | 24 |
git2@0.18.0 |
18 | 25 |
glob@0.3.1 |
19 | 26 |
hermit-abi@0.3.2 |
27 |
iana-time-zone-haiku@0.1.2 |
|
28 |
iana-time-zone@0.1.57 |
|
20 | 29 |
idna@0.2.3 |
21 | 30 |
io-lifetimes@1.0.11 |
22 | 31 |
jobserver@0.1.22 |
32 |
js-sys@0.3.64 |
|
23 | 33 |
lazy_static@1.4.0 |
24 | 34 |
libc@0.2.147 |
25 | 35 |
libgit2-sys@0.16.1+1.7.1 |
... | ... | |
29 | 39 |
log@0.4.20 |
30 | 40 |
matches@0.1.8 |
31 | 41 |
natord@1.0.9 |
42 |
num-traits@0.2.14 |
|
32 | 43 |
num_cpus@1.16.0 |
33 | 44 |
number_prefix@0.4.0 |
45 |
once_cell@1.18.0 |
|
34 | 46 |
openssl-src@111.26.0+1.1.1u |
35 | 47 |
openssl-sys@0.9.61 |
36 |
pad@0.1.6 |
|
48 |
partition-identity@0.3.0 |
|
37 | 49 |
percent-encoding@2.1.0 |
38 | 50 |
phf@0.11.2 |
39 | 51 |
phf_generator@0.11.2 |
... | ... | |
41 | 53 |
phf_shared@0.11.2 |
42 | 54 |
pkg-config@0.3.19 |
43 | 55 |
proc-macro2@1.0.66 |
56 |
proc-mounts@0.3.0 |
|
44 | 57 |
quote@1.0.33 |
45 | 58 |
rand@0.8.5 |
46 | 59 |
rand_core@0.6.4 |
... | ... | |
51 | 64 |
syn@2.0.29 |
52 | 65 |
term_grid@0.1.7 |
53 | 66 |
terminal_size@0.2.6 |
67 |
thiserror-impl@1.0.48 |
|
68 |
thiserror@1.0.48 |
|
69 |
time@0.1.44 |
|
54 | 70 |
timeago@0.4.1 |
55 | 71 |
tinyvec@1.2.0 |
56 | 72 |
tinyvec_macros@0.1.0 |
... | ... | |
59 | 75 |
unicode-normalization@0.1.17 |
60 | 76 |
unicode-width@0.1.10 |
61 | 77 |
url@2.2.1 |
78 |
urlencoding@2.1.3 |
|
62 | 79 |
uzers@0.11.2 |
63 | 80 |
vcpkg@0.2.12 |
64 |
winapi@0.3.9 |
|
81 |
wasi@0.10.0+wasi-snapshot-preview1 |
|
82 |
wasm-bindgen-backend@0.2.87 |
|
83 |
wasm-bindgen-macro-support@0.2.87 |
|
84 |
wasm-bindgen-macro@0.2.87 |
|
85 |
wasm-bindgen-shared@0.2.87 |
|
86 |
wasm-bindgen@0.2.87 |
|
65 | 87 |
winapi-i686-pc-windows-gnu@0.4.0 |
66 | 88 |
winapi-x86_64-pc-windows-gnu@0.4.0 |
89 |
winapi@0.3.9 |
|
67 | 90 |
windows-sys@0.48.0 |
68 | 91 |
windows-targets@0.48.5 |
92 |
windows@0.48.0 |
|
69 | 93 |
windows_aarch64_gnullvm@0.48.5 |
70 | 94 |
windows_aarch64_msvc@0.48.5 |
71 | 95 |
windows_i686_gnu@0.48.5 |
... | ... | |
86 | 110 | |
87 | 111 |
LICENSE="MIT" |
88 | 112 |
# Dependent crate licenses |
89 |
LICENSE+=" MIT Unicode-DFS-2016" |
|
113 |
LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016" |
|
90 | 114 |
SLOT="0" |
91 | 115 |
KEYWORDS="~amd64 ~arm64" |
92 | 116 |
IUSE="+git man" |
... | ... | |
94 | 118 |
DEPEND="git? ( dev-libs/libgit2:= )" |
95 | 119 |
RDEPEND="${DEPEND}" |
96 | 120 |
BDEPEND=" |
97 |
>=virtual/rust-1.70.0 |
|
121 |
>=virtual/rust-1.65.0 |
|
98 | 122 |
man? ( virtual/pandoc ) |
99 | 123 |
" |
100 | 124 |