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 235F615800A for ; Fri, 21 Jul 2023 19:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62773E08FC; Fri, 21 Jul 2023 19:26:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AD3DE08FC for ; Fri, 21 Jul 2023 19:26:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C5BE33BEB9 for ; Fri, 21 Jul 2023 19:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA5C4B9E for ; Fri, 21 Jul 2023 19:26:45 +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: <1689967586.ec2cb96e8f5530bf4923cab95c4eb2e1f4e939e8.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/docker-cli/docker-cli-24.0.4.ebuild X-VCS-Directories: app-containers/docker-cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ec2cb96e8f5530bf4923cab95c4eb2e1f4e939e8 X-VCS-Branch: master Date: Fri, 21 Jul 2023 19:26:45 +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: 50835fa7-8e2f-4fac-bce3-1198552c8566 X-Archives-Hash: f7519df8fb3dba7cbf6888d979976d65 commit: ec2cb96e8f5530bf4923cab95c4eb2e1f4e939e8 Author: William Hubbs gentoo org> AuthorDate: Fri Jul 21 19:25:59 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jul 21 19:26:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2cb96e app-containers/docker-cli: drop 24.0.4 Signed-off-by: William Hubbs gentoo.org> app-containers/docker-cli/docker-cli-24.0.4.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) diff --git a/app-containers/docker-cli/docker-cli-24.0.4.ebuild b/app-containers/docker-cli/docker-cli-24.0.4.ebuild deleted file mode 100644 index 3f8d95218497..000000000000 --- a/app-containers/docker-cli/docker-cli-24.0.4.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GIT_COMMIT=3713ee1eea -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" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="hardened selinux" - -RDEPEND="!