commit:     ec5d59cb89fecab699f48635c57295e402d1785a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  6 17:04:18 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  6 17:17:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5d59cb

app-containers/k3d: drop 5.6.0, 5.7.3, 5.7.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-containers/k3d/Manifest         |  3 ---
 app-containers/k3d/k3d-5.6.0.ebuild | 39 ---------------------------------
 app-containers/k3d/k3d-5.7.3.ebuild | 43 -------------------------------------
 app-containers/k3d/k3d-5.7.5.ebuild | 43 -------------------------------------
 4 files changed, 128 deletions(-)

diff --git a/app-containers/k3d/Manifest b/app-containers/k3d/Manifest
index 9bc54af903cf..accf3dea1bdf 100644
--- a/app-containers/k3d/Manifest
+++ b/app-containers/k3d/Manifest
@@ -1,4 +1 @@
-DIST k3d-5.6.0.tar.gz 8022281 BLAKE2B 
93f32f65e6c42650608b94d58d2149c3fec96251500be0d95d5673f07ae8c366d80954afa4d80eec149b7a9e8af7389323c21498910a3010bb80b975f64064d0
 SHA512 
c13df93499ffde6567e4bf7dcf260cb65ca01c390bf39361122fa61553591f418213049cf29d8dde63896f026a28d96f4e2ab522a143ac66cfa9f3786f8ba9b9
-DIST k3d-5.7.3.tar.gz 9566684 BLAKE2B 
9dff7ab447b3fd790a036d61bc3a4bb61238c74eec60aa12a4ff10150ff2f4999a3b1e635aaae6211f4e05ed9c589dc08e08ba511eb7690f857c0dad954b6ce7
 SHA512 
d6e2f6fb3013429745e1663214c7dd66dd2727b592a32e81f5837bbcc997aee18418366a0e21463ba48a2d72b9a86067f492f1f44c4689a129166dcf018e5642
-DIST k3d-5.7.5.tar.gz 9542352 BLAKE2B 
7855f4241577ab2558d3eda7eb866fd456ba3c08a60d8ba1d4c7874d846654f39d7bd618bb010d48543536d5e38847cb715fd0ce5af8a519ce0cc7bd3814a1df
 SHA512 
b14f9ddd521aade832ad5493007be55294648a037bcdaeae7e1f424f60975451872ad1bed895892e51ad22ac86ec6fcdc77c08d2b0422d3aad20ab4b40b9f884
 DIST k3d-5.8.3.tar.gz 9542510 BLAKE2B 
d6b2e6701c576ff7cc25b979c18284e6e4dbe4fc8078f3669297b6aa0acddb6ad7e256255d8f8d8a97aef981b20f81529f621237d2f183c58aa37bfd58645b71
 SHA512 
e942a895b31c7906264380851e5f450e4f4b8bba5552d6693baf3428d2b8c7198f94d62b2791571867f24adda3a3edbac73253d04e13b8f5f3adba56310f6936

diff --git a/app-containers/k3d/k3d-5.6.0.ebuild 
b/app-containers/k3d/k3d-5.6.0.ebuild
deleted file mode 100644
index 8b268675c330..000000000000
--- a/app-containers/k3d/k3d-5.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="k3d creates k3s clusters in docker"
-HOMEPAGE="https://github.com/rancher/k3d";
-
-K3D_K3S_TAG=v1.28.3-k3s2
-SRC_URI="https://github.com/rancher/k3d/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0 ISC"
-SLOT="0"
-
-KEYWORDS="amd64"
-IUSE="doc"
-
-src_prepare() {
-       default
-       rm Makefile || die
-}
-
-src_compile() {
-       GOWORK=off \
-       CGO_ENABLED=0 \
-               go build \
-               -mod=vendor \
-               -ldflags "-w -s -X 
github.com/k3d-io/k3d/v5/version.Version=v${PV} -X 
github.com/k3d-io/k3d/v5/version.K3sVersion=${K3D_K3S_TAG}" \
-               -o bin/k3d
-}
-
-src_install() {
-       dobin bin/${PN}
-       DOCS=(*.md)
-       if use doc; then
-               DOCS+=(docs)
-       fi
-       default_src_install
-}

diff --git a/app-containers/k3d/k3d-5.7.3.ebuild 
b/app-containers/k3d/k3d-5.7.3.ebuild
deleted file mode 100644
index 1a19ed584ac4..000000000000
--- a/app-containers/k3d/k3d-5.7.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="k3d creates k3s clusters in docker"
-HOMEPAGE="https://github.com/rancher/k3d";
-
-K3D_K3S_TAG=v1.30.3-k3s1
-SRC_URI="https://github.com/rancher/k3d/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0 ISC"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE="doc"
-
-src_prepare() {
-       default
-       rm Makefile || die
-}
-
-src_compile() {
-       local extra_ldflags=(
-               -X "github.com/k3d-io/k3d/v5/version.Version=v${PV}"
-               -X "github.com/k3d-io/k3d/v5/version.K3sVersion=${K3D_K3S_TAG}"
-       )
-       env -u GOWORK \
-       CGO_ENABLED=0 \
-               go build \
-               -mod=vendor \
-               -ldflags "-w -s ${extra_ldflags[*]}" \
-               -o bin/k3d || die
-}
-
-src_install() {
-       dobin bin/${PN}
-       DOCS=(*.md)
-       if use doc; then
-               DOCS+=(docs)
-       fi
-       default_src_install
-}

diff --git a/app-containers/k3d/k3d-5.7.5.ebuild 
b/app-containers/k3d/k3d-5.7.5.ebuild
deleted file mode 100644
index 33469a037f2e..000000000000
--- a/app-containers/k3d/k3d-5.7.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="k3d creates k3s clusters in docker"
-HOMEPAGE="https://github.com/rancher/k3d";
-
-K3D_K3S_TAG=v1.31.2-k3s1
-SRC_URI="https://github.com/rancher/k3d/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0 ISC"
-SLOT="0"
-
-KEYWORDS="amd64"
-IUSE="doc"
-
-src_prepare() {
-       default
-       rm Makefile || die
-}
-
-src_compile() {
-       local extra_ldflags=(
-               -X "github.com/k3d-io/k3d/v5/version.Version=v${PV}"
-               -X "github.com/k3d-io/k3d/v5/version.K3sVersion=${K3D_K3S_TAG}"
-       )
-       env -u GOWORK \
-       CGO_ENABLED=0 \
-               go build \
-               -mod=vendor \
-               -ldflags "-w -s ${extra_ldflags[*]}" \
-               -o bin/k3d || die
-}
-
-src_install() {
-       dobin bin/${PN}
-       DOCS=(*.md)
-       if use doc; then
-               DOCS+=(docs)
-       fi
-       default_src_install
-}

Reply via email to