Diff greetd-0.8.0 with a greetd-0.9.0

/usr/portage/gui-libs/greetd/greetd-0.9.0.ebuild 2023-10-09 14:52:31.176368393 +0300
1
# Copyright 2017-2022 Gentoo Authors
1
# Copyright 2017-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
# Auto-Generated by cargo-ebuild 0.4.0
5

  
6 4
EAPI=8
7 5

  
8 6
CRATES="
9
	arc-swap-0.4.6
10
	async-trait-0.1.31
11
	autocfg-1.0.1
12
	bitflags-1.2.1
13
	bytes-1.0.1
14
	cc-1.0.53
15
	cfg-if-0.1.10
16
	cfg-if-1.0.0
17
	enquote-1.0.3
18
	getopts-0.2.21
19
	itoa-0.4.5
20
	libc-0.2.82
21
	log-0.4.8
22
	memchr-2.3.3
23
	mio-0.7.7
24
	miow-0.3.6
25
	nix-0.19.1
26
	ntapi-0.3.4
27
	once_cell-1.5.2
28
	pam-sys-0.5.6
29
	pin-project-lite-0.2.4
30
	proc-macro2-1.0.12
31
	quote-1.0.5
32
	rpassword-5.0.0
33
	ryu-1.0.4
34
	serde-1.0.110
35
	serde_derive-1.0.110
36
	serde_json-1.0.53
37
	signal-hook-registry-1.2.0
38
	socket2-0.3.19
39
	syn-1.0.21
40
	thiserror-1.0.17
41
	thiserror-impl-1.0.17
42
	tokio-1.0.2
43
	tokio-macros-1.0.0
44
	unicode-width-0.1.7
45
	unicode-xid-0.2.0
46
	users-0.11.0
47
	winapi-0.3.8
48
	winapi-i686-pc-windows-gnu-0.4.0
49
	winapi-x86_64-pc-windows-gnu-0.4.0
7
	async-trait@0.1.60
8
	autocfg@1.1.0
9
	bitflags@1.3.2
10
	bytes@1.3.0
11
	cfg-if@1.0.0
12
	enquote@1.1.0
13
	getopts@0.2.21
14
	itoa@1.0.5
15
	libc@0.2.139
16
	log@0.4.17
17
	memchr@2.5.0
18
	memoffset@0.7.1
19
	mio@0.8.5
20
	nix@0.26.1
21
	pam-sys@0.5.6
22
	pin-project-lite@0.2.9
23
	pin-utils@0.1.0
24
	proc-macro2@1.0.49
25
	quote@1.0.23
26
	rpassword@5.0.1
27
	ryu@1.0.12
28
	serde@1.0.152
29
	serde_derive@1.0.152
30
	serde_json@1.0.91
31
	signal-hook-registry@1.4.0
32
	socket2@0.4.7
33
	static_assertions@1.1.0
34
	syn@1.0.107
35
	thiserror-impl@1.0.38
36
	thiserror@1.0.38
37
	tokio-macros@1.8.2
38
	tokio@1.24.0
39
	unicode-ident@1.0.6
40
	unicode-width@0.1.10
41
	users@0.11.0
42
	wasi@0.11.0+wasi-snapshot-preview1
43
	winapi-i686-pc-windows-gnu@0.4.0
44
	winapi-x86_64-pc-windows-gnu@0.4.0
45
	winapi@0.3.9
46
	windows-sys@0.42.0
47
	windows_aarch64_gnullvm@0.42.0
48
	windows_aarch64_msvc@0.42.0
49
	windows_i686_gnu@0.42.0
50
	windows_i686_msvc@0.42.0
51
	windows_x86_64_gnu@0.42.0
52
	windows_x86_64_gnullvm@0.42.0
53
	windows_x86_64_msvc@0.42.0
50 54
"
51 55

  
52 56
inherit cargo optfeature systemd
......
58 62
	$(cargo_crate_uris ${CRATES})
59 63
"
60 64

  
61
LICENSE="Apache-2.0 BSD Boost-1.0 GPL-3 MIT Unlicense"
65
LICENSE="GPL-3+"
66
# Dependent crate licenses
67
LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016 Unlicense"
62 68
SLOT="0"
63 69
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
64 70
IUSE="man"
Thank you!