From c2c94fa938ba982886433103d4d64b242d25111f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 4 Jan 2021 17:00:59 -0600 Subject: app-emulation/docker-cli: new package, docker command line binary Starting with docker-20.10.1, the "docker" command line binary has been split into this package by upstream. Bug: https://bugs.gentoo.org/762520 Signed-off-by: William Hubbs --- app-emulation/docker-cli/Manifest | 1 + app-emulation/docker-cli/docker-cli-20.10.1.ebuild | 63 ++++++++++++++++++++++ app-emulation/docker-cli/metadata.xml | 8 +++ 3 files changed, 72 insertions(+) create mode 100644 app-emulation/docker-cli/Manifest create mode 100644 app-emulation/docker-cli/docker-cli-20.10.1.ebuild create mode 100644 app-emulation/docker-cli/metadata.xml (limited to 'app-emulation/docker-cli') diff --git a/app-emulation/docker-cli/Manifest b/app-emulation/docker-cli/Manifest new file mode 100644 index 000000000000..191059685e03 --- /dev/null +++ b/app-emulation/docker-cli/Manifest @@ -0,0 +1 @@ +DIST docker-cli-20.10.1.tar.gz 7705467 BLAKE2B e1bbca2a0bf4e8a78600f8c4090d20f6ce173fe8efa9609048771312afb420b9176257d0540a8dc0700c02fb0c117cfdbb0c8ffc6f81049c62b78417b1b18d14 SHA512 47d15647db2a4ca6de29ba1d67aa198b9baa4af9ccf08e92e2a7222f28391567f8a2f6beeb4d8d80fa16a05ce8902de16b8951da2a34cbed9e27c72e0443c3e8 diff --git a/app-emulation/docker-cli/docker-cli-20.10.1.ebuild b/app-emulation/docker-cli/docker-cli-20.10.1.ebuild new file mode 100644 index 000000000000..6349b29fa6a6 --- /dev/null +++ b/app-emulation/docker-cli/docker-cli-20.10.1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GIT_COMMIT=831ebeae96 +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 ~arm ~arm64 ~ppc64 ~x86" +IUSE="hardened" + +RDEPEND="! + + + + williamh@gentoo.org + William Hubbs + + -- cgit v1.2.3-65-gdbad