Сравнение virtiofsd-1.5.1-r2 с virtiofsd-1.6.1-r1

/usr/portage/app-emulation/virtiofsd/virtiofsd-1.6.1-r1.ebuild 2023-10-09 14:52:28.736368331 +0300
4 4
EAPI=8
5 5

  
6 6
CRATES="
7
	aho-corasick-0.7.18
8
	ansi_term-0.12.1
9
	arc-swap-1.5.0
10
	atty-0.2.14
11
	autocfg-1.1.0
12
	bitflags-1.3.2
13
	capng-0.2.2
14
	cc-1.0.78
15
	cfg-if-1.0.0
16
	clap-2.34.0
17
	env_logger-0.10.0
18
	errno-0.2.8
19
	errno-dragonfly-0.1.2
20
	error-chain-0.12.4
21
	futures-0.3.21
22
	futures-channel-0.3.21
23
	futures-core-0.3.21
24
	futures-executor-0.3.21
25
	futures-io-0.3.21
26
	futures-macro-0.3.21
27
	futures-sink-0.3.21
28
	futures-task-0.3.21
29
	futures-util-0.3.21
30
	heck-0.3.3
31
	hermit-abi-0.1.19
32
	hermit-abi-0.2.6
33
	hostname-0.3.1
34
	humantime-2.1.0
35
	io-lifetimes-1.0.4
36
	is-terminal-0.4.2
37
	itoa-1.0.2
38
	lazy_static-1.4.0
39
	libc-0.2.139
40
	libseccomp-sys-0.2.1
41
	linux-raw-sys-0.1.4
42
	log-0.4.17
43
	match_cfg-0.1.0
44
	memchr-2.5.0
45
	num_cpus-1.13.1
46
	num_threads-0.1.6
47
	pin-project-lite-0.2.9
48
	pin-utils-0.1.0
49
	proc-macro-error-1.0.4
50
	proc-macro-error-attr-1.0.4
51
	proc-macro2-1.0.40
52
	quote-1.0.20
53
	regex-1.6.0
54
	regex-syntax-0.6.27
55
	rustix-0.36.7
56
	slab-0.4.7
57
	strsim-0.8.0
58
	structopt-0.3.26
59
	structopt-derive-0.4.18
60
	syn-1.0.98
61
	syslog-6.0.1
62
	termcolor-1.1.3
63
	textwrap-0.11.0
64
	time-0.3.11
65
	unicode-ident-1.0.2
66
	unicode-segmentation-1.9.0
67
	unicode-width-0.1.9
68
	vec_map-0.8.2
69
	version_check-0.9.4
70
	vhost-0.6.0
71
	vhost-user-backend-0.8.0
72
	virtio-bindings-0.1.0
73
	virtio-queue-0.7.0
74
	vm-memory-0.10.0
75
	vmm-sys-util-0.11.1
76
	winapi-0.3.9
77
	winapi-i686-pc-windows-gnu-0.4.0
78
	winapi-util-0.1.5
79
	winapi-x86_64-pc-windows-gnu-0.4.0
80
	windows-sys-0.42.0
81
	windows_aarch64_gnullvm-0.42.1
82
	windows_aarch64_msvc-0.42.1
83
	windows_i686_gnu-0.42.1
84
	windows_i686_msvc-0.42.1
85
	windows_x86_64_gnu-0.42.1
86
	windows_x86_64_gnullvm-0.42.1
87
	windows_x86_64_msvc-0.42.1
7
	aho-corasick@0.7.18
8
	ansi_term@0.12.1
9
	arc-swap@1.5.0
10
	atty@0.2.14
11
	autocfg@1.1.0
12
	bitflags@1.3.2
13
	capng@0.2.2
14
	cc@1.0.78
15
	cfg-if@1.0.0
16
	clap@2.34.0
17
	env_logger@0.10.0
18
	errno-dragonfly@0.1.2
19
	errno@0.2.8
20
	error-chain@0.12.4
21
	futures-channel@0.3.21
22
	futures-core@0.3.21
23
	futures-executor@0.3.21
24
	futures-io@0.3.21
25
	futures-macro@0.3.21
26
	futures-sink@0.3.21
27
	futures-task@0.3.21
28
	futures-util@0.3.21
29
	futures@0.3.21
30
	heck@0.3.3
31
	hermit-abi@0.1.19
32
	hermit-abi@0.2.6
33
	hostname@0.3.1
34
	humantime@2.1.0
35
	io-lifetimes@1.0.4
36
	is-terminal@0.4.2
37
	itoa@1.0.2
38
	lazy_static@1.4.0
39
	libc@0.2.139
40
	libseccomp-sys@0.2.1
41
	linux-raw-sys@0.1.4
42
	log@0.4.17
43
	match_cfg@0.1.0
44
	memchr@2.5.0
45
	num_cpus@1.13.1
46
	num_threads@0.1.6
47
	pin-project-lite@0.2.9
48
	pin-utils@0.1.0
49
	proc-macro-error-attr@1.0.4
50
	proc-macro-error@1.0.4
51
	proc-macro2@1.0.40
52
	quote@1.0.20
53
	regex-syntax@0.6.27
54
	regex@1.6.0
55
	rustix@0.36.7
56
	slab@0.4.7
57
	strsim@0.8.0
58
	structopt-derive@0.4.18
59
	structopt@0.3.26
60
	syn@1.0.98
61
	syslog@6.0.1
62
	termcolor@1.1.3
63
	textwrap@0.11.0
64
	time@0.3.11
65
	unicode-ident@1.0.2
66
	unicode-segmentation@1.9.0
67
	unicode-width@0.1.9
68
	vec_map@0.8.2
69
	version_check@0.9.4
70
	vhost-user-backend@0.8.0
71
	vhost@0.6.0
72
	virtio-bindings@0.1.0
73
	virtio-queue@0.7.0
74
	vm-memory@0.10.0
75
	vmm-sys-util@0.11.1
76
	winapi-i686-pc-windows-gnu@0.4.0
77
	winapi-util@0.1.5
78
	winapi-x86_64-pc-windows-gnu@0.4.0
79
	winapi@0.3.9
80
	windows-sys@0.42.0
81
	windows_aarch64_gnullvm@0.42.1
82
	windows_aarch64_msvc@0.42.1
83
	windows_i686_gnu@0.42.1
84
	windows_i686_msvc@0.42.1
85
	windows_x86_64_gnu@0.42.1
86
	windows_x86_64_gnullvm@0.42.1
87
	windows_x86_64_msvc@0.42.1
88 88
"
89 89

  
90 90
inherit cargo
......
92 92
DESCRIPTION="Shared file system for virtual machines"
93 93
HOMEPAGE="https://virtio-fs.gitlab.io/"
94 94

  
95
if [[ ${PV} = *9999* ]]; then
95
if [[ ${PV} == *9999* ]]; then
96 96
	inherit git-r3
97 97
	EGIT_REPO_URI="https://gitlab.com/virtio-fs/virtiofsd.git"
98 98
	EGIT_BRANCH="main"
99 99
else
100
	SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.gz
101
			$(cargo_crate_uris ${CRATES})"
100
	SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2"
101
	SRC_URI+=" ${CARGO_CRATE_URIS}"
102 102
	KEYWORDS="~amd64"
103 103
	S="${WORKDIR}/${PN}-v${PV}"
104 104
fi
105 105

  
106
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 Unlicense"
106
LICENSE="Apache-2.0 BSD"
107
# Dependent crate licenses
108
LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016"
107 109
SLOT="0"
108 110

  
109 111
DEPEND="
Спасибо!