public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 06 May 2025 17:12:07 +0000 (UTC)	[thread overview]
Message-ID: <1746551489.6f9f73b56f0a38f1c51c4e01bcdac100f9b71dd3.williamh@gentoo> (raw)

commit:     6f9f73b56f0a38f1c51c4e01bcdac100f9b71dd3
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue May  6 17:11:12 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue May  6 17:11:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9f73b5

app-containers/cosign: add 2.5.0

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-containers/cosign/Manifest            |  2 ++
 app-containers/cosign/cosign-2.5.0.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-containers/cosign/Manifest b/app-containers/cosign/Manifest
index d57976a92bff..92eb63ac398f 100644
--- a/app-containers/cosign/Manifest
+++ b/app-containers/cosign/Manifest
@@ -2,3 +2,5 @@ DIST cosign-2.4.0-deps.tar.xz 153232112 BLAKE2B 9aa2da10bb063a554c4722ed3523ab1e
 DIST cosign-2.4.0.tar.gz 864498 BLAKE2B 7154e8b1b171e2491f68a000925b9ad2e59dd8eae8fa5431e482dfdb1b9e04dd42b59c988d765eae615dedc95b35d34d82b3adb9ae7a0bf4bd0a5fefde7a39c5 SHA512 35a57a0cd627d470c957da972e9acbc415a4b7ab0d9ead7e3d3499ecac5a167d93026f886d1c686882a97daac75944d326b06b292cb614ce8e727c81be04fdcb
 DIST cosign-2.4.3-deps.tar.xz 153585464 BLAKE2B ac84bcf1f22ad9679c918ab2f6667a0edd52ebca87d96e35d66e513dfeea5aec1709e104669f6b73ba45a20ba9d34c200cf0e16a733f9cffaf3e805a55d51b96 SHA512 875875ac3dc67b569942c6a1da23ce2e61c89aa44ebbeee421e7dfae679ef7da3caa7496e20001cc6dafd73b4fea006e6b3e6028f95912427871a9902efa6be7
 DIST cosign-2.4.3.tar.gz 885383 BLAKE2B 737d0b9e7178bfd8c83b00ed3b9eca2adff1129f1f15b1feb0752ffaf8d0b82d39c57f71eb9829953b1c3e4107c75f7c42fe03b1ae6804c4d5ad39e833d8f990 SHA512 31de560aca588aebd2180118b8150bbff82c94ce28146e03ea5414b1ae6fb1342d091980b33d8911702eddbf0a544ebad225459cbb6b56e0e71f5b714879e690
+DIST cosign-2.5.0-deps.tar.xz 153839268 BLAKE2B 50fab18892824fe7a5b51827ed32b25a215d27a8460d67668afa8746a7e4b2008837d1cfa16cab447bbd99d983b720f1e5939a3a006d54c8c04753f371ed3a7c SHA512 8eafd5123c00fc2a0dd918b30d9957edb5555cef154515ece6b00edcc287647462e8159ac63fcccc8c59de741feb55fff07354e300ea07e925b22490b8aa88a6
+DIST cosign-2.5.0.tar.gz 896846 BLAKE2B bcf36d3ab4c158a02ade51685a2879e0f2092b94ab160f8dd20e28de7f422156e605ca0a943017d99d1a125694bb06243cb267cc7b575cdc452ad11fcef67cff SHA512 af67ab24f5fbf3ebdff5a4ead7243c8a64ce4e9f2bdc9afcd222dd230f50049a6ee6288dcb53440be41baf7608a21964ff772d24ba258039252a366480622ba0

diff --git a/app-containers/cosign/cosign-2.5.0.ebuild b/app-containers/cosign/cosign-2.5.0.ebuild
new file mode 100644
index 000000000000..fa44048c492d
--- /dev/null
+++ b/app-containers/cosign/cosign-2.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+GIT_HASH=38bb98697005cdc5c092f031594c0e45d039f4a0
+SOURCE_DATE_EPOCH=1744058029
+
+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
+}


             reply	other threads:[~2025-05-06 17:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-06 17:12 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 18:52 [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
2024-02-20 19:48 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=1746551489.6f9f73b56f0a38f1c51c4e01bcdac100f9b71dd3.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