sys-cluster/kops-bin: add 1.31.0

Signed-off-by: Gabriel M. Dutra <me@dmdutra.dev>
This commit is contained in:
Gabriel M. Dutra
2025-03-08 12:29:23 -03:00
parent eb5141b34f
commit 31acd353f0
4 changed files with 29 additions and 13 deletions

View File

@@ -1 +1,2 @@
DIST kops-bin-1.25.3.bin 169712286 BLAKE2B 7b4e9cecb625d734b128456c4e9cc3bd8db386a63a798140e38f7ecfa2e61395ce612e99e41ec7b9f6752bbf36dd4b632b35ce3bb1836df65a30517e63c8c436 SHA512 7271bbc88bdf48cea3922bb173a0dd82584d2ea8d6b43b747312329ba5df540951c4b046cc273ece1e44c9f9a3024e5c61fa80f192ea4b8c264ccfa295b8cafe
DIST kops-bin-1.31.0.bin 266345981 BLAKE2B 69afe419a457263971d5613f4935d9c6ffab76b284a7f6f827d02aebb7bc9e4c0af27570c313dd02c1b3e80ae49e93d961a0bca3d5a4cf668975bbb538819f56 SHA512 df86d61f2d920fd6497618f6062464206ba4fbed2c72c94d31b0b6a5f26833bd2293cb02ce063a833e3557f8b1a7545398a99560d98056471d1012e843a69051

View File

@@ -0,0 +1,23 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Kubernetes Operations"
HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops"
SRC_URI="https://github.com/kubernetes/${PN%-bin}/releases/download/v${PV}/kops-linux-amd64 -> ${P}.bin"
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_unpack() {
mkdir -p -- "${S}"
cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
}
src_compile() { :; }
src_install() {
dobin "${S}/${PN%-bin}"
}

View File

@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person">
<email>me@dmdutra.dev</email>
<name>Gabriel M. Dutra</name>
</maintainer>
<upstream>
<changelog>https://github.com/kubernetes/kops/tree/master/docs/releases</changelog>
<remote-id type="github">kubernetes/kops</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>0xdutra@gmail.com</email>
<name>Gabriel M. Dutra</name>
</maintainer>
<upstream>
<changelog>https://github.com/kubernetes/kops/tree/master/docs/releases</changelog>
<remote-id type="github">kubernetes/kops</remote-id>
</upstream>
</pkgmetadata>