From 785725c167b4db20a1c407d75a4619f62badffa4 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 17 Sep 2024 09:44:39 +0200 Subject: [PATCH] app-containers/docker-cli: apply Flatcar patch * for now, manpages are not generated yet. Signed-off-by: Mathieu Tortuyaux --- .../app-containers/docker-cli/docker-cli-27.2.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild index 59093abdc5..b70907a280 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild @@ -12,7 +12,7 @@ inherit bash-completion-r1 golang-vcs-snapshot DESCRIPTION="the command line binary for docker" HOMEPAGE="https://www.docker.com/" SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz" +# SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz" LICENSE="Apache-2.0" SLOT="0" @@ -31,7 +31,8 @@ S="${WORKDIR}/${P}/src/${EGO_PN}" src_unpack() { golang-vcs-snapshot_src_unpack set -- ${A} - unpack ${2} + # Flatcar: skip unpacking temporarily + # unpack ${2} } src_prepare() { @@ -55,7 +56,8 @@ src_compile() { src_install() { dobin build/docker - doman "${WORKDIR}"/man/man?/* + # Flatcar: skip installing manpages temporarily + # doman "${WORKDIR}"/man/man?/* dobashcomp contrib/completion/bash/* bashcomp_alias docker dockerd insinto /usr/share/fish/vendor_completions.d/