61 lines
1.2 KiB
Bash
61 lines
1.2 KiB
Bash
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Autogenerated by pycargoebuild 0.13.5
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
bitflags@2.9.0
|
|
bstr@1.11.3
|
|
cfg-if@1.0.0
|
|
console@0.15.11
|
|
encode_unicode@1.0.0
|
|
errno@0.3.10
|
|
fastrand@2.3.0
|
|
getrandom@0.3.1
|
|
libc@0.2.170
|
|
linux-raw-sys@0.4.15
|
|
memchr@2.7.4
|
|
once_cell@1.20.3
|
|
proc-macro2@1.0.93
|
|
quote@1.0.38
|
|
regex-automata@0.4.9
|
|
rustix@0.38.44
|
|
serde@1.0.218
|
|
serde_derive@1.0.218
|
|
similar-asserts@1.7.0
|
|
similar@2.7.0
|
|
syn@2.0.98
|
|
tempfile@3.17.1
|
|
unicode-ident@1.0.17
|
|
unicode-segmentation@1.12.0
|
|
wasi@0.13.3+wasi-0.2.2
|
|
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-rt@0.33.0
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="Making cron job outputs clearer and easier to debug."
|
|
HOMEPAGE=""
|
|
SRC_URI="
|
|
${CARGO_CRATE_URIS}
|
|
https://github.com/migmedia/cronclearer/archive/refs/tags/v${PV}.tar.gz
|
|
"
|
|
|
|
LICENSE="GPL-3+"
|
|
# Dependent crate licenses
|
|
LICENSE+=" Apache-2.0 MIT Unicode-3.0"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|