From 585c4d773509a92b316c683094259ae4e51eaf4b Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Fri, 16 Jan 2026 15:23:45 +0000 Subject: sys-cluster/kind: add 0.31.0, drop 0.30.0 --- sys-cluster/kind/Manifest | 4 ++-- sys-cluster/kind/kind-0.30.0.ebuild | 39 ------------------------------------- sys-cluster/kind/kind-0.31.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 sys-cluster/kind/kind-0.30.0.ebuild create mode 100644 sys-cluster/kind/kind-0.31.0.ebuild diff --git a/sys-cluster/kind/Manifest b/sys-cluster/kind/Manifest index 7974116..27ae73a 100644 --- a/sys-cluster/kind/Manifest +++ b/sys-cluster/kind/Manifest @@ -1,2 +1,2 @@ -DIST kind-0.30.0-vendor.tar.xz 505496 BLAKE2B c527dcbd7d8f05cabc553f098295f6ed61e6bae97ec3a8bd8a025c300d1a45820d1c7878943f48d68625494d028e402f1637eb1bdf77a4ab35181aad79ebd1bc SHA512 3d51edccb6eb24ee4bf6c2ffccdfe01ff1f50dcace6bc75f7deacdad1d6166ef0dfaf05f0d55a4d1f3935fa287ed61f3da8a75c56dd9fd9e406f865096975ee7 -DIST kind-0.30.0.tar.gz 1941658 BLAKE2B c8477d75f074a82e49022e0126e424f5fd5f13a6942be7efa4161beb552f27320cdd164ee458648ad2ccf8895d2cf4aa8fabb729f1137fbf33b85036d4234cb8 SHA512 b628257d35fcf08de74b503e3d62693552f1bf250c02a4f20f9af29ffd862a66aa1bb6c64a7588b23eb6fffe3afc16b87900044b8c7b68574566de690f47399b +DIST kind-0.31.0-vendor.tar.xz 505616 BLAKE2B 81f496efbc6ea0b3c96e6e76b64ab23a80ebf76db02642f60b1f0748196e8978b9941ad2d52b9c607ee73a1bf8e06c4835cef772ac34ed52d6d702bcedf86345 SHA512 c53ed6c6dd3f69a184f3f6174afee9d0abeb58dfac07056d170d0926a5110b00ae61e638317f343c457d8b905cba0e1b4c183190dffa4ed6842fd02ba6740fbb +DIST kind-0.31.0.tar.gz 1942583 BLAKE2B 76c76caeae615f2e71d476bfc47c85786c44d24b92642810caa71c4329b3264880f56f786802b4cfba8301a50362d185a6903a9a4f1aba423462eba67e0938a7 SHA512 f8fdfe48d619f0beabb1eb53f2339970c858615b061cdc506f04fa2479a0336ccb2e313a36ad0f5a03e12b7c5660882363c396b509f41ea1dae9064afce08a19 diff --git a/sys-cluster/kind/kind-0.30.0.ebuild b/sys-cluster/kind/kind-0.30.0.ebuild deleted file mode 100644 index 4451bdc..0000000 --- a/sys-cluster/kind/kind-0.30.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module shell-completion - -DESCRIPTION="Kubernetes IN Docker" -HOMEPAGE="https://github.com/kubernetes-sigs/kind/" -BDEPEND=">=dev-lang/go-1.24" -SRC_URI="https://github.com/kubernetes-sigs/kind/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" - -LICENSE="Apache-2.0" -LICENSE+=" MIT BSD BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RESTRICT="!test? ( test )" -DEPEND="test? ( app-containers/docker )" - -src_compile() { - ego build . - ./kind completion bash > "${PN}.bash" || die - ./kind completion fish > "${PN}.fish" || die - ./kind completion zsh > "${PN}.zsh" || die -} - -src_test() { - ego test ./... -} - -src_install() { - dobin kind - - newbashcomp "${PN}.bash" "${PN}" - dofishcomp "${PN}.fish" - newzshcomp "${PN}.zsh" "_${PN}" -} diff --git a/sys-cluster/kind/kind-0.31.0.ebuild b/sys-cluster/kind/kind-0.31.0.ebuild new file mode 100644 index 0000000..3cbdda0 --- /dev/null +++ b/sys-cluster/kind/kind-0.31.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module shell-completion + +DESCRIPTION="Kubernetes IN Docker" +HOMEPAGE="https://github.com/kubernetes-sigs/kind/" +BDEPEND=">=dev-lang/go-1.25" +SRC_URI="https://github.com/kubernetes-sigs/kind/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" + +LICENSE="Apache-2.0" +LICENSE+=" MIT BSD BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RESTRICT="!test? ( test )" +DEPEND="test? ( app-containers/docker )" + +src_compile() { + ego build . + ./kind completion bash > "${PN}.bash" || die + ./kind completion fish > "${PN}.fish" || die + ./kind completion zsh > "${PN}.zsh" || die +} + +src_test() { + ego test ./... +} + +src_install() { + dobin kind + + newbashcomp "${PN}.bash" "${PN}" + dofishcomp "${PN}.fish" + newzshcomp "${PN}.zsh" "_${PN}" +} -- cgit v1.3