From ec2cb96e8f5530bf4923cab95c4eb2e1f4e939e8 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 21 Jul 2023 14:25:59 -0500 Subject: app-containers/docker-cli: drop 24.0.4 Signed-off-by: William Hubbs --- app-containers/docker-cli/docker-cli-24.0.4.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 app-containers/docker-cli/docker-cli-24.0.4.ebuild 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="!