public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/
@ 2022-12-04  7:06 Gabriel M. Dutra
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Dutra @ 2022-12-04  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b210ea1b035572ea1aa131528e2c59d2e3c501b6
Author:     Gabriel M. Dutra <0xdutra <AT> gmail <DOT> com>
AuthorDate: Sun Dec  4 07:04:52 2022 +0000
Commit:     Gabriel M. Dutra <0xdutra <AT> gmail <DOT> com>
CommitDate: Sun Dec  4 07:04:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b210ea1b

sys-cluster/kops-bin: new package, add 1.25.3

Signed-off-by: Gabriel M. Dutra <0xdutra <AT> gmail.com>

 sys-cluster/kops-bin/Manifest               |  1 +
 sys-cluster/kops-bin/kops-bin-1.25.3.ebuild | 24 ++++++++++++++++++++++++
 sys-cluster/kops-bin/metadata.yml           | 12 ++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/sys-cluster/kops-bin/Manifest b/sys-cluster/kops-bin/Manifest
new file mode 100644
index 000000000..b2599e00e
--- /dev/null
+++ b/sys-cluster/kops-bin/Manifest
@@ -0,0 +1 @@
+DIST kops-bin-1.25.3.bin 169712286 BLAKE2B 7b4e9cecb625d734b128456c4e9cc3bd8db386a63a798140e38f7ecfa2e61395ce612e99e41ec7b9f6752bbf36dd4b632b35ce3bb1836df65a30517e63c8c436 SHA512 7271bbc88bdf48cea3922bb173a0dd82584d2ea8d6b43b747312329ba5df540951c4b046cc273ece1e44c9f9a3024e5c61fa80f192ea4b8c264ccfa295b8cafe

diff --git a/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild b/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
new file mode 100644
index 000000000..55d80c77e
--- /dev/null
+++ b/sys-cluster/kops-bin/kops-bin-1.25.3.ebuild
@@ -0,0 +1,24 @@
+# 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"
+IUSE=""
+
+src_unpack() {
+	mkdir -p -- "${S}"
+	cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
+}
+
+src_compile() { :; }
+
+src_install() {
+	dobin "${S}/${PN%-bin}"
+}

diff --git a/sys-cluster/kops-bin/metadata.yml b/sys-cluster/kops-bin/metadata.yml
new file mode 100644
index 000000000..9e59e4c3a
--- /dev/null
+++ b/sys-cluster/kops-bin/metadata.yml
@@ -0,0 +1,12 @@
+<?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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/
@ 2025-03-08 15:30 Gabriel M. Dutra
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Dutra @ 2025-03-08 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     31acd353f0eae011edf1ff1a0bff3ddc8b983e31
Author:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
AuthorDate: Sat Mar  8 15:29:23 2025 +0000
Commit:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
CommitDate: Sat Mar  8 15:29:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31acd353

sys-cluster/kops-bin: add 1.31.0

Signed-off-by: Gabriel M. Dutra <me <AT> dmdutra.dev>

 sys-cluster/kops-bin/Manifest               |  1 +
 sys-cluster/kops-bin/kops-bin-1.31.0.ebuild | 23 +++++++++++++++++++++++
 sys-cluster/kops-bin/metadata.xml           |  6 +++++-
 sys-cluster/kops-bin/metadata.yml           | 12 ------------
 4 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/sys-cluster/kops-bin/Manifest b/sys-cluster/kops-bin/Manifest
index b2599e00e..64e7d60be 100644
--- a/sys-cluster/kops-bin/Manifest
+++ b/sys-cluster/kops-bin/Manifest
@@ -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

diff --git a/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
new file mode 100644
index 000000000..3dd1bef8f
--- /dev/null
+++ b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
@@ -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}"
+}

diff --git a/sys-cluster/kops-bin/metadata.xml b/sys-cluster/kops-bin/metadata.xml
index b09038409..55a4b1377 100644
--- a/sys-cluster/kops-bin/metadata.xml
+++ b/sys-cluster/kops-bin/metadata.xml
@@ -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>

