diff options
author | William Hubbs <williamh@gentoo.org> | 2022-07-27 12:46:21 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-07-27 12:47:40 -0500 |
commit | 3f8f83fb644029e9e85305405e500d851318da8c (patch) | |
tree | 6961c7660ce25491ade3fe0dd8d0a1c787cbcf3f | |
parent | sys-apps/fwupd: Fix typo in REQUIRED_USE (diff) | |
download | gentoo-3f8f83fb644029e9e85305405e500d851318da8c.tar.gz gentoo-3f8f83fb644029e9e85305405e500d851318da8c.tar.bz2 gentoo-3f8f83fb644029e9e85305405e500d851318da8c.zip |
app-containers/syft: drop 0.51.0
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | app-containers/syft/Manifest | 2 | ||||
-rw-r--r-- | app-containers/syft/syft-0.51.0.ebuild | 22 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-containers/syft/Manifest b/app-containers/syft/Manifest index b54bdf73ef57..2610778a3784 100644 --- a/app-containers/syft/Manifest +++ b/app-containers/syft/Manifest @@ -1,4 +1,2 @@ -DIST syft-0.51.0-deps.tar.xz 632084588 BLAKE2B f9b3e4e41521c25b6e338f2b8f3bba0be08e7608d95de7dba6f5f104e22b8de8a4b419e574e19634099a3bbc55556f83949c68abd5ae52d14b5e97cb9306bf22 SHA512 819236c275762cc42c60339ee2d6886f0998f34609ab0bbef3150b23fbcf3cecaea63d92f6e2e161bf3ec30edae00ef467755900fd1c98389db2f9cd8113fbf4 -DIST syft-0.51.0.tar.gz 3727474 BLAKE2B ae9f54f421faa530aabbbadd985071f603ccaa32c6cd5f0dd400ea9163a218e8ddd5e7035042a7eda6cd06910ce96ae0f42b7422c932992fad812431a42ac059 SHA512 fb844a76d3f3f303e781cea40ac6fb573927f6465a39da10fe9cffeb08ce7b1e8b8ed4acb219206e53159f802eaa12dce73ce5bc3b868f6f4270a30498b6b767 DIST syft-0.52.0-deps.tar.xz 962322444 BLAKE2B 696dd14adf54c8ab51cc91d22028ce0ace3b6a5835fb8c3ce6d26080f0ce75d2a9ca332f2275a71706a2152519b01a71577827ac63c12ffb87ad1605ffd18b28 SHA512 b6897a12b8a15c8c2b4672e93ca03fe26a182ee87e48ac4bdd26057f544a6a45aa5ce6317a38e157b99a70830d4a0241f8b4cb15f8fffccaf195ac4c4ff64cd8 DIST syft-0.52.0.tar.gz 3726656 BLAKE2B de8492adde3bef944a9b853990ba5909aa14ccc223f42833fa2a49d1bd5772455bd3ab9ac3a8886b353dc79c6e93338e43e9c448623bd31c422155e0adb1f276 SHA512 2ffaaa154546061d1d61bf8f0b3d5cf10282dbbb08876cc9e87777a23efdba1fd462c395ee4cf14d334f49ae4575e2db5fe8b5fbe7439dd24ff22ec8efeb6501 diff --git a/app-containers/syft/syft-0.51.0.ebuild b/app-containers/syft/syft-0.51.0.ebuild deleted file mode 100644 index 2c42d972b97c..000000000000 --- a/app-containers/syft/syft-0.51.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="Generate a Software Bill of Materials from container images and filesystems" -HOMEPAGE="https://www.anchore.com" -SRC_URI="https://github.com/anchore/syft/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" - -src_compile() { - ego build -o bin/syft ./cmd/syft -} - -src_install() { -dobin bin/* -} |