From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 629BA158086 for ; Wed, 3 Nov 2021 21:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E5BE0870; Wed, 3 Nov 2021 21:08:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBAB3E0870 for ; Wed, 3 Nov 2021 21:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9947342CB9 for ; Wed, 3 Nov 2021 21:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914BC163 for ; Wed, 3 Nov 2021 21:08:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1635973707.87bf9803b6e64c6f0d29cb04245699092bba77be.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-cli/Manifest app-emulation/docker-cli/docker-cli-20.10.10.ebuild X-VCS-Directories: app-emulation/docker-cli/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 87bf9803b6e64c6f0d29cb04245699092bba77be X-VCS-Branch: master Date: Wed, 3 Nov 2021 21:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2580316-c7df-49f6-98ba-13f0805423c5 X-Archives-Hash: 1ea9becbf8a922bd1999d52c4592a14b commit: 87bf9803b6e64c6f0d29cb04245699092bba77be Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 3 21:03:52 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 3 21:08:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bf9803 app-emulation/docker-cli: add 20.10.10 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/docker-cli/Manifest | 1 + .../docker-cli/docker-cli-20.10.10.ebuild | 66 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/app-emulation/docker-cli/Manifest b/app-emulation/docker-cli/Manifest index 32326b4ca4f..a10400ab629 100644 --- a/app-emulation/docker-cli/Manifest +++ b/app-emulation/docker-cli/Manifest @@ -1 +1,2 @@ +DIST docker-cli-20.10.10.tar.gz 7527079 BLAKE2B 38d0783d7193e3c67b7129e40c7a69b02d1d38f138dbbb5a9d3f142e021e49cf319ced2f486892c2b3c73386c992592fd6cb843d59f36dd56369b57ed274638e SHA512 27760167b3a582bd0b1e4fbb98e0c45424d8bd58932efdf39cf5a9a33f1e44ffd37fa145fa04502cbfe15cd369fcfe19fbd28f40c4fe43167be62ab2ce328a46 DIST docker-cli-20.10.9.tar.gz 7525889 BLAKE2B 7b12f81ed98ed416fb00211b9e6d965ed3209fd83db17a98bef7fef0eb56b27f495093facb3d43e40ec651568a7d83dd484c014c998e046a57662087b1d7c2c6 SHA512 0a9bd36c139bb5e1cd4a975913aa5429ffce8c746d2104aa2a54d937c67073ddaa2a8a5e93d71d2d435459af58168de0e7e3a44fd452da535f3995738da206df diff --git a/app-emulation/docker-cli/docker-cli-20.10.10.ebuild b/app-emulation/docker-cli/docker-cli-20.10.10.ebuild new file mode 100644 index 00000000000..46f83a2d551 --- /dev/null +++ b/app-emulation/docker-cli/docker-cli-20.10.10.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GIT_COMMIT=e2f740de44 +EGO_PN="github.com/docker/cli" +MY_PV=${PV/_/-} +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" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="hardened" + +RDEPEND="!