diff --git a/sys-cluster/kops-bin/metadata.yml b/sys-cluster/kops-bin/metadata.yml
deleted file mode 100644
index 9e59e4c3a..000000000
--- a/sys-cluster/kops-bin/metadata.yml
+++ /dev/null
@@ -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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/
@ 2025-03-08 19:53 Gabriel M. Dutra
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Dutra @ 2025-03-08 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     01859eedd952e0994592ede6a76c722cbbd51314
Author:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
AuthorDate: Sat Mar  8 19:45:26 2025 +0000
Commit:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
CommitDate: Sat Mar  8 19:53:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01859eed

sys-cluster/kops-bin: update HOMEPAGE, SRC_URI

Signed-off-by: Gabriel M. Dutra <me <AT> dmdutra.dev>

 sys-cluster/kops-bin/Manifest               |  2 +-
 sys-cluster/kops-bin/kops-bin-1.31.0.ebuild | 12 ++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/sys-cluster/kops-bin/Manifest b/sys-cluster/kops-bin/Manifest
index 64e7d60be..5a4dd204f 100644
--- a/sys-cluster/kops-bin/Manifest
+++ b/sys-cluster/kops-bin/Manifest
@@ -1,2 +1,2 @@
+DIST kops 266345981 BLAKE2B 69afe419a457263971d5613f4935d9c6ffab76b284a7f6f827d02aebb7bc9e4c0af27570c313dd02c1b3e80ae49e93d961a0bca3d5a4cf668975bbb538819f56 SHA512 df86d61f2d920fd6497618f6062464206ba4fbed2c72c94d31b0b6a5f26833bd2293cb02ce063a833e3557f8b1a7545398a99560d98056471d1012e843a69051
 DIST kops-bin-1.25.3.bin 169712286 BLAKE2B 7b4e9cecb625d734b128456c4e9cc3bd8db386a63a798140e38f7ecfa2e61395ce612e99e41ec7b9f6752bbf36dd4b632b35ce3bb1836df65a30517e63c8c436 SHA512 7271bbc88bdf48cea3922bb173a0dd82584d2ea8d6b43b747312329ba5df540951c4b046cc273ece1e44c9f9a3024e5c61fa80f192ea4b8c264ccfa295b8cafe
-DIST kops-bin-1.31.0.bin 266345981 BLAKE2B 69afe419a457263971d5613f4935d9c6ffab76b284a7f6f827d02aebb7bc9e4c0af27570c313dd02c1b3e80ae49e93d961a0bca3d5a4cf668975bbb538819f56 SHA512 df86d61f2d920fd6497618f6062464206ba4fbed2c72c94d31b0b6a5f26833bd2293cb02ce063a833e3557f8b1a7545398a99560d98056471d1012e843a69051

diff --git a/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
index 3dd1bef8f..ca9a4f743 100644
--- a/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
+++ b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
@@ -4,20 +4,16 @@
 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"
+HOMEPAGE="https://kops.sigs.k8s.io/"
+SRC_URI="https://github.com/kubernetes/${PN%-bin}/releases/download/v${PV}/kops-linux-amd64 -> ${PN%-bin}"
+S="${WORKDIR}"
 
 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}"
+	dobin "${DISTDIR}/kops"
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/
@ 2025-03-09  0:05 Gabriel M. Dutra
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Dutra @ 2025-03-09  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     35e2f6bf1824ae652ba7fabbf3295fc5236a2c14
Author:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
AuthorDate: Sun Mar  9 00:03:49 2025 +0000
Commit:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
CommitDate: Sun Mar  9 00:05:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35e2f6bf

sys-cluster/kops-bin: Update copyright

Signed-off-by: Gabriel M. Dutra <me <AT> dmdutra.dev>

 sys-cluster/kops-bin/kops-bin-1.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
index ca9a4f743..63b3e51a5 100644
--- a/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
+++ b/sys-cluster/kops-bin/kops-bin-1.31.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-09  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 19:53 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/kops-bin/ Gabriel M. Dutra
  -- strict thread matches above, loose matches on Subject: below --
2025-03-09  0:05 Gabriel M. Dutra
2025-03-08 15:30 Gabriel M. Dutra
2022-12-04  7:06 Gabriel M. Dutra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox