chore: update dependencies
This commit is contained in:
parent
0b2dc32645
commit
7a615d8b05
2 changed files with 39 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
DIST crates.tar.xz 42840000 BLAKE2B b77efa8188d14a8a107c8920d9791ed68531ff2e2bfff44d59ed9c7363751f1becdee42bee15fc70103c0d44ea0ae23bc34f2cdad5bc533af92a432b77364dcd SHA512 9020e37195d561277e1323dffae0f4ae3e55c44e0e7169258098570b1bbe382570c07e6141bf2c4f2e933a3e7f08efcad6435aae7e623384bba684e3f8f0b7c4
|
||||
DIST crates.tar.xz 42831288 BLAKE2B 4b34621d40a48efabd7b960b9adcad9efadaa6cbbbb3b4b094db1ea1b0323e3bc431cbcccd1238c3107dfa597b7b85b1b453d1db0ddbbb81aeeb023f7d18ea3c SHA512 317f88ea5df2739287651f6715a68e1e9dd89861bbef3e806b8251a1b0c1a671a378e0b1948cd736c87b5e72da679c610fd46233ef5db9eeee35fd9d7952b554
|
||||
DIST v2025.2.9.tar.gz 4269950 BLAKE2B 97143e1d94fde16acce2c3ee4721dd33d9717aa900bd7ad40574a22d5f23d9d040e0bf823b1b1cbaae8fd0c7d9f8cc66669f96b8de07f0122412ce7f0adfb461 SHA512 4cce5bf4acdeddaa2302169ac0c140e704860f0c69f68121f13b76b93e43f99d9b7150fb93a3d7bd8c881a370b9fa858f4cc20c4ff4977d050cce076e1fc86c4
|
||||
DIST v2025.3.0.tar.gz 4271660 BLAKE2B f6aaa0eda3db53c0d22701b7ab0afe79cd4e7a2d2c21ddc021883872753d8da2486459e372df50cf9388d38da8f406e1372d589f84f6788a7f3846d83a76ad55 SHA512 bea967d19c0728e698f51005ebb17b57b431b22a1698b27ab9a9ef27b923c136880a3bbaeba6e937be2d76e32617869a34b9ffa7c645b6a32806a70da4b130db
|
||||
|
|
37
dev-util/mise/mise-2025.3.0.ebuild
Normal file
37
dev-util/mise/mise-2025.3.0.ebuild
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Autogenerated by pycargoebuild 0.13.2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
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
|
||||
https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/crates.tar.xz
|
||||
${CARGO_CRATE_URIS}"
|
||||
|
||||
LICENSE="MIT"
|
||||
# Dependent crate licenses
|
||||
LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB"
|
||||
RUST_MIN_VER="1.85.0"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-libs/openssl
|
||||
app-arch/zstd
|
||||
"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
src_configure() {
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
export ZSTD_SYS_USE_PKG_CONFIG=1
|
||||
|
||||
cargo_src_configure
|
||||
}
|
Loading…
Add table
Reference in a new issue