Diff unbound-telemetry-0.1.0_pre20210321-r1 with a unbound-telemetry-0.1.0_pre20210920

/usr/portage/app-metrics/unbound-telemetry/unbound-telemetry-0.1.0_pre20210920.ebuild 2023-10-09 14:52:28.780368332 +0300
1
# Copyright 2021 Gentoo Authors
1
# Copyright 2017-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
5

  
6
inherit cargo
4
EAPI=8
7 5

  
8 6
[[ ${PV} == *_pre???????? ]] && \
9
	COMMIT="7f1b6d4e9e4b6a3216a78c23df745bcf8fc84021"
7
	COMMIT="19e53b05828a43b7062b67a9cc6c84836ca26439"
10 8

  
11 9
CRATES="
12
	ansi_term-0.11.0
13
	approx-0.3.2
14
	arc-swap-0.4.4
15
	async-trait-0.1.24
16
	atty-0.2.14
17
	autocfg-1.0.0
18
	bitflags-1.2.1
19
	bytes-0.5.4
20
	c2-chacha-0.2.3
21
	cc-1.0.50
22
	cfg-if-0.1.10
23
	claim-0.4.0
24
	clap-2.33.0
25
	core-foundation-0.6.4
26
	core-foundation-sys-0.6.2
27
	domain-0.5.3
28
	dtoa-0.4.5
29
	fnv-1.0.6
30
	foreign-types-0.3.2
31
	foreign-types-shared-0.1.1
32
	fuchsia-zircon-0.3.3
33
	fuchsia-zircon-sys-0.3.3
34
	futures-channel-0.3.2
35
	futures-core-0.3.2
36
	futures-sink-0.3.2
37
	futures-task-0.3.2
38
	futures-util-0.3.2
39
	getrandom-0.1.14
40
	h2-0.2.1
41
	heck-0.3.1
42
	hermit-abi-0.1.6
43
	http-0.2.0
44
	httparse-1.3.4
45
	http-body-0.3.1
46
	hyper-0.13.2
47
	indexmap-1.3.1
48
	iovec-0.1.4
49
	itoa-0.4.5
50
	kernel32-sys-0.2.2
51
	lazy_static-1.4.0
52
	libc-0.2.66
53
	log-0.4.8
54
	memchr-2.3.0
55
	mio-0.6.21
56
	mio-uds-0.6.7
57
	miow-0.2.1
58
	net2-0.2.33
59
	num-traits-0.2.11
60
	openssl-0.10.27
61
	openssl-probe-0.1.2
62
	openssl-src-111.6.1+1.1.1d
63
	openssl-sys-0.9.54
64
	pin-project-0.4.8
65
	pin-project-internal-0.4.8
66
	pin-project-lite-0.1.4
67
	pin-utils-0.1.0-alpha.4
68
	pkg-config-0.3.17
69
	ppv-lite86-0.2.6
70
	proc-macro2-1.0.8
71
	proc-macro-error-0.4.8
72
	proc-macro-error-attr-0.4.8
73
	quote-1.0.2
74
	rand-0.7.3
75
	rand_chacha-0.2.1
76
	rand_core-0.5.1
77
	rand_hc-0.2.0
78
	redox_syscall-0.1.56
79
	remove_dir_all-0.5.2
80
	rustc-serialize-0.3.24
81
	rustversion-1.0.2
82
	schannel-0.1.17
83
	security-framework-0.3.4
84
	security-framework-sys-0.3.3
85
	signal-hook-registry-1.2.0
86
	simple_logger-1.5.0
87
	slab-0.4.2
88
	strsim-0.8.0
89
	structopt-0.3.9
90
	structopt-derive-0.4.2
91
	syn-1.0.14
92
	syn-mid-0.5.0
93
	tempfile-3.1.0
94
	textwrap-0.11.0
95
	time-0.1.42
96
	tokio-0.2.11
97
	tokio-macros-0.2.4
98
	tokio-tls-0.3.0
99
	tokio-util-0.2.0
100
	tower-service-0.3.0
101
	try-lock-0.2.2
102
	unicode-segmentation-1.6.0
103
	unicode-width-0.1.7
104
	unicode-xid-0.2.0
105
	vcpkg-0.2.8
106
	vec_map-0.8.1
107
	want-0.3.0
108
	wasi-0.9.0+wasi-snapshot-preview1
109
	winapi-0.2.8
110
	winapi-0.3.8
111
	winapi-build-0.1.1
112
	winapi-i686-pc-windows-gnu-0.4.0
113
	winapi-x86_64-pc-windows-gnu-0.4.0
114
	ws2_32-sys-0.2.1
10
ansi_term-0.11.0
11
approx-0.5.0
12
async-trait-0.1.51
13
atty-0.2.14
14
autocfg-1.0.1
15
bitflags-1.3.2
16
bytes-0.5.6
17
bytes-1.1.0
18
cc-1.0.70
19
cfg-if-0.1.10
20
cfg-if-1.0.0
21
claim-0.5.0
22
clap-2.33.3
23
core-foundation-0.6.4
24
core-foundation-sys-0.6.2
25
domain-0.6.1
26
dtoa-0.4.8
27
fnv-1.0.7
28
foreign-types-0.3.2
29
foreign-types-shared-0.1.1
30
fuchsia-zircon-0.3.3
31
fuchsia-zircon-sys-0.3.3
32
futures-channel-0.3.17
33
futures-core-0.3.17
34
futures-sink-0.3.17
35
futures-task-0.3.17
36
futures-util-0.3.17
37
getrandom-0.2.3
38
h2-0.2.7
39
hashbrown-0.11.2
40
heck-0.3.3
41
hermit-abi-0.1.19
42
http-0.2.4
43
http-body-0.3.1
44
httparse-1.5.1
45
httpdate-0.3.2
46
hyper-0.13.10
47
indexmap-1.7.0
48
iovec-0.1.4
49
itoa-0.4.8
50
kernel32-sys-0.2.2
51
lazy_static-1.4.0
52
libc-0.2.102
53
log-0.4.14
54
memchr-2.4.1
55
mio-0.6.23
56
mio-uds-0.6.8
57
miow-0.2.2
58
net2-0.2.37
59
num-traits-0.2.14
60
once_cell-1.8.0
61
openssl-0.10.36
62
openssl-probe-0.1.4
63
openssl-sys-0.9.66
64
openssl-src-111.16.0+1.1.1l
65
pin-project-1.0.8
66
pin-project-internal-1.0.8
67
pin-project-lite-0.1.12
68
pin-project-lite-0.2.7
69
pin-utils-0.1.0
70
pkg-config-0.3.19
71
ppv-lite86-0.2.10
72
proc-macro-error-1.0.4
73
proc-macro-error-attr-1.0.4
74
proc-macro2-1.0.29
75
quote-1.0.9
76
rand-0.8.4
77
rand_chacha-0.3.1
78
rand_core-0.6.3
79
rand_hc-0.3.1
80
redox_syscall-0.2.10
81
remove_dir_all-0.5.3
82
schannel-0.1.19
83
security-framework-0.3.4
84
security-framework-sys-0.3.3
85
signal-hook-registry-1.4.0
86
simple_logger-1.13.0
87
slab-0.4.4
88
socket2-0.3.19
89
strsim-0.8.0
90
structopt-0.3.23
91
structopt-derive-0.4.16
92
syn-1.0.76
93
tempfile-3.2.0
94
textwrap-0.11.0
95
tokio-0.2.25
96
tokio-macros-0.2.6
97
tokio-tls-0.3.1
98
tokio-util-0.3.1
99
tower-service-0.3.1
100
tracing-0.1.28
101
tracing-core-0.1.20
102
tracing-futures-0.2.5
103
try-lock-0.2.3
104
unicode-segmentation-1.8.0
105
unicode-width-0.1.9
106
unicode-xid-0.2.2
107
vcpkg-0.2.15
108
vec_map-0.8.2
109
version_check-0.9.3
110
want-0.3.0
111
wasi-0.10.2+wasi-snapshot-preview1
112
winapi-0.2.8
113
winapi-0.3.9
114
winapi-build-0.1.1
115
winapi-i686-pc-windows-gnu-0.4.0
116
winapi-x86_64-pc-windows-gnu-0.4.0
117
ws2_32-sys-0.2.1
115 118
"
116 119

  
120
inherit cargo
121

  
117 122
RUST_NATIVE_TLS_COMMIT="255dd5493b446755a9e40be3a4638afedfe67b03"
118 123
DESCRIPTION="Prometheus exporter for Unbound DNS resolver"
119 124
HOMEPAGE="https://github.com/svartalf/unbound-telemetry"
Thank you!