new: local-overlay

This commit is contained in:
2025-03-11 23:40:27 -04:00
parent 1c163481ff
commit 33ff75f1da
3 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,162 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.5
EAPI=8
CRATES="
aho-corasick@1.1.3
allocator-api2@0.2.21
android-tzdata@0.1.1
android_system_properties@0.1.5
atty@0.2.14
autocfg@1.1.0
bitflags@1.3.2
bitflags@2.8.0
bumpalo@3.11.0
cassowary@0.3.0
cfg-if@1.0.0
chrono-tz-build@0.2.1
chrono-tz@0.8.6
chrono@0.4.39
clap@3.2.12
clap@4.1.11
clap_complete@3.2.4
clap_derive@3.2.7
clap_derive@4.1.9
clap_lex@0.2.4
clap_lex@0.3.3
clap_mangen@0.1.11
core-foundation-sys@0.8.3
crossterm@0.25.0
crossterm@0.27.0
crossterm_winapi@0.9.1
dirs-sys@0.4.1
dirs@5.0.1
either@1.13.0
equivalent@1.0.2
foldhash@0.1.4
getrandom@0.2.15
hashbrown@0.12.3
hashbrown@0.15.2
heck@0.4.1
hermit-abi@0.1.19
hermit-abi@0.4.0
iana-time-zone@0.1.46
indexmap@1.9.1
indexmap@2.7.1
indoc@2.0.5
is-terminal@0.4.15
itertools@0.12.1
js-sys@0.3.59
libc@0.2.169
libredox@0.1.3
lock_api@0.4.7
log@0.4.17
lru@0.12.5
memchr@2.7.4
mio@0.8.4
num-traits@0.2.15
once_cell@1.13.0
option-ext@0.2.0
os_str_bytes@6.2.0
parking_lot@0.12.1
parking_lot_core@0.9.3
parse-zoneinfo@0.3.0
paste@1.0.15
phf@0.11.1
phf_codegen@0.11.1
phf_generator@0.11.1
phf_shared@0.11.1
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.93
quote@1.0.38
rand@0.8.5
rand_core@0.6.3
ratatui@0.25.0
redox_syscall@0.2.13
redox_users@0.4.6
regex-automata@0.4.9
regex-syntax@0.8.5
regex@1.11.1
roff@0.2.1
rustversion@1.0.19
scopeguard@1.1.0
serde@1.0.147
serde_derive@1.0.147
serde_spanned@0.6.8
signal-hook-mio@0.2.3
signal-hook-registry@1.4.0
signal-hook@0.3.17
siphasher@0.3.10
smallvec@1.9.0
stability@0.1.1
strsim@0.10.0
strum@0.25.0
strum_macros@0.25.3
syn@1.0.98
syn@2.0.98
termcolor@1.1.3
textwrap@0.15.0
thiserror-impl@1.0.39
thiserror@1.0.39
toml@0.7.8
toml_datetime@0.6.8
toml_edit@0.19.15
unicode-ident@1.0.2
unicode-segmentation@1.12.0
unicode-width@0.1.9
version_check@0.9.4
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.82
wasm-bindgen-macro-support@0.2.82
wasm-bindgen-macro@0.2.82
wasm-bindgen-shared@0.2.82
wasm-bindgen@0.2.82
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.5
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-sys@0.36.1
windows-sys@0.48.0
windows-sys@0.59.0
windows-targets@0.48.5
windows-targets@0.52.6
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.6
windows_aarch64_msvc@0.36.1
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.6
windows_i686_gnu@0.36.1
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.6
windows_i686_gnullvm@0.52.6
windows_i686_msvc@0.36.1
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.6
windows_x86_64_gnu@0.36.1
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.6
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.6
windows_x86_64_msvc@0.36.1
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.6
winnow@0.5.40
"
inherit cargo
DESCRIPTION="A clock app in terminal"
HOMEPAGE="https://github.com/race604/clock-tui"
SRC_URI="
${CARGO_CRATE_URIS}
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" MIT MPL-2.0 Unicode-DFS-2016 ZLIB"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -0,0 +1 @@
masters = gentoo

View File

@@ -0,0 +1 @@
local-overlay