From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/cosign/
Date: Tue, 20 Feb 2024 19:48:01 +0000 (UTC) [thread overview]
Message-ID: <1708458475.ad822d74af51a201e3a18a9550a12e1cebdf1d26.williamh@gentoo> (raw)
commit: ad822d74af51a201e3a18a9550a12e1cebdf1d26
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 19:47:11 2024 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 19:47:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad822d74
app-containers/cosign: add 2.2.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-containers/cosign/Manifest | 2 ++
app-containers/cosign/cosign-2.2.3.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-containers/cosign/Manifest b/app-containers/cosign/Manifest
index 501b5cc33ac9..501d631a7ce8 100644
--- a/app-containers/cosign/Manifest
+++ b/app-containers/cosign/Manifest
@@ -6,3 +6,5 @@ DIST cosign-2.2.0-deps.tar.xz 474893012 BLAKE2B 75b8a9ccdb117c9eb147a5efd2a16716
DIST cosign-2.2.0.tar.gz 850421 BLAKE2B 182bb28cf2b17a04e20d61d4d039e9106fb54a773a9669ad27ff1f3f081a5739dbba7b949688d71a882a4cefceda057ce2636af50e99795194e9656c05928e08 SHA512 379c8544744afb36c143113d6cd3af63cdc28249a34e4c81ab4fe547e97868ae28e0796d9fe77108b7fa2ba30e6379be612650a4f37dc34c08de3fb88fbc5e1d
DIST cosign-2.2.1-deps.tar.xz 487130076 BLAKE2B a0adbfc4d6230f4ba1013dfc28638752e1732eff92b72993aa386073d255a2629c9abb36bca24cacdcd7edff11b4f34cd54356cb3af82b2c3a781a19c12c168e SHA512 27d09d16abbf1ee3d4d1e186dca9cd0836a6da8e36eeb6cce861c85c2a1ec594a4b37dfbd3ada0970fe469aebcf188a0bbe9f8903871bca0e3b81fb718acda09
DIST cosign-2.2.1.tar.gz 853562 BLAKE2B 40894d00d6071206221010337cb517ee9559518764a0d991df3363cb4dc381a0af4cd31e60c0c1fc6cffce6086af08c908ccf503893356f224f95b1d4085b195 SHA512 84f2308bbb1968eaf6d0d95e2dcb8efa2c42cd2599298b37d576e5e87f0cf6c1153c330b034908c0c7557953e0a7d964eaa4a8768f7dc35900f5f427d8fe7713
+DIST cosign-2.2.3-deps.tar.xz 429760040 BLAKE2B 47ee9a4f6305a670e1818ce74a9da351fc763d4196334d738ab48b9dcba06f4be43ce2ba77dc879aae59ada2fa2ea66168a223c9da1029e02e140590dd1733a5 SHA512 481f8593b80d91996f2b2d4de10acad8bf1c5db3cf099a9683fd7da307c1142c870166a9222e58f9449a060248c94fecf35343dccc07d5cbf2acbdc00c0aef29
+DIST cosign-2.2.3.tar.gz 845096 BLAKE2B 2017cc1716899640cbfc10ce093280a1ee4789eb1e8a8077978ebe4efe38075efa73ccb1abecb41eaa64dc16e652dbb709be7f195a6542284d86b2d9fb5128f3 SHA512 fc488c80dab3d05e0eca714c6107fada01dfddc2b68747676665d20a3f229224bbe36bfc60625c581c2e80dd10ad1421e142cf7ef6e24eba0894a708f2d10f06
diff --git a/app-containers/cosign/cosign-2.2.3.ebuild b/app-containers/cosign/cosign-2.2.3.ebuild
new file mode 100644
index 000000000000..a1421c9276eb
--- /dev/null
+++ b/app-containers/cosign/cosign-2.2.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+GIT_HASH=493e6e29e2ac830aaf05ec210b36d0a5a60c3b32
+SOURCE_DATE_EPOCH=1706723680
+
+DESCRIPTION="container signing utility"
+HOMEPAGE="https://sigstore.dev"
+SRC_URI="https://github.com/sigstore/cosign/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+ emake \
+ GIT_HASH=${GIT_HASH} \
+ GIT_VERSION=v${PV} \
+ GIT_TREESTATE=clean \
+ SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH}
+}
+
+src_install() {
+ dobin cosign
+ einstalldocs
+dodoc CHANGELOG.md
+}
next reply other threads:[~2024-02-20 19:48 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 19:48 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-06 17:12 [gentoo-commits] repo/gentoo:master commit in: app-containers/cosign/ William Hubbs
2025-03-29 21:56 William Hubbs
2025-03-29 20:45 William Hubbs
2025-01-10 11:06 Arthur Zamarin
2025-01-10 10:55 Arthur Zamarin
2024-08-28 13:32 William Hubbs
2024-08-28 13:32 William Hubbs
2024-08-28 13:27 William Hubbs
2024-08-28 13:23 William Hubbs
2024-07-16 23:10 William Hubbs
2023-11-10 16:55 William Hubbs
2023-09-12 17:26 William Hubbs
2023-04-11 15:59 William Hubbs
2023-04-04 16:20 William Hubbs
2023-04-04 16:20 William Hubbs
2023-03-10 3:23 William Hubbs
2023-01-11 21:10 William Hubbs
2022-10-17 14:33 William Hubbs
2022-09-29 15:35 William Hubbs
2022-09-29 15:35 William Hubbs
2022-07-26 16:32 William Hubbs
2022-07-18 21:18 William Hubbs
2022-07-18 21:18 William Hubbs
2022-05-10 17:47 William Hubbs
2022-03-19 22:50 William Hubbs
2022-03-19 22:29 William Hubbs
2022-03-19 20:29 William Hubbs
2022-02-19 21:49 William Hubbs
2022-02-19 20:51 William Hubbs
2022-02-09 18:19 William Hubbs
2022-01-27 19:40 William Hubbs
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=1708458475.ad822d74af51a201e3a18a9550a12e1cebdf1d26.williamh@gentoo \
--to=williamh@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