From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A19FF15800A for ; Sun, 16 Feb 2025 02:59:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 871AF342FE2 for ; Sun, 16 Feb 2025 02:59:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 88470110296; Sun, 16 Feb 2025 02:59:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 78180110296 for ; Sun, 16 Feb 2025 02:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10FED3432F8 for ; Sun, 16 Feb 2025 02:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6740B1786 for ; Sun, 16 Feb 2025 02:59:39 +0000 (UTC) From: "Gabriel M. Dutra" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gabriel M. Dutra" Message-ID: <1739674678.c789b98bf7b27d11398575944bb397cfe2b669f8.me@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-containers/kind/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/kind/Manifest app-containers/kind/kind-0.27.0.ebuild app-containers/kind/metadata.xml X-VCS-Directories: app-containers/kind/ X-VCS-Committer: me X-VCS-Committer-Name: Gabriel M. Dutra X-VCS-Revision: c789b98bf7b27d11398575944bb397cfe2b669f8 X-VCS-Branch: dev Date: Sun, 16 Feb 2025 02:59:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f52bf86-0f91-48c1-9fa9-0c19ff1ac9c7 X-Archives-Hash: 6e14648f63efe3d6bad6a84681d5df11 commit: c789b98bf7b27d11398575944bb397cfe2b669f8 Author: Gabriel M. Dutra dmdutra dev> AuthorDate: Sun Feb 16 02:57:58 2025 +0000 Commit: Gabriel M. Dutra dmdutra dev> CommitDate: Sun Feb 16 02:57:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c789b98b app-containers/kind: new package, add 0.27.0 Signed-off-by: Gabriel M. Dutra dmdutra.dev> app-containers/kind/Manifest | 2 ++ app-containers/kind/kind-0.27.0.ebuild | 31 +++++++++++++++++++++++++++++++ app-containers/kind/metadata.xml | 11 +++++++++++ 3 files changed, 44 insertions(+) diff --git a/app-containers/kind/Manifest b/app-containers/kind/Manifest new file mode 100644 index 000000000..f793ec6f5 --- /dev/null +++ b/app-containers/kind/Manifest @@ -0,0 +1,2 @@ +DIST kind-0.27.0.tar.gz 1938237 BLAKE2B 98155522b1c1d1aa1494efd427d100f53b863bda3750c406ec4add2ab5d5a04d25f526d07538b99ff824e5d86a33766ef562312c7cf955109819dbc79fba9921 SHA512 d80b7ad9a4d5318b33396c7df5fc20f83fdd3eed8d33a1d7ce722d11faacc85b6aeb3142da15390564de1330423a9f5a2670be930b5d95e61efbd2c35b5c6a62 +DIST kind-v0.27.0-vendor.tar.xz 518140 BLAKE2B 2570f5cc127575363643afef8bd5b10dad01662a84b72027610582424d11fbc657b4c277cb2470c72233e25f146f313a7859ceb22d35010d70ed2a999c7e04a3 SHA512 87d6737131261a5c87d2baa4ac5f5c0d313008b84f7d7e116a2d6f81eaa3ccd5e6cfa003d70f8986f3028a6629a7a2239d78c14ca409b82bb99a67af2db8f400 diff --git a/app-containers/kind/kind-0.27.0.ebuild b/app-containers/kind/kind-0.27.0.ebuild new file mode 100644 index 000000000..0d1a819e0 --- /dev/null +++ b/app-containers/kind/kind-0.27.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit edo go-module shell-completion + +DESCRIPTION="Kind is a tool for running local Kubernetes clusters using Docker" +HOMEPAGE="https://kind.sigs.k8s.io/" +SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/${PN}-v${PV}-vendor.tar.xz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" + +RDEPEND=">=app-containers/docker-cli-23.0.0" + +src_compile() { + ego build -v -x -o ${PN} + edo ./${PN} completion fish > kind.fish + edo ./${PN} completion bash > kind.bash + edo ./${PN} completion zsh > kind.zsh +} + +src_install() { + dobin ${PN} + newbashcomp "${PN}.bash" "${PN}" + dofishcomp "${PN}.fish" + newzshcomp "${PN}.zsh" "_${PN}" +} diff --git a/app-containers/kind/metadata.xml b/app-containers/kind/metadata.xml new file mode 100644 index 000000000..203e188ed --- /dev/null +++ b/app-containers/kind/metadata.xml @@ -0,0 +1,11 @@ + + + + + me@dmdutra.dev + Gabriel M. Dutra + + + kubernetes-sigs/kind + +