From b93160fedf4e7a6f7f4101dfb7f3ff0df5cee2c0 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 31 Mar 2021 08:05:44 +0200 Subject: [PATCH] app-emulation/docker-cli: Import from Gentoo Docker upstream split the cli component into a separate repo, so there is a separate ebuild that builds the docker utility. This is a prerequisite of the update of docker to 20.10. This is an import from portage commit 69d01a4273a556b1205a7a575cb3811ab7e2443d. Signed-off-by: Jeremi Piotrowski --- .../app-emulation/docker-cli/Manifest | 1 + .../docker-cli/docker-cli-20.10.7.ebuild | 54 +++++++++++++++++++ .../app-emulation/docker-cli/metadata.xml | 8 +++ 3 files changed, 63 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest create mode 100644 sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.7.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/metadata.xml diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest new file mode 100644 index 0000000000..cc17710a6c --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/Manifest @@ -0,0 +1 @@ +DIST docker-cli-20.10.7.tar.gz 7523515 BLAKE2B 36ae46a28ca943e75419014b8b8453dbdd36bf240b9c36aed245447241dd07635da0319fd9b6ea409ecbe4c419eec8650d94d2a296e45a9c3b02a9a47a314888 SHA512 4523ae70cb27d848da119070171af2eb84e974ac39d70be4feee105e37c949487c7f72a9bc30c32ce71bffb0787e27b7b9194ce5a8aeae57bdfeb3f2d730010f diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.7.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.7.ebuild new file mode 100644 index 0000000000..b1c2353fae --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.7.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GIT_COMMIT=f0df35096d +EGO_PN="github.com/docker/cli" +inherit bash-completion-r1 golang-vcs-snapshot + +DESCRIPTION="the command line binary for docker" +HOMEPAGE="https://www.docker.com/" +MY_PV=${PV/_/-} +SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm64" +IUSE="hardened" + +RDEPEND="! + + + + williamh@gentoo.org + William Hubbs + +