91 lines
1.8 KiB
Bash
91 lines
1.8 KiB
Bash
# Copyright 2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Autogenerated by pycargoebuild 0.15.0
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
anstyle@1.0.13
|
|
anyhow@1.0.102
|
|
assert_cmd@2.2.0
|
|
bitflags@2.11.0
|
|
bstr@1.12.1
|
|
cfg-if@1.0.4
|
|
console@0.15.11
|
|
difflib@0.4.0
|
|
encode_unicode@1.0.0
|
|
equivalent@1.0.2
|
|
foldhash@0.1.5
|
|
getrandom@0.4.2
|
|
hashbrown@0.15.5
|
|
hashbrown@0.16.1
|
|
heck@0.5.0
|
|
id-arena@2.3.0
|
|
indexmap@2.13.0
|
|
itoa@1.0.17
|
|
leb128fmt@0.1.0
|
|
libc@0.2.183
|
|
log@0.4.29
|
|
memchr@2.8.0
|
|
once_cell@1.21.3
|
|
predicates-core@1.0.10
|
|
predicates-tree@1.0.13
|
|
predicates@3.1.4
|
|
prettyplease@0.2.37
|
|
proc-macro2@1.0.106
|
|
quote@1.0.45
|
|
r-efi@6.0.0
|
|
regex-automata@0.4.14
|
|
semver@1.0.27
|
|
serde@1.0.228
|
|
serde_core@1.0.228
|
|
serde_derive@1.0.228
|
|
serde_json@1.0.149
|
|
similar-asserts@1.7.0
|
|
similar@2.7.0
|
|
syn@2.0.117
|
|
termtree@0.5.1
|
|
unicode-ident@1.0.24
|
|
unicode-segmentation@1.12.0
|
|
unicode-xid@0.2.6
|
|
wait-timeout@0.2.1
|
|
wasip2@1.0.2+wasi-0.2.9
|
|
wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06
|
|
wasm-encoder@0.244.0
|
|
wasm-metadata@0.244.0
|
|
wasmparser@0.244.0
|
|
windows-sys@0.59.0
|
|
windows-targets@0.52.6
|
|
windows_aarch64_gnullvm@0.52.6
|
|
windows_aarch64_msvc@0.52.6
|
|
windows_i686_gnu@0.52.6
|
|
windows_i686_gnullvm@0.52.6
|
|
windows_i686_msvc@0.52.6
|
|
windows_x86_64_gnu@0.52.6
|
|
windows_x86_64_gnullvm@0.52.6
|
|
windows_x86_64_msvc@0.52.6
|
|
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
|
|
zmij@1.0.21
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="Making cron job outputs clearer and easier to debug."
|
|
HOMEPAGE="https://github.com/migmedia/cronclearer"
|
|
SRC_URI="
|
|
${CARGO_CRATE_URIS}
|
|
https://github.com/migmedia/cronclearer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
"
|
|
|
|
LICENSE="GPL-3+"
|
|
# Dependent crate licenses
|
|
LICENSE+=" Apache-2.0 MIT Unicode-3.0 ZLIB"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|