commit:     86320607710358a0fae063e861010f361b0f077c
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 14:41:13 2026 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 14:41:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86320607

app-containers/cosign: add 3.0.3

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

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

diff --git a/app-containers/cosign/Manifest b/app-containers/cosign/Manifest
index 1b264c6cccb9..e8b60d4f3534 100644
--- a/app-containers/cosign/Manifest
+++ b/app-containers/cosign/Manifest
@@ -2,3 +2,5 @@ DIST cosign-2.5.0-deps.tar.xz 153839268 BLAKE2B 
50fab18892824fe7a5b51827ed32b25a
 DIST cosign-2.5.0.tar.gz 896846 BLAKE2B 
bcf36d3ab4c158a02ade51685a2879e0f2092b94ab160f8dd20e28de7f422156e605ca0a943017d99d1a125694bb06243cb267cc7b575cdc452ad11fcef67cff
 SHA512 
af67ab24f5fbf3ebdff5a4ead7243c8a64ce4e9f2bdc9afcd222dd230f50049a6ee6288dcb53440be41baf7608a21964ff772d24ba258039252a366480622ba0
 DIST cosign-2.6.1-deps.tar.xz 147025452 BLAKE2B 
6addec265e7b674214a88361b4a83dce54b2b853973a69b66ffd36257caeb86623bb3dc3a4cb42c59cbae2a392551cd4365b5d2fb13a4ddbe43387b2aebaf269
 SHA512 
24c2d91ee9e4f88b1c6069e1764cb24f4d8048fe2f63280ee6e3763661fe94ec9b12adea4882c8bb2b4722807d7a338e49822880ab869d9ebaba70a2497e7861
 DIST cosign-2.6.1.tar.gz 987321 BLAKE2B 
a5c01899ab3a2f69c40fa3a80206334497c772c7a197fc2923b75db560583504abba072972cab4623feb82f4bb5f99293dcce33099fe0a193cbbcbfeebfcef98
 SHA512 
1498ef9504c10f0787927ca5841c8b158fec69902e59bac55b28409d21f241a787ceee7052e846570b192faa9181bea792d8a1d6099ef183420e620b0bb4ae28
+DIST cosign-3.0.3-deps.tar.xz 147117736 BLAKE2B 
8dfd5140715e19adc3daedcf974f94ddcfe53e84af8c17334be003789f3fef87d6b778fdb8c38eb9ecb2f714857b40bf34dcea84071b9619f4f74c77f538410c
 SHA512 
f638eb23ba58ca80f2fa3095d36a9205b04438325a003666573355167c515581843f1a92ff016b748c7d210f4cd42c19e61b57c610cf6bf54c7d861c65303c02
+DIST cosign-3.0.3.tar.gz 949214 BLAKE2B 
c41a776f5967c4692e84764f450340707f14c3a12dcbf6ded45bbb3d9b5cef59f291aaf5b56b56229a47f58baeee2b5efeff6529f3327d76eec86dee367b9dd0
 SHA512 
bbb0a248ad858a0c867e8760a752030cbe957682686f3f3cfaf1bd7ae350832df2e6d6fe9388f7323353d7377ae9920a99006c3be27610e5d89bfa9b737ab343

diff --git a/app-containers/cosign/cosign-3.0.3.ebuild 
b/app-containers/cosign/cosign-3.0.3.ebuild
new file mode 100644
index 000000000000..4c29b59e5e82
--- /dev/null
+++ b/app-containers/cosign/cosign-3.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+GIT_HASH=3f32cea203c59a93323a6bebfebff03417520143
+SOURCE_DATE_EPOCH=1765324943
+
+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 via email to