From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeletctl/
Date: Mon, 13 Jan 2025 02:27:04 +0000 (UTC) [thread overview]
Message-ID: <1736735116.c37a56d8233bfd78ff15f8c026ce54ff0919dcde.zmedico@gentoo> (raw)
commit: c37a56d8233bfd78ff15f8c026ce54ff0919dcde
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 02:25:07 2025 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 02:25:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a56d8
sys-cluster/kubeletctl: add 1.13
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-cluster/kubeletctl/Manifest | 2 ++
sys-cluster/kubeletctl/kubeletctl-1.13.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-cluster/kubeletctl/Manifest b/sys-cluster/kubeletctl/Manifest
index ec896e78645b..82e052c8303a 100644
--- a/sys-cluster/kubeletctl/Manifest
+++ b/sys-cluster/kubeletctl/Manifest
@@ -1,2 +1,4 @@
DIST kubeletctl-1.12-deps.tar.xz 1586588 BLAKE2B e39f271cfa2a5b0e9283139181d0d988c54643985416c1ca5fa09fd266ddcc5621d7b537b1edb2bbfdc386601bd65591417a483752ec6fbfc883e0d0ad3277bd SHA512 b68bfcc0757e7e0d16648bfa35effe27a1040e189e86417c2967047ee956656eca2ed425a7bae609a076b5a5b408ad1ccb36bc4a0b063fb42df5e0b12e61d850
DIST kubeletctl-1.12.tar.gz 47285 BLAKE2B f8d7784b9fd64bd91679ebb7f2306fd1613cfdf95c94f816a0823f7e0fd6892a4f5611c6263aee6363186fac2b984dadf4b5484505bf5eea87efdd3556968b5c SHA512 a18d37cc383d196cf620aa48f37d0c6e95b468d29ddc8f55c8b58bfbd0a781bbfbffaa6e57d18c8ec79998a1fe28c44460321e78c05a0d4620cfe74e045138c7
+DIST kubeletctl-1.13-deps.tar.xz 1591952 BLAKE2B 3a412a78fbb8a2a491491dcebd1543d041647dec76158587d43362389517fd94eda285ec9c525b3928cf142ff02e259cc218aafdc86d5576a878431bb7c46308 SHA512 e7be1372fbf4d925ee5af806e4f691122d607474136238d9ddcb0dfe390a70914f422f0a073cdd96b4f9528aef63463ff184718a0ac9cc8feb30d2030306adbe
+DIST kubeletctl-1.13.tar.gz 48977 BLAKE2B 2a926c5f53f2ac40809f9f5e28fdcbe481489889dc6d13a7083eca5e7fb261d88df8d6c211455a4a74382c3f7c7f88e7b63a60efae54c89123d671b97c127bff SHA512 179b838951246eb975179613c7db652b45555a373a24a6142e5b53dcb275560fd5d7592e7fed118eaaef33ce2725cc565b6c20e9ed2077339036629a7b6780d5
diff --git a/sys-cluster/kubeletctl/kubeletctl-1.13.ebuild b/sys-cluster/kubeletctl/kubeletctl-1.13.ebuild
new file mode 100644
index 000000000000..1abb208e9000
--- /dev/null
+++ b/sys-cluster/kubeletctl/kubeletctl-1.13.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="A client for kubelet"
+HOMEPAGE="https://github.com/cyberark/kubeletctl"
+SRC_URI="https://github.com/cyberark/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT+=" test"
+PATCHES=("${S}/go-mod-sum.patch")
+
+src_compile() {
+ go build -ldflags "-s -w" || die
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+}
next reply other threads:[~2025-01-13 2:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-13 2:27 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 2:27 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeletctl/ Zac Medico
2024-08-11 19:44 Zac Medico
2022-05-16 3:12 Zac Medico
2022-05-16 3:12 Zac Medico
2020-09-24 16:53 Zac Medico
2020-09-24 16:51 Zac Medico
2020-05-25 20:35 Zac Medico
2020-05-19 1:12 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736735116.c37a56d8233bfd78ff15f8c026ce54ff0919dcde.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox