diff options
author | William Hubbs <williamh@gentoo.org> | 2024-08-28 08:31:59 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-08-28 08:31:59 -0500 |
commit | 56e16b61679882687a72517cf9bb01eac52ac2f8 (patch) | |
tree | 02bd4f60742e8a6ae45d7931d997faa20e0d6363 /app-containers | |
parent | app-containers/cosign: drop 2.0.1, 2.2.0, 2.2.1, 2.2.3 (diff) | |
download | gentoo-56e16b61679882687a72517cf9bb01eac52ac2f8.tar.gz gentoo-56e16b61679882687a72517cf9bb01eac52ac2f8.tar.bz2 gentoo-56e16b61679882687a72517cf9bb01eac52ac2f8.zip |
app-containers/cosign: drop 2.0.0
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/cosign/Manifest | 2 | ||||
-rw-r--r-- | app-containers/cosign/cosign-2.0.0.ebuild | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-containers/cosign/Manifest b/app-containers/cosign/Manifest index a5881fa705c8..9a0c2416a615 100644 --- a/app-containers/cosign/Manifest +++ b/app-containers/cosign/Manifest @@ -1,5 +1,3 @@ -DIST cosign-2.0.0-deps.tar.xz 446730048 BLAKE2B f59c698ef5c4b908d09af10d0f254c9e03c3e109451d3e2ba2a7d5df007735651e1e28a089f07120155ee2d11648224afc2b126779ca344f0bdd8cd5f155d205 SHA512 29454a7710e18967879010f19c72ffebb75a867d495c48623fa7c61b20d770eb5868e96f0350fba275030438b309a4d1cf7a63212b208725fd5513de3693370b -DIST cosign-2.0.0.tar.gz 6654819 BLAKE2B eee1f7f86a12173baa8d6bac2441646b61c1ce205bbd695018bcf4f068e266c245f2cbd131a40017bb8d88bc8d1960b91c49782c9cdf65e2e47ce356ffe2a92c SHA512 b64fd9bc806d72aaada007d8e0bedcd73ba42cb35fbf4c0ee589c92d5460c90e5604f0ddb6a1f12ba45ce588098803ef026a309332a78613284265e95af4354f DIST cosign-2.2.4-deps.tar.xz 153098164 BLAKE2B 6e900386c307fc5bc19057ab62d87eb6ff597916d3cabf14372ce8cd4b39c0fd11ec787fcb96d3db297c7907584617307ab3a87b2e797de56ef6dee4cff3f50b SHA512 d0873fd15819c9c580a8f70a01859ac8e166ba79f9702fe757d95b482ee92914c66b13b9abe3093f79b9657612d9c7da8ce662aca7bc680ff533c7fcb1848e30 DIST cosign-2.2.4.tar.gz 840586 BLAKE2B 22522fc70ff6b01957af2e294b7fdad740d55cc9710f9023246855dd9383be0688934f27e5b32cde3383cdfe3c02cd2de5547a515a14c1442ac85afc9e566b8f SHA512 3a2e2e7ea3964428bc7c4adb9475fbb730cbe2b7dfa7a5eb5cf350d88a4f3a9aef64f00574c7f38bf0074cb3e386cd26e6cfe4558ce5989ea557b654aa82ef71 DIST cosign-2.4.0-deps.tar.xz 153232112 BLAKE2B 9aa2da10bb063a554c4722ed3523ab1ec332209eec3d1adffa53d22ddec4296b834a2c9194323684ef27d738439818ba9e6e8539ca10e17eb40a835178eaf7fb SHA512 ff3a16420d2e0291bb67f856cd21ad519fcdbd08489cfd9dfe29aa816d077f6fc32ec1d314291f4811ae717270448b92c000e1a0d115a9b5f1346f17567e78a5 diff --git a/app-containers/cosign/cosign-2.0.0.ebuild b/app-containers/cosign/cosign-2.0.0.ebuild deleted file mode 100644 index 62b7d9662254..000000000000 --- a/app-containers/cosign/cosign-2.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GIT_HASH=d6b9001f8e6ed745fb845849d623274c897d55f2 -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 -dodoc CHANGELOG.md -} |