commit: ab4e1487c62bdfa7b699ddf518fccef740b819be Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 09:08:59 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 09:10:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4e1487
app-admin/ig: Add vendor tarball Upstream will provide this with their next release. I am hosting it in my dev space in the meantime. Closes: https://github.com/gentoo/gentoo/pull/42637 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> app-admin/ig/Manifest | 1 + app-admin/ig/ig-0.41.0.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-admin/ig/Manifest b/app-admin/ig/Manifest index 93e983906179..bf5a8ec0dc24 100644 --- a/app-admin/ig/Manifest +++ b/app-admin/ig/Manifest @@ -1 +1,2 @@ +DIST ig-0.41.0-vendor.tar.xz 8790716 BLAKE2B e7d6e73265bbed59dc5cfe3006ae693fba5ce8234db9b92570b462eb5bb994d905149683901120d36cf9a060fe525ce4392cc57aac78b20a0590f7fdc2d0f856 SHA512 f96d633e17fe15ce9e6e37db7f4e4228aaabf2b5f82b64f930e757f70019ea8c86ee2c73a106549fff647c1741abce92b94974b871da4b587af561616b67a6ff DIST ig-0.41.0.tar.gz 7927020 BLAKE2B 476c6eab4add80d5ed276ef1329fb0129f1ba9ee557570a9a3dbb70567da02e042cb578e7a2e65f5cb4936d7bcbd974dbd0264d12e99decedab0922945de8f9b SHA512 4335330b3b990b8fb5a3a313c1c2ad3158b818d5b1df0fc27b4a0de37653a343483ac0a38035a7a2f5c2b2876a413e97fdf179e160a32ebe86764216206af1e7 diff --git a/app-admin/ig/ig-0.41.0.ebuild b/app-admin/ig/ig-0.41.0.ebuild index 7137de1c75cc..1c2ecdf25654 100644 --- a/app-admin/ig/ig-0.41.0.ebuild +++ b/app-admin/ig/ig-0.41.0.ebuild @@ -6,7 +6,8 @@ inherit go-module DESCRIPTION="Tools and framework for data collection and system inspection using eBPF" HOMEPAGE="https://github.com/inspektor-gadget/inspektor-gadget" -SRC_URI="https://github.com/inspektor-gadget/inspektor-gadget/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/inspektor-gadget/inspektor-gadget/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~chewi/distfiles/${P}-vendor.tar.xz" S="${WORKDIR}/inspektor-gadget-${PV}"
