From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31AF615807A for ; Mon, 7 Oct 2024 06:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50775E29A4; Mon, 7 Oct 2024 06:46:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3699BE29A4 for ; Mon, 7 Oct 2024 06:46:15 +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 67D95341256 for ; Mon, 7 Oct 2024 06:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42911C89 for ; Mon, 7 Oct 2024 06:46:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1728283568.ec726c92193897cf35dc04579487c5e831e18924.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kops/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kops/Manifest sys-cluster/kops/kops-1.30.0.ebuild X-VCS-Directories: sys-cluster/kops/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ec726c92193897cf35dc04579487c5e831e18924 X-VCS-Branch: master Date: Mon, 7 Oct 2024 06:46:12 +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: 79843bfd-44b4-44bb-8598-322e9764588a X-Archives-Hash: f6c1478caee38c984571f85a75ee14bc commit: ec726c92193897cf35dc04579487c5e831e18924 Author: Filip Kobierski pm me> AuthorDate: Thu Sep 5 18:14:25 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 7 06:46:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec726c92 sys-cluster/kops: add 1.30.0 Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/38458 Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/kops/Manifest | 1 + sys-cluster/kops/kops-1.30.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/sys-cluster/kops/Manifest b/sys-cluster/kops/Manifest index e5c80571d82c..2ef05ecbc5da 100644 --- a/sys-cluster/kops/Manifest +++ b/sys-cluster/kops/Manifest @@ -1 +1,2 @@ DIST kops-1.28.2.tar.gz 34257531 BLAKE2B 2f91077bd7cfd5edfe35feb640da074827b5e9db7cf8040870c14a04aec42c38b2cabf13c1968e10aab8eeb40c30e37930aab1ee2766240ea5916256ac9d0fb7 SHA512 d982a984caba1380df919a7d128694546b25df1ce2ef258f84b02fac8ff7e5ac1ddb280e2760a62522508e07eab0cbd554013be2f4860b2078e488c04420e873 +DIST kops-1.30.0.tar.gz 38061750 BLAKE2B da3eaba1882a4d2080bfb7e1dce9b2ce1de15e01c2b506cd5e2599936d3bcad1042be4e6f7d714c30dc82f17c4d03361f34d0454b0933749475d7debffb564ef SHA512 c108f87c2cca3da6c5e197ccf722a90024de5c114b627b8b66d09ab395e03a3ef4aa25a1e98082ac62124291e08b7325fb3dd1d52e0aa0dc36d4be3873d36759 diff --git a/sys-cluster/kops/kops-1.30.0.ebuild b/sys-cluster/kops/kops-1.30.0.ebuild new file mode 100644 index 000000000000..45eae24220f2 --- /dev/null +++ b/sys-cluster/kops/kops-1.30.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Kubernetes Operations" +HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops/" +SRC_URI="https://github.com/kubernetes/kops/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT MIT-with-advertising MPL-2.0 unicode" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + export GOBIN="${WORKDIR}/${P}/kops" + + emake +} + +src_install() { + dobin kops +}