chore: update dependencies
This commit is contained in:
parent
a1e1653955
commit
ca7e1d51d3
4 changed files with 89 additions and 1 deletions
|
@ -4,3 +4,5 @@ DIST chezmoi-2.59.1-deps.tar.xz 218595756 BLAKE2B 9d07a24e796a002bbc46d6696b9639
|
||||||
DIST chezmoi-2.59.1.tar.gz 2522729 BLAKE2B 056f281a905f9543370d303c4eba92d737f6271cc6eeae61e8527047fb2a9b11ecb00fd38a3ca02525dd4c449ac704c1cb9cb43934d5dbbdf49754ddce12d966 SHA512 3e7c1259dec690278f03c53b7b07cf493078bd11c8c333e12f74a805a387795e6f5049f6e781c5829f80538c5e8f5e29fb0cb702cf53daa190e37c9d312268f3
|
DIST chezmoi-2.59.1.tar.gz 2522729 BLAKE2B 056f281a905f9543370d303c4eba92d737f6271cc6eeae61e8527047fb2a9b11ecb00fd38a3ca02525dd4c449ac704c1cb9cb43934d5dbbdf49754ddce12d966 SHA512 3e7c1259dec690278f03c53b7b07cf493078bd11c8c333e12f74a805a387795e6f5049f6e781c5829f80538c5e8f5e29fb0cb702cf53daa190e37c9d312268f3
|
||||||
DIST chezmoi-2.60.0-deps.tar.xz 220211224 BLAKE2B e3425a80460ff08de5288bef6faa6b2cb7ddbb00aebef3d660499d5b968013b1b90eaa221b93a772a688fb42129ccc9b1e85c346e0b2942094a5364fc3567de7 SHA512 66619b0b3923ba0f4ee6f40b44a7e104394b616086f95a7bf263e3e37e89689108925d079fa21fe3a433fba01bb8690ab5ace73ca944024eb650d586a19ad8ad
|
DIST chezmoi-2.60.0-deps.tar.xz 220211224 BLAKE2B e3425a80460ff08de5288bef6faa6b2cb7ddbb00aebef3d660499d5b968013b1b90eaa221b93a772a688fb42129ccc9b1e85c346e0b2942094a5364fc3567de7 SHA512 66619b0b3923ba0f4ee6f40b44a7e104394b616086f95a7bf263e3e37e89689108925d079fa21fe3a433fba01bb8690ab5ace73ca944024eb650d586a19ad8ad
|
||||||
DIST chezmoi-2.60.0.tar.gz 2548807 BLAKE2B 620cef3f443b16e49c18f774aca962931f1088f6756486afa63f5fe3ff3a5133842a2157c60e849c10a438354f02f10572ca3d5532945288add951e3d251ae4d SHA512 59d3385716cd0d00004bcbceca84020591dc53702fbe50c727afd0dfed08d781612c8f4c00e52463c36e3c038cf04b4095319163a95eaab2c77eb3166a078407
|
DIST chezmoi-2.60.0.tar.gz 2548807 BLAKE2B 620cef3f443b16e49c18f774aca962931f1088f6756486afa63f5fe3ff3a5133842a2157c60e849c10a438354f02f10572ca3d5532945288add951e3d251ae4d SHA512 59d3385716cd0d00004bcbceca84020591dc53702fbe50c727afd0dfed08d781612c8f4c00e52463c36e3c038cf04b4095319163a95eaab2c77eb3166a078407
|
||||||
|
DIST chezmoi-2.60.1-deps.tar.xz 221032856 BLAKE2B 58cc04c0b95febeded239bb074694a063f4344a4e699df78f1a0c208c5d199c5d4524a565c3e3b8738d109aad1407661f94ee5fa1da24a13674fd417ae7f8132 SHA512 e47b77ec8b792e76dec6af521fee7ce93a799ed7524c518406c0f1ff976c753db756ddb94aaf54acf60477884963edea9d9ee44b4452a908b1788075e93c053e
|
||||||
|
DIST chezmoi-2.60.1.tar.gz 2550028 BLAKE2B 0429a9fc4aa2efba1d25e86f5f2ab2821869ca208d19887fcb129db5e540ff568389ec6cd4db4836100e494e03731d639e7b81032890b056edf2088b0bd71529 SHA512 2564a543de16b27d904411d93aa8656d8a65d06d0ab6f16f6d53dba6dabe652549d63f237231874a69f70c8e5dc543ec652dbd3dc723f93b2bec0b04d26a38c6
|
||||||
|
|
48
app-admin/chezmoi/chezmoi-2.60.1.ebuild
Normal file
48
app-admin/chezmoi/chezmoi-2.60.1.ebuild
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# Copyright 2020-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
inherit go-module shell-completion
|
||||||
|
|
||||||
|
VERSION_GIT_HASH="1f95b695620669fd4a11f779df03f7fd73203dee"
|
||||||
|
|
||||||
|
DESCRIPTION="Manage your dotfiles across multiple diverse machines, securely"
|
||||||
|
HOMEPAGE="https://www.chezmoi.io/"
|
||||||
|
SRC_URI="https://github.com/twpayne/chezmoi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
SRC_URI+=" https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/deps.tar.xz -> ${P}-deps.tar.xz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
|
||||||
|
|
||||||
|
BDEPEND=">=dev-lang/go-1.24"
|
||||||
|
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
# This was added based on the .goreleaser.yml file in the upstream
|
||||||
|
# repository.
|
||||||
|
build_dist() {
|
||||||
|
ego build \
|
||||||
|
-ldflags \
|
||||||
|
"-s -w -X main.version=v${PV} -X main.commit=${VERSION_GIT_HASH} -X main.date=$(date "+%Y-%m-%dT%H:%M:%SZ") -X main.builtBy=ebuild" "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
# Replaces generate-commit.go step.
|
||||||
|
echo -n "$VERSION_GIT_HASH" >COMMIT
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
build_dist ./
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin chezmoi
|
||||||
|
|
||||||
|
einstalldocs
|
||||||
|
|
||||||
|
newbashcomp completions/${PN}-completion.bash ${PN}
|
||||||
|
dofishcomp completions/${PN}.fish
|
||||||
|
newzshcomp completions/${PN}.zsh _${PN}
|
||||||
|
}
|
|
@ -1,4 +1,5 @@
|
||||||
DIST crates.tar.xz 42828308 BLAKE2B 69cb3866d77730804500566c35a19dcb65b8c5398454296eef3f1ab76595698530cc841f58286afc3a3d6355451ba0958e4fcad0809c9d0170c0e0c598316735 SHA512 1734fba52c16b02f62a3e9f37c441fcb91d832d7d07bccbef95dfef950596f004681f186ace390339aec1d37c92c3f7f2d0ad7e59fe2524695680d2ec7df962d
|
DIST crates.tar.xz 42840000 BLAKE2B b77efa8188d14a8a107c8920d9791ed68531ff2e2bfff44d59ed9c7363751f1becdee42bee15fc70103c0d44ea0ae23bc34f2cdad5bc533af92a432b77364dcd SHA512 9020e37195d561277e1323dffae0f4ae3e55c44e0e7169258098570b1bbe382570c07e6141bf2c4f2e933a3e7f08efcad6435aae7e623384bba684e3f8f0b7c4
|
||||||
DIST v2025.2.9.tar.gz 4269950 BLAKE2B 97143e1d94fde16acce2c3ee4721dd33d9717aa900bd7ad40574a22d5f23d9d040e0bf823b1b1cbaae8fd0c7d9f8cc66669f96b8de07f0122412ce7f0adfb461 SHA512 4cce5bf4acdeddaa2302169ac0c140e704860f0c69f68121f13b76b93e43f99d9b7150fb93a3d7bd8c881a370b9fa858f4cc20c4ff4977d050cce076e1fc86c4
|
DIST v2025.2.9.tar.gz 4269950 BLAKE2B 97143e1d94fde16acce2c3ee4721dd33d9717aa900bd7ad40574a22d5f23d9d040e0bf823b1b1cbaae8fd0c7d9f8cc66669f96b8de07f0122412ce7f0adfb461 SHA512 4cce5bf4acdeddaa2302169ac0c140e704860f0c69f68121f13b76b93e43f99d9b7150fb93a3d7bd8c881a370b9fa858f4cc20c4ff4977d050cce076e1fc86c4
|
||||||
DIST v2025.3.0.tar.gz 4271660 BLAKE2B f6aaa0eda3db53c0d22701b7ab0afe79cd4e7a2d2c21ddc021883872753d8da2486459e372df50cf9388d38da8f406e1372d589f84f6788a7f3846d83a76ad55 SHA512 bea967d19c0728e698f51005ebb17b57b431b22a1698b27ab9a9ef27b923c136880a3bbaeba6e937be2d76e32617869a34b9ffa7c645b6a32806a70da4b130db
|
DIST v2025.3.0.tar.gz 4271660 BLAKE2B f6aaa0eda3db53c0d22701b7ab0afe79cd4e7a2d2c21ddc021883872753d8da2486459e372df50cf9388d38da8f406e1372d589f84f6788a7f3846d83a76ad55 SHA512 bea967d19c0728e698f51005ebb17b57b431b22a1698b27ab9a9ef27b923c136880a3bbaeba6e937be2d76e32617869a34b9ffa7c645b6a32806a70da4b130db
|
||||||
DIST v2025.3.1.tar.gz 4272714 BLAKE2B e7266030b80bee0748f1cf2b19025ab764c4fb42f38338f6459b570bcc1569102754ae5df6de57ae5af014adbbb5022107650d25c5ab3db16cb9c7158ecaa042 SHA512 66acb2e32629d8fb800432d1f6054d7e31065d94c68f32fc2123ff6c3bdb62c05b4b41fd407a5156d0b495b8dfcda593af7613e769c38a0a98e0d5cf9969d1cf
|
DIST v2025.3.1.tar.gz 4272714 BLAKE2B e7266030b80bee0748f1cf2b19025ab764c4fb42f38338f6459b570bcc1569102754ae5df6de57ae5af014adbbb5022107650d25c5ab3db16cb9c7158ecaa042 SHA512 66acb2e32629d8fb800432d1f6054d7e31065d94c68f32fc2123ff6c3bdb62c05b4b41fd407a5156d0b495b8dfcda593af7613e769c38a0a98e0d5cf9969d1cf
|
||||||
|
DIST v2025.3.2.tar.gz 4273272 BLAKE2B 6b5e3da6aa6a8144d53043b36f89d144abdde13d190c82955a15420fa80d8a64834819be7904094f07efb3c858398d3e7cf43ac1e9b94e24734f35b465e16479 SHA512 2e7f0b666eb3b27bbd0cdf62bcf7a38317d58b233a07635178adb6720bd7b2cc2edf7a1888667ae2146bea480ffb08b0ccbf01dbdbeae4c25beb6e7b41aa3764
|
||||||
|
|
37
dev-util/mise/mise-2025.3.2.ebuild
Normal file
37
dev-util/mise/mise-2025.3.2.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