From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/cosign/
Date: Mon, 17 Oct 2022 14:33:19 +0000 (UTC) [thread overview]
Message-ID: <1666017175.1d7282c8cb9e2c88da3a612d5f12e89c03b9b4d7.williamh@gentoo> (raw)
commit: 1d7282c8cb9e2c88da3a612d5f12e89c03b9b4d7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 14:32:24 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 14:32:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7282c8
app-containers/cosign: add 1.13.0
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-containers/cosign/Manifest | 2 ++
app-containers/cosign/cosign-1.13.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-containers/cosign/Manifest b/app-containers/cosign/Manifest
index ca26af4c175f..e6e6ee07ff1d 100644
--- a/app-containers/cosign/Manifest
+++ b/app-containers/cosign/Manifest
@@ -2,3 +2,5 @@ DIST cosign-1.10.0-deps.tar.xz 393342088 BLAKE2B 527a143a1a81b86c8d2d2186c6e1811
DIST cosign-1.10.0.tar.gz 7140596 BLAKE2B 796ada75ce24ba8d2c7ad8702b9abeb82fd3ae75decac58c8e95f41bda7420056659cf76b4d79a1eaf3e3752c91ebb5da7bbb8bfbcfc0e99bea335ee7566183d SHA512 8ce41349737835945b0a5fe66d9b87b8747301c4e067db305ad7fc573bb8e86b2c6ae787944e01f8490a6db7aba72c33e285f098d0b7c710f1e54814a9cb2cdd
DIST cosign-1.12.1-deps.tar.xz 383293220 BLAKE2B d409b64f47c780afcb5e500520c798cdc3035ea773b5f121d1269755edefe43f8a7445072b565accc20507e7e536cc7dab8ea250076a0652127e123b3d1809d2 SHA512 ed0e040f392178ddc954f1e38f4d5562c9840fcfa22a24024c8f20857b4b7f281ba525bbb28286cb883fbd82e11ce74c642d6261c79375f35dcd98da4332ef51
DIST cosign-1.12.1.tar.gz 6638172 BLAKE2B f748e993cc2c37a67c42255b8c08ca6471c31fb02251ca7d42b8c7e85003aa879907421fc2df2bd8e0e4080865b33ceeafd47fd7b538969bd80f3b566e6aecf8 SHA512 ed53561a37a308481f158acf91e8cdb0dea8d348eb3cc30b3f882717fd18defc6cac330131c5b93609b587c2b8cefa000b1e1a9de5d0a070534f05aa09c55bd9
+DIST cosign-1.13.0-deps.tar.xz 381161148 BLAKE2B 63d4423c441fbf933ac7614ba5c2b0611b274be58f7e1c65528d02777a0da6ffc224e093135c0ec56b6a067dfc8f1a80216a75cac9fd31467c815519fdc48ae4 SHA512 03950de39b324708aefb0d5be44a04ebab913bd06c4ecc9dff8a15c9c044c40e4330c924e1b79d91a954bc711d96d5ce92705d85c148e67a5d6239f1b4a1d526
+DIST cosign-1.13.0.tar.gz 6645872 BLAKE2B e909f87cac45dce155eb0185f3bb94dadad4aeea94b04937f288fa8d1a426028659f0277b8c4ab2c34778b7a948968fca040486257c357ef38dedfee400df792 SHA512 341928ecd7416cb4fd3023176e1f8a96f16b536810b9ea1b91d91051bfc42bc04d1fd4d03b765e39539c33ac1f94da8204f2e65f6858bc4bf7607ea78bc033c9
diff --git a/app-containers/cosign/cosign-1.13.0.ebuild b/app-containers/cosign/cosign-1.13.0.ebuild
new file mode 100644
index 000000000000..ea2160da3d5e
--- /dev/null
+++ b/app-containers/cosign/cosign-1.13.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GIT_HASH=6b9820a68e861c91d07b1d0414d150411b60111f
+inherit go-module
+
+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
+}
+
+src_install() {
+ dobin cosign
+ einstalldocs
+}
next reply other threads:[~2022-10-17 14:33 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-17 14:33 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-06 16:32 [gentoo-commits] repo/gentoo:master commit in: app-containers/cosign/ William Hubbs
2025-10-06 16:32 William Hubbs
2025-05-21 18:52 William Hubbs
2025-05-06 17:12 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-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=1666017175.1d7282c8cb9e2c88da3a612d5f12e89c03b9b4d7.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