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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22BDB139360 for ; Thu, 5 Aug 2021 19:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C634E0841; Thu, 5 Aug 2021 19:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BC88E0841 for ; Thu, 5 Aug 2021 19:51:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE0C533BE33 for ; Thu, 5 Aug 2021 19:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49784737 for ; Thu, 5 Aug 2021 19:51:20 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1628192992.2cf0f86e562c93b1626f8679f9b1a2621eb11405.williamh@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.8.ebuild X-VCS-Directories: app-emulation/docker-cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2cf0f86e562c93b1626f8679f9b1a2621eb11405 X-VCS-Branch: master Date: Thu, 5 Aug 2021 19:51:20 +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: f6117652-9585-4da0-bc60-723120bc0590 X-Archives-Hash: 9b46b462f040540e9d01c310ad2e8dfc commit: 2cf0f86e562c93b1626f8679f9b1a2621eb11405 Author: William Hubbs gentoo org> AuthorDate: Thu Aug 5 19:44:48 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Aug 5 19:49:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf0f86e app-emulation/docker-cli: 20.10.8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: William Hubbs gentoo.org> app-emulation/docker-cli/Manifest | 1 + app-emulation/docker-cli/docker-cli-20.10.8.ebuild | 66 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/app-emulation/docker-cli/Manifest b/app-emulation/docker-cli/Manifest index cc17710a6c4..b0adbbe1964 100644 --- a/app-emulation/docker-cli/Manifest +++ b/app-emulation/docker-cli/Manifest @@ -1 +1,2 @@ DIST docker-cli-20.10.7.tar.gz 7523515 BLAKE2B 36ae46a28ca943e75419014b8b8453dbdd36bf240b9c36aed245447241dd07635da0319fd9b6ea409ecbe4c419eec8650d94d2a296e45a9c3b02a9a47a314888 SHA512 4523ae70cb27d848da119070171af2eb84e974ac39d70be4feee105e37c949487c7f72a9bc30c32ce71bffb0787e27b7b9194ce5a8aeae57bdfeb3f2d730010f +DIST docker-cli-20.10.8.tar.gz 7526374 BLAKE2B 65b7733c9a71c7f266e83b7014ecdca998915e71352a1bbbb346be6a3a65f1ed6644b321b62d0592f2dbf308ff51d3d4ad0d9828831f5f90b451c6ff23452faa SHA512 60e9e623180d3cafd8bd6458d02574274871f94e88a0fa461e2200520717e837371a1b5d7fab6c9c4591e64807ab6f560e0756a9cfb1c1c8c9624b1f653346d0 diff --git a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild new file mode 100644 index 00000000000..d298b0daa2c --- /dev/null +++ b/app-emulation/docker-cli/docker-cli-20.10.8.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=3967b7d28e +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 ~x86" +IUSE="hardened" + +RDEPEND="!