cleanup older packages

This commit is contained in:
Jared Allard 2024-05-31 20:43:21 -07:00
parent 9cd5ae03ed
commit 75eabe53ab
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U
19 changed files with 0 additions and 4275 deletions

View file

@ -1,77 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
EAPI=8
inherit desktop xdg
DESCRIPTION="Password Manager"
HOMEPAGE="https://1password.com"
SRC_URI="
amd64? ( https://downloads.1password.com/linux/tar/stable/x86_64/${PN}-${PV}.x64.tar.gz -> ${P}-amd64.tar.gz )
arm64? ( https://downloads.1password.com/linux/tar/stable/aarch64/${PN}-${PV}.arm64.tar.gz -> ${P}-arm64.tar.gz )"
LICENSE="all-rights-reserved"
KEYWORDS="amd64 arm64"
IUSE="policykit cli"
DEPEND="
x11-misc/xdg-utils
acct-group/onepassword
policykit? ( sys-auth/polkit )
cli? ( app-admin/op-cli-bin )
"
RDEPEND="${DEPEND}"
SLOT="0"
RESTRICT="bindist mirror strip"
QA_PREBUILT="usr/bin/${MY_PN}"
S="${WORKDIR}"
src_prepare() {
default
xdg_environment_reset
}
src_install() {
mkdir -p "${D}/opt/1Password/"
cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
# Fill in policy kit file with a list of (the first 10) human users of
# the system.
mkdir -p "${D}/usr/share/polkit-1/actions/"
export POLICY_OWNERS
POLICY_OWNERS="$(cut -d: -f1,3 /etc/passwd | grep -E ':[0-9]{4}$' | cut -d: -f1 | head -n 10 | sed 's/^/unix-user:/' | tr '\n' ' ')"
eval "cat <<EOF
$(cat "${D}/opt/1Password/com.1password.1Password.policy.tpl")
EOF" >"${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
dosym /opt/1Password/1password /usr/bin/1password
dosym /opt/1Password/op-ssh-sign /usr/bin/op-ssh-sign
make_desktop_entry "${PN}" "1Password" "${PN}" "Office;Utility;"
newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
}
pkg_postinst() {
# chrome-sandbox requires the setuid bit to be specifically set.
# See https://github.com/electron/electron/issues/17972
chmod 4755 /opt/1Password/chrome-sandbox
# This gives no extra permissions to the binary. It only hardens it against environmental tampering.
chgrp onepassword /opt/1Password/1Password-BrowserSupport
chmod g+s /opt/1Password/1Password-BrowserSupport
xdg_pkg_postinst
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
}

View file

@ -1,77 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
EAPI=8
inherit desktop xdg
DESCRIPTION="Password Manager"
HOMEPAGE="https://1password.com"
SRC_URI="
amd64? ( https://downloads.1password.com/linux/tar/stable/x86_64/${PN}-${PV}.x64.tar.gz -> ${P}-amd64.tar.gz )
arm64? ( https://downloads.1password.com/linux/tar/stable/aarch64/${PN}-${PV}.arm64.tar.gz -> ${P}-arm64.tar.gz )"
LICENSE="all-rights-reserved"
KEYWORDS="amd64 arm64"
IUSE="policykit cli"
DEPEND="
x11-misc/xdg-utils
acct-group/onepassword
policykit? ( sys-auth/polkit )
cli? ( app-admin/op-cli-bin )
"
RDEPEND="${DEPEND}"
SLOT="0"
RESTRICT="bindist mirror strip"
QA_PREBUILT="usr/bin/${MY_PN}"
S="${WORKDIR}"
src_prepare() {
default
xdg_environment_reset
}
src_install() {
mkdir -p "${D}/opt/1Password/"
cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
# Fill in policy kit file with a list of (the first 10) human users of
# the system.
mkdir -p "${D}/usr/share/polkit-1/actions/"
export POLICY_OWNERS
POLICY_OWNERS="$(cut -d: -f1,3 /etc/passwd | grep -E ':[0-9]{4}$' | cut -d: -f1 | head -n 10 | sed 's/^/unix-user:/' | tr '\n' ' ')"
eval "cat <<EOF
$(cat "${D}/opt/1Password/com.1password.1Password.policy.tpl")
EOF" >"${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
dosym /opt/1Password/1password /usr/bin/1password
dosym /opt/1Password/op-ssh-sign /usr/bin/op-ssh-sign
make_desktop_entry "${PN}" "1Password" "${PN}" "Office;Utility;"
newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
}
pkg_postinst() {
# chrome-sandbox requires the setuid bit to be specifically set.
# See https://github.com/electron/electron/issues/17972
chmod 4755 /opt/1Password/chrome-sandbox
# This gives no extra permissions to the binary. It only hardens it against environmental tampering.
chgrp onepassword /opt/1Password/1Password-BrowserSupport
chmod g+s /opt/1Password/1Password-BrowserSupport
xdg_pkg_postinst
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
}

View file

@ -1,40 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
EAPI=8
inherit unpacker
MY_PN="${PN%-bin}"
DESCRIPTION="Manage your dotfiles across multiple machines, securely."
HOMEPAGE="https://github.com/twpayne/chezmoi"
SRC_URI="
amd64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_amd64.deb )
arm? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_armel.deb )
arm64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_arm64.deb )
ppc64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_ppc64.deb )
x86? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_i386.deb )"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 ppc64 x86"
RDEPEND="dev-vcs/git"
SLOT="0"
RESTRICT="mirror"
QA_PREBUILT="usr/bin/${MY_PN}"
S="${WORKDIR}"
src_unpack() {
unpack_deb "${A}"
}
src_install() {
insinto /
doins -r ./*
fperms +x "/usr/bin/${MY_PN}"
}

View file

@ -1,40 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
EAPI=8
inherit unpacker
MY_PN="${PN%-bin}"
DESCRIPTION="Manage your dotfiles across multiple machines, securely."
HOMEPAGE="https://github.com/twpayne/chezmoi"
SRC_URI="
amd64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_amd64.deb )
arm? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_armel.deb )
arm64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_arm64.deb )
ppc64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_ppc64.deb )
x86? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_i386.deb )"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 ppc64 x86"
RDEPEND="dev-vcs/git"
SLOT="0"
RESTRICT="mirror"
QA_PREBUILT="usr/bin/${MY_PN}"
S="${WORKDIR}"
src_unpack() {
unpack_deb "${A}"
}
src_install() {
insinto /
doins -r ./*
fperms +x "/usr/bin/${MY_PN}"
}

View file

@ -1,40 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
EAPI=8
inherit unpacker
MY_PN="${PN%-bin}"
DESCRIPTION="Manage your dotfiles across multiple machines, securely."
HOMEPAGE="https://github.com/twpayne/chezmoi"
SRC_URI="
amd64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_amd64.deb )
arm? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_armel.deb )
arm64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_arm64.deb )
ppc64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_ppc64.deb )
x86? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_i386.deb )"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 ppc64 x86"
RDEPEND="dev-vcs/git"
SLOT="0"
RESTRICT="mirror"
QA_PREBUILT="usr/bin/${MY_PN}"
S="${WORKDIR}"
src_unpack() {
unpack_deb "${A}"
}
src_install() {
insinto /
doins -r ./*
fperms +x "/usr/bin/${MY_PN}"
}

View file

@ -1,34 +0,0 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="command line interface for the 1password password manager"
HOMEPAGE="https://1password.com/downloads/command-line/"
SITE="https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}"
SRC_URI="
amd64? ( ${SITE}/op_linux_amd64_v${PV}.zip )
arm? ( ${SITE}/op_linux_arm_v${PV}.zip )
arm64? ( ${SITE}/op_linux_arm64_v${PV}.zip )
x86? ( ${SITE}/op_linux_386_v${PV}.zip )
"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
BDEPEND="app-arch/unzip"
RDEPEND="acct-group/onepassword-cli"
QA_PREBUILT="usr/bin/op"
RESTRICT="bindist mirror"
S="${WORKDIR}"
src_install() {
dobin op
}
pkg_postinst() {
chgrp onepassword-cli /usr/bin/op
chmod g+s /usr/bin/op
}

View file

@ -1,59 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="A file archiver with a high compression ratio"
HOMEPAGE="https://7-zip.org"
SRC_URI="https://github.com/ip7z/7zip/releases/download/${PV}/7z$(ver_rs 1 '')-src.tar.xz"
RESTRICT="primaryuri"
S="${WORKDIR}"
LICENSE="LGPL-2.1 BSD rar? ( unRAR )"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE="asm rar static"
RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND="
asm? ( dev-lang/asmc )
"
DOCS=(
DOC/7zC.txt
DOC/7zFormat.txt
DOC/lzma.txt
DOC/Methods.txt
DOC/readme.txt
DOC/src-history.txt
)
src_prepare() {
sed -e 's: -\(O2\|s\) ::' -i CPP/7zip/7zip_gcc.mak
default
}
src_compile() {
local myemakeargs=(
CFLAGS_BASE2="${CFLAGS}"
CXXFLAGS_BASE2="${CXXFLAGS}"
CFLAGS_WARN_WALL='-Wall -Wextra'
IS_X64=1
USE_ASM=$(usex asm 1 '')
COMPL_STATIC=$(usex static 1 '')
O="${S}"
DISABLE_RAR=$(usex rar '' 1)
)
tc-env_build emake \
-C CPP/7zip/Bundles/Alone2 \
-f makefile.gcc \
"${myemakeargs[@]}"
}
src_install() {
dobin 7zz$(usex static 's' '')
einstalldocs
}

View file

@ -1,403 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.2
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.97
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.0
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.19
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.1.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.11.0
encode_unicode@0.3.6
encoding_rs@0.8.34
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.38.0
instant@0.1.12
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.154
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.13
log@0.4.21
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.2
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.82
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.4.6
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.201
serde_derive@1.0.201
serde_json@1.0.117
serde_spanned@0.6.5
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.63
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
thiserror-impl@1.0.60
thiserror@1.0.60
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.12
toml_datetime@0.6.5
toml_edit@0.22.12
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.2.3
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,413 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.2
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.97
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.0
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.19
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.82
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.64
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.3.0
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,413 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.2
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.0
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.83
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.65
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.3.0
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,413 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.2
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.83
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.65
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.3.0
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,413 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.2
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.83
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.65
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.3.0
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,416 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.3
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.2
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.16
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
lockfree-object-pool@0.1.6
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.83
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
simd-adler32@0.3.7
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.65
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.1
yansi@0.5.1
zeroize@1.7.0
zip@1.3.1
zipsign-api@0.1.1
zopfli@0.8.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MIT
MPL-2.0 Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,418 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.3
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.3
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
encoding_rs@0.8.34
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.8.1
globwalk@0.9.1
h2@0.3.26
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body@0.4.6
http@0.2.12
httparse@1.8.0
httpdate@1.0.3
humantime@2.1.0
hyper-rustls@0.24.2
hyper-tls@0.5.0
hyper@0.14.28
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.18
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.11
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_enum@0.7.2
num_enum_derive@0.7.2
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-lite@0.2.14
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-crate@3.1.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.83
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.11.27
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.6.3
rustls-pemfile@1.0.4
rustls-webpki@0.101.7
rustls@0.21.12
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
sct@0.7.1
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.39.0
semver@1.0.23
serde@1.0.202
serde_derive@1.0.202
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.66
sync_wrapper@0.1.2
sys-info@0.9.1
system-configuration-sys@0.5.0
system-configuration@0.5.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.19.1
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.24.1
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.21.1
toml_edit@0.22.13
tower-service@0.3.2
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.2.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.25.4
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.5.40
winnow@0.6.8
winreg@0.50.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@0.5.1
xx@1.1.4
yansi@0.5.1
zeroize@1.7.0
zip@1.1.4
zipsign-api@0.1.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0
Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,417 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.3
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.3
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.9.1
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body-util@0.1.1
http-body@1.0.0
http@1.1.0
httparse@1.8.0
humantime@2.1.0
hyper-rustls@0.26.0
hyper-tls@0.6.0
hyper-util@0.1.5
hyper@1.3.1
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itertools@0.13.0
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libssh2-sys@0.3.0
libz-sys@1.1.18
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
lockfree-object-pool@0.1.6
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.12
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
pin-project-internal@1.1.5
pin-project-lite@0.2.14
pin-project@1.1.5
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.84
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.12.4
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.7.0
rustls-pemfile@2.1.2
rustls-pki-types@1.7.0
rustls-webpki@0.102.4
rustls@0.22.4
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.40.0
semver@1.0.23
serde@1.0.203
serde_derive@1.0.203
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
simd-adler32@0.3.7
similar@2.5.0
simplelog@0.12.2
slab@0.4.9
smallvec@1.13.2
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.66
sync_wrapper@0.1.2
sys-info@0.9.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.20.0
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.25.0
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-layer@0.3.2
tower-service@0.3.2
tower@0.4.13
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.3.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.26.1
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.8
winreg@0.52.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@1.1.5
yansi@0.5.1
zeroize@1.8.1
zip@2.1.1
zipsign-api@0.1.1
zopfli@0.8.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MIT
MPL-2.0 Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,429 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
EAPI=8
CRATES="
addr2line@0.21.0
adler@1.0.2
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
ansi-str@0.8.0
ansitok@0.2.0
anstream@0.6.14
anstyle-parse@0.2.4
anstyle-query@1.0.3
anstyle-wincon@3.0.3
anstyle@1.0.7
arbitrary@1.3.2
arrayvec@0.5.2
assert_cmd@2.0.14
async-compression@0.4.10
autocfg@1.3.0
backtrace@0.3.71
base64@0.21.7
base64@0.22.1
base64ct@1.6.0
bitflags@1.3.2
bitflags@2.5.0
block-buffer@0.10.4
bstr@1.9.1
built@0.7.3
bumpalo@3.16.0
bytecount@0.6.8
byteorder@1.5.0
bytes@1.6.0
calm_io@0.1.1
calmio_filters@0.1.0
cc@1.0.98
cfg-if@1.0.0
chrono-tz-build@0.3.0
chrono-tz@0.9.0
chrono@0.4.38
ci_info@0.14.14
clap@4.5.4
clap_builder@4.5.2
clap_derive@4.5.4
clap_lex@0.7.0
clap_mangen@0.2.20
color-eyre@0.6.3
color-print-proc-macro@0.3.6
color-print@0.3.6
color-spantrace@0.2.1
colorchoice@1.0.1
confique-macro@0.0.9
confique@0.2.5
console@0.15.8
const-oid@0.9.6
contracts@0.6.3
core-foundation-sys@0.8.6
core-foundation@0.9.4
cpufeatures@0.2.12
crc32fast@1.4.2
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.20
crypto-common@0.1.6
ctor@0.2.8
curve25519-dalek-derive@0.1.1
curve25519-dalek@4.1.2
demand@1.2.3
der@0.7.9
deranged@0.3.11
derive_arbitrary@1.3.2
deunicode@1.6.0
diff@0.1.13
difflib@0.4.0
digest@0.10.7
displaydoc@0.2.4
doc-comment@0.3.3
dotenvy@0.15.7
duct@0.13.7
dunce@1.0.4
ed25519-dalek@2.1.1
ed25519@2.2.3
either@1.12.0
encode_unicode@0.3.6
env_filter@0.1.0
env_logger@0.11.3
envmnt@0.10.4
equivalent@1.0.1
errno-dragonfly@0.1.2
errno@0.2.8
errno@0.3.9
exec@0.3.1
eyre@0.6.12
fastrand@1.9.0
fastrand@2.1.0
fiat-crypto@0.2.9
filetime@0.2.23
fixedbitset@0.4.2
flate2@1.0.30
float-cmp@0.9.0
fnv@1.0.7
foreign-types-shared@0.1.1
foreign-types@0.3.2
form_urlencoded@1.2.1
fsio@0.4.0
fslock@0.2.1
futures-channel@0.3.30
futures-core@0.3.30
futures-executor@0.3.30
futures-io@0.3.30
futures-macro@0.3.30
futures-sink@0.3.30
futures-task@0.3.30
futures-util@0.3.30
futures@0.3.30
generic-array@0.14.7
getrandom@0.2.15
gimli@0.28.1
git2@0.18.3
globset@0.4.14
globwalk@0.9.1
hashbrown@0.12.3
hashbrown@0.14.5
heck@0.3.3
heck@0.4.1
heck@0.5.0
hermit-abi@0.3.9
home@0.5.9
homedir@0.2.1
http-body-util@0.1.1
http-body@1.0.0
http@1.1.0
httparse@1.8.0
humansize@2.1.3
humantime@2.1.0
hyper-rustls@0.26.0
hyper-tls@0.6.0
hyper-util@0.1.5
hyper@1.3.1
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
idna@0.5.0
ignore@0.4.22
indenter@0.3.3
indexmap@1.9.3
indexmap@2.2.6
indicatif@0.17.8
indoc@2.0.5
insta@1.39.0
instant@0.1.13
ipnet@2.9.0
is_terminal_polyfill@1.70.0
itertools@0.12.1
itertools@0.13.0
itoa@1.0.11
jobserver@0.1.31
js-sys@0.3.69
kdl@4.6.0
lazy_static@1.4.0
libc@0.2.155
libgit2-sys@0.16.2+1.7.2
libm@0.2.8
libssh2-sys@0.3.0
libz-sys@1.1.18
linked-hash-map@0.5.6
linux-raw-sys@0.4.14
lockfree-object-pool@0.1.6
log@0.4.21
matchers@0.1.0
memchr@2.7.2
memoffset@0.7.1
miette-derive@5.10.0
miette@5.10.0
mime@0.3.17
minimal-lexical@0.2.1
miniz_oxide@0.7.3
mio@0.8.11
native-tls@0.2.12
nix@0.26.4
nom@7.1.3
normalize-line-endings@0.3.0
nu-ansi-term@0.46.0
num-conv@0.1.0
num-traits@0.2.19
num_cpus@1.16.0
num_threads@0.1.7
number_prefix@0.4.0
object@0.32.2
once_cell@1.19.0
openssl-macros@0.1.1
openssl-probe@0.1.5
openssl-sys@0.9.102
openssl@0.10.64
os_pipe@1.1.5
overload@0.1.1
owo-colors@3.5.0
papergrid@0.11.0
parse-zoneinfo@0.3.1
paste@1.0.15
path-absolutize@3.1.1
path-dedot@3.1.1
percent-encoding@2.3.1
pest@2.7.10
pest_derive@2.7.10
pest_generator@2.7.10
pest_meta@2.7.10
petgraph@0.6.5
phf@0.11.2
phf_codegen@0.11.2
phf_generator@0.11.2
phf_shared@0.11.2
pin-project-internal@1.1.5
pin-project-lite@0.2.14
pin-project@1.1.5
pin-utils@0.1.0
pkcs8@0.10.2
pkg-config@0.3.30
platforms@3.4.0
portable-atomic@1.6.0
powerfmt@0.2.0
ppv-lite86@0.2.17
predicates-core@1.0.6
predicates-tree@1.0.9
predicates@3.1.0
pretty_assertions@1.4.0
proc-macro-error-attr@1.0.4
proc-macro-error@1.0.4
proc-macro2@1.0.84
quick-xml@0.23.1
quote@1.0.36
rand@0.8.5
rand_chacha@0.3.1
rand_core@0.6.4
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.1.10
regex-automata@0.4.6
regex-syntax@0.6.29
regex-syntax@0.8.3
regex@1.10.4
reqwest@0.12.4
ring@0.17.8
rmp-serde@1.3.0
rmp@0.8.14
roff@0.2.1
rustc-demangle@0.1.24
rustc_version@0.4.0
rustix@0.38.34
rustls-native-certs@0.7.0
rustls-pemfile@2.1.2
rustls-pki-types@1.7.0
rustls-webpki@0.102.4
rustls@0.22.4
rustversion@1.0.17
ryu@1.0.18
same-file@1.0.6
schannel@0.1.23
security-framework-sys@2.11.0
security-framework@2.11.0
self-replace@1.3.7
self_update@0.40.0
semver@1.0.23
serde@1.0.203
serde_derive@1.0.203
serde_json@1.0.117
serde_spanned@0.6.6
serde_urlencoded@0.7.1
sha2@0.10.8
sharded-slab@0.1.7
shared_child@1.0.0
shell-escape@0.1.5
shell-words@1.1.0
signal-hook-registry@1.4.2
signal-hook@0.3.17
signature@2.2.0
simd-adler32@0.3.7
similar@2.5.0
simplelog@0.12.2
siphasher@0.3.11
slab@0.4.9
slug@0.1.5
smallvec@1.13.2
socket2@0.5.7
spin@0.9.8
spki@0.7.3
strsim@0.11.1
strum@0.26.2
strum_macros@0.26.2
subtle@2.5.0
syn@1.0.109
syn@2.0.66
sync_wrapper@0.1.2
sys-info@0.9.1
tabled@0.15.0
tabled_derive@0.7.0
tar@0.4.40
tempfile@3.10.1
tera@1.20.0
termcolor@1.4.1
terminal_size@0.3.0
termtree@0.4.1
test-case-core@3.3.1
test-case-macros@3.3.1
test-case@3.3.1
test-log-macros@0.2.16
test-log@0.2.16
thiserror-impl@1.0.61
thiserror@1.0.61
thread_local@1.1.8
time-core@0.1.2
time-macros@0.2.18
time@0.3.36
tinyvec@1.6.0
tinyvec_macros@0.1.1
tokio-native-tls@0.3.1
tokio-rustls@0.25.0
tokio-util@0.7.11
tokio@1.37.0
toml@0.8.13
toml_datetime@0.6.6
toml_edit@0.22.13
tower-layer@0.3.2
tower-service@0.3.2
tower@0.4.13
tracing-core@0.1.32
tracing-error@0.2.0
tracing-log@0.2.0
tracing-subscriber@0.3.18
tracing@0.1.40
try-lock@0.2.5
typenum@1.17.0
ucd-trie@0.1.6
unic-char-property@0.9.0
unic-char-range@0.9.0
unic-common@0.9.0
unic-segment@0.9.0
unic-ucd-segment@0.9.0
unic-ucd-version@0.9.0
unicode-bidi@0.3.15
unicode-ident@1.0.12
unicode-normalization@0.1.23
unicode-segmentation@1.11.0
unicode-width@0.1.12
untrusted@0.9.0
url@2.5.0
urlencoding@2.1.3
usage-lib@0.3.0
utf8parse@0.2.1
valuable@0.1.0
vcpkg@0.2.15
version_check@0.9.4
versions@6.2.0
vte@0.10.1
vte_generate_state_changes@0.1.1
wait-timeout@0.2.0
walkdir@2.5.0
want@0.3.1
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-futures@0.4.42
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
webpki-roots@0.26.1
which@6.0.1
widestring@1.1.0
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.8
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-implement@0.52.0
windows-interface@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows@0.52.0
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
winnow@0.6.9
winreg@0.52.0
winsafe@0.0.19
wmi@0.13.3
xattr@1.3.1
xx@1.1.5
yansi@0.5.1
zeroize@1.8.1
zip@2.1.1
zipsign-api@0.1.1
zopfli@0.8.1
"
inherit cargo
DESCRIPTION="The front-end to your dev env"
HOMEPAGE="https://mise.jdx.dev"
SRC_URI="https://github.com/jdx/mise/archive/refs/tags/v${PV}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MIT
MPL-2.0 Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

@ -1,53 +0,0 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop xdg
DESCRIPTION="ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight"
HOMEPAGE="https://github.com/ArmCord/ArmCord"
SRC_URI="https://github.com/ArmCord/ArmCord/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="OSL-3.0"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
# network-sandbox because node :(
RESTRICT="network-sandbox bindist mirror strip"
BDEPEND="net-libs/nodejs[npm]"
QA_PREBUILT="usr/bin/${PN}"
S="${WORKDIR}"
src_compile() {
cd "${S}/ArmCord-${PV}" || die
export npm_config_build_from_source=true
export HOME="${S}/.electron-gyp"
export PATH="${S}/.npm/bin:${PATH}"
# Install and configure pnpm.
npm --prefix "${S}/.npm" install -g pnpm@8
pnpm config set store-dir "${S}/.pnpm_store"
pnpm config set cache-dir "${S}/.pnpm_cache"
pnpm config set link-workspace-packages true
pnpm install
pnpm run build
npx electron-builder --config.linux.target=dir
}
src_install() {
SRC_DIR="${S}/ArmCord-${PV}"
mkdir -p "${D}/usr/lib"
cp -ar "${SRC_DIR}/dist/linux-"*/ "${D}/usr/lib/${PN}/"
fperms 4711 "/usr/lib/${PN}/chrome-sandbox"
dosym "/usr/lib/${PN}/${PN}" "/usr/bin/${PN}"
newicon "${SRC_DIR}/build/icon.png" "${PN}.png"
make_desktop_entry "${PN}" "ArmCord" "${PN}" "Network;InstantMessaging;"
}

View file

@ -1,60 +0,0 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module systemd tmpfiles
# These settings are obtained by running ./build_dist.sh shellvars in
# the upstream repo.
VERSION_MINOR="66"
VERSION_SHORT="1.66.1"
VERSION_LONG="1.66.1-t88e23b6cf"
VERSION_GIT_HASH="88e23b6cfd4b9a9cad5ce858b73ece1f07970fee"
DESCRIPTION="Tailscale vpn client"
HOMEPAGE="https://tailscale.com"
SRC_URI="https://github.com/tailscale/tailscale/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/deps.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
RDEPEND="net-firewall/iptables"
BDEPEND=">=dev-lang/go-1.22"
RESTRICT="test"
# This translates the build command from upstream's build_dist.sh to an
# ebuild equivalent.
build_dist() {
ego build -tags xversion -ldflags "
-X tailscale.com/version.Long=${VERSION_LONG}
-X tailscale.com/version.Short=${VERSION_SHORT}
-X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}" "$@"
}
src_compile() {
build_dist ./cmd/tailscale
build_dist ./cmd/tailscaled
}
src_install() {
dosbin tailscaled
dobin tailscale
systemd_dounit cmd/tailscaled/tailscaled.service
insinto /etc/default
newins cmd/tailscaled/tailscaled.defaults tailscaled
keepdir /var/lib/${PN}
fperms 0750 /var/lib/${PN}
newtmpfiles "${FILESDIR}/${PN}.tmpfiles" ${PN}.conf
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
pkg_postinst() {
tmpfiles_process ${PN}.conf
}

View file

@ -1,60 +0,0 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module systemd tmpfiles
# These settings are obtained by running ./build_dist.sh shellvars in
# the upstream repo.
VERSION_MINOR="66"
VERSION_SHORT="1.66.3"
VERSION_LONG="1.66.3-teae73f821"
VERSION_GIT_HASH="eae73f821381ce653468ba3c4eec3453c0808953"
DESCRIPTION="Tailscale vpn client"
HOMEPAGE="https://tailscale.com"
SRC_URI="https://github.com/tailscale/tailscale/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/deps.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
RDEPEND="net-firewall/iptables"
BDEPEND=">=dev-lang/go-1.22"
RESTRICT="test"
# This translates the build command from upstream's build_dist.sh to an
# ebuild equivalent.
build_dist() {
ego build -tags xversion -ldflags "
-X tailscale.com/version.Long=${VERSION_LONG}
-X tailscale.com/version.Short=${VERSION_SHORT}
-X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}" "$@"
}
src_compile() {
build_dist ./cmd/tailscale
build_dist ./cmd/tailscaled
}
src_install() {
dosbin tailscaled
dobin tailscale
systemd_dounit cmd/tailscaled/tailscaled.service
insinto /etc/default
newins cmd/tailscaled/tailscaled.defaults tailscaled
keepdir /var/lib/${PN}
fperms 0750 /var/lib/${PN}
newtmpfiles "${FILESDIR}/${PN}.tmpfiles" ${PN}.conf
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
pkg_postinst() {
tmpfiles_process ${PN}.conf
}