From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeseal/
Date: Sun, 21 May 2023 17:03:09 +0000 (UTC) [thread overview]
Message-ID: <1684688252.6d2788936af0de29a12c9ee0e68079ae6a7474fb.concord@gentoo> (raw)
commit: 6d2788936af0de29a12c9ee0e68079ae6a7474fb
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 16:57:32 2023 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun May 21 16:57:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d278893
sys-cluster/kubeseal: add 0.21.0
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
sys-cluster/kubeseal/Manifest | 2 ++
sys-cluster/kubeseal/kubeseal-0.21.0.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sys-cluster/kubeseal/Manifest b/sys-cluster/kubeseal/Manifest
index 2fb1e0c7901c..c70963490d17 100644
--- a/sys-cluster/kubeseal/Manifest
+++ b/sys-cluster/kubeseal/Manifest
@@ -1,2 +1,4 @@
DIST sealed-secrets-0.20.2-deps.tar.xz 50136172 BLAKE2B aa8055f56ade09539e266f2155daa05ddf403dabede8573c2299b200bb1cc5955e9acedd7fd3fe0fe45e474c5df430d76edef5abcd8abe2675db7abafe908ccd SHA512 99c1cf0ba5aa2f3e4a332b5b206627d652c0f2dab6e0be6b2b6da8459ca3be10c768eb4e5f552b918d8f4231283bf5b793f156948a40505a3dc53031f10ea3bf
DIST sealed-secrets-0.20.2.tar.gz 1302289 BLAKE2B 019cd7daf7ec0fb6977aa8be519b905016e98f67a9a17ec4b2546400c0543779eb662e6e4f134f7e88fd9f172528a10604d1a78fbf8c880c9b3bab1f752a97ec SHA512 9348ee052652799b833d291158769b9f8039f7270209443adc79f47335faca64ca876d1198de0dcbf2e8977a78471c25b56caf735a6965a41194ebcaa7931c51
+DIST sealed-secrets-0.21.0-deps.tar.xz 51527452 BLAKE2B 0f2518167321760a6eed37ae69464b36f5c29c085487c21259e9e115f812fb50ebf3039e625971c9862e022a70abb5d4620262d4c30420e95c756a8731519639 SHA512 d53cf1575cda1c34d5823863bf9c6a0ca477ab85942706589f38ac9ec81f7c82396fa45b7f84fc3b45f2ee0180d28276515b670ddbe0b3ecfcccb506f36106ad
+DIST sealed-secrets-0.21.0.tar.gz 1295839 BLAKE2B d1dd9ccb9ef60fcb8cc8ea8a038d714d0055313868ee2c848c287a57a5b1f7e674c68dbb1f7d3e8a03a98db70fcc5447b5a1672cb4088cd10c5ee95fee35c693 SHA512 e527189daaa259d5301086fd47a87b7daa1cf1da0a729ba59a46064e4e915d3af08fceede22f35a912b5d692cf29aaf6508780cf97b29d779de5d771cec29bf8
diff --git a/sys-cluster/kubeseal/kubeseal-0.21.0.ebuild b/sys-cluster/kubeseal/kubeseal-0.21.0.ebuild
new file mode 100644
index 000000000000..d4f364c86e91
--- /dev/null
+++ b/sys-cluster/kubeseal/kubeseal-0.21.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+MY_PN="sealed-secrets"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Client-side utility for one-way encrypted secrets in kubernetes"
+HOMEPAGE="https://github.com/bitnami-labs/sealed-secrets"
+SRC_URI="https://github.com/bitnami-labs/sealed-secrets/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/${MY_P}-deps.tar.xz"
+
+LICENSE="Apache-2.0 BSD ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened"
+
+BDEPEND=">=dev-lang/go-1.19"
+
+RESTRICT+=" test"
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+ emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}" ${PN}
+}
+
+src_install() {
+ dobin ${PN}
+}
next reply other threads:[~2023-05-21 17:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-21 17:03 Kenton Groombridge [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 20:19 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeseal/ Kenton Groombridge
2025-05-27 20:19 Kenton Groombridge
2025-01-06 22:25 Kenton Groombridge
2024-11-12 19:42 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2023-12-22 16:24 Kenton Groombridge
2023-12-22 16:24 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-03-27 23:07 Kenton Groombridge
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=1684688252.6d2788936af0de29a12c9ee0e68079ae6a7474fb.concord@gentoo \
--to=concord@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