blob: 9d784c08b42d7a50b56f8d8cda02fdf212826b87 (
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
|
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.88"
CRATES="
anstream@0.6.21
anstyle-parse@0.2.7
anstyle-query@1.1.5
anstyle-wincon@3.0.11
anstyle@1.0.13
anyhow@1.0.102
async-broadcast@0.7.2
async-channel@2.5.0
async-executor@1.14.0
async-io@2.6.0
async-lock@3.4.2
async-process@2.5.0
async-recursion@1.1.1
async-signal@0.2.13
async-task@4.7.1
async-trait@0.1.89
atomic-waker@1.1.2
autocfg@1.5.0
bitflags@2.11.0
block2@0.6.2
blocking@1.6.2
bumpalo@3.20.2
bytes@1.11.1
cfg-if@1.0.4
cfg_aliases@0.2.1
clap@4.5.60
clap_builder@4.5.60
clap_derive@4.5.55
clap_lex@1.0.0
colorchoice@1.0.4
colored@3.1.1
concurrent-queue@2.5.0
crossbeam-utils@0.8.21
ctrlc@3.5.2
dispatch2@0.3.1
endi@1.1.1
enumflags2@0.7.12
enumflags2_derive@0.7.12
equivalent@1.0.2
errno@0.3.14
event-listener-strategy@0.5.4
event-listener@5.4.1
fastrand@2.3.0
foldhash@0.1.5
futures-core@0.3.32
futures-io@0.3.32
futures-lite@2.6.1
futures-sink@0.3.32
getrandom@0.4.2
hashbrown@0.15.5
hashbrown@0.16.1
heck@0.5.0
hermit-abi@0.5.2
hex@0.4.3
id-arena@2.3.0
indexmap@2.13.0
is_terminal_polyfill@1.70.2
itoa@1.0.17
js-sys@0.3.91
leb128fmt@0.1.0
libc@0.2.182
linux-raw-sys@0.12.1
log@0.4.29
memchr@2.8.0
memoffset@0.9.1
mio@1.1.1
nix@0.31.2
ntapi@0.4.3
objc2-core-foundation@0.3.1
objc2-encode@4.1.0
objc2-io-kit@0.3.1
objc2@0.6.4
once_cell@1.21.3
once_cell_polyfill@1.70.2
ordered-stream@0.2.0
parking@2.2.1
pin-project-lite@0.2.17
piper@0.2.5
polling@3.11.0
prettyplease@0.2.37
proc-macro-crate@3.5.0
proc-macro2@1.0.106
quote@1.0.45
r-efi@6.0.0
rustix@1.1.4
rustversion@1.0.22
semver@1.0.27
serde@1.0.228
serde_core@1.0.228
serde_derive@1.0.228
serde_json@1.0.149
serde_repr@0.1.20
serde_spanned@1.0.4
signal-hook-registry@1.4.8
slab@0.4.12
socket2@0.6.3
static_assertions@1.1.0
strsim@0.11.1
syn@2.0.117
sysinfo@0.38.3
tempfile@3.26.0
terminal_size@0.4.3
tokio-macros@2.6.1
tokio-util@0.7.18
tokio@1.50.0
toml@1.0.6+spec-1.1.0
toml_datetime@1.0.0+spec-1.1.0
toml_edit@0.25.4+spec-1.1.0
toml_parser@1.0.9+spec-1.1.0
toml_writer@1.0.6+spec-1.1.0
tracing-attributes@0.1.31
tracing-core@0.1.36
tracing@0.1.44
uds_windows@1.2.0
unicase@2.9.0
unicode-ident@1.0.24
unicode-width@0.2.2
unicode-xid@0.2.6
utf8parse@0.2.2
uuid@1.22.0
wasi@0.11.1+wasi-snapshot-preview1
wasip2@1.0.2+wasi-0.2.9
wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06
wasm-bindgen-macro-support@0.2.114
wasm-bindgen-macro@0.2.114
wasm-bindgen-shared@0.2.114
wasm-bindgen@0.2.114
wasm-encoder@0.244.0
wasm-metadata@0.244.0
wasmparser@0.244.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-collections@0.3.2
windows-core@0.62.2
windows-future@0.3.2
windows-implement@0.60.2
windows-interface@0.59.3
windows-link@0.2.1
windows-numerics@0.3.1
windows-result@0.4.1
windows-strings@0.5.1
windows-sys@0.60.2
windows-sys@0.61.2
windows-targets@0.53.5
windows-threading@0.2.1
windows@0.62.2
windows_aarch64_gnullvm@0.53.1
windows_aarch64_msvc@0.53.1
windows_i686_gnu@0.53.1
windows_i686_gnullvm@0.53.1
windows_i686_msvc@0.53.1
windows_x86_64_gnu@0.53.1
windows_x86_64_gnullvm@0.53.1
windows_x86_64_msvc@0.53.1
winnow@0.7.15
wit-bindgen-core@0.51.0
wit-bindgen-rust-macro@0.51.0
wit-bindgen-rust@0.51.0
wit-bindgen@0.51.0
wit-component@0.244.0
wit-parser@0.244.0
zbus@5.14.0
zbus_macros@5.14.0
zbus_names@4.3.1
zbus_polkit@5.0.0
zmij@1.0.21
zvariant@5.10.0
zvariant_derive@5.10.0
zvariant_utils@3.3.0
"
inherit cargo systemd
DESCRIPTION="DBUS on-demand loader of sched-ext schedulers"
HOMEPAGE="https://github.com/sched-ext/scx-loader"
SRC_URI="
https://github.com/sched-ext/scx-loader/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
LICENSE="GPL-2"
# Dependent crate licenses
LICENSE+=" MIT MPL-2.0 Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="~sys-kernel/scx-${PV}"
QA_PREBUILT="
usr/bin/scx_loader
usr/bin/scxctl
"
src_install() {
einstalldocs
newdoc crates/scx_loader/README.md scx_loader.md
newdoc crates/scxctl/README.md scxctl.md
cargo_src_install --path crates/scx_loader
cargo_src_install --path crates/scxctl
newinitd "${FILESDIR}"/scx_loader.initd scx_loader
systemd_dounit services/scx_loader.service
insinto /usr/share/dbus-1/system/
doins services/org.scx.Loader.service
insinto /usr/share/dbus-1/system.d/
doins configs/org.scx.Loader.conf
insinto /usr/share/dbus-1/interfaces/
doins configs/org.scx.Loader.xml
insinto /usr/share/polkit-1/actions/
doins configs/org.scx.Loader.policy
insinto /etc/scx_loader/
newins configs/scx_loader.toml config.toml
}
|