summaryrefslogtreecommitdiff
path: root/app-containers/nerdctl/nerdctl-1.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-28 05:40:38 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-28 05:40:38 +0000
commit88f366f99d8e731ae1a13d9eca9a5284484d2c6f (patch)
tree07a82726de0e87969c85cdfb68522c4d444939e9 /app-containers/nerdctl/nerdctl-1.1.0.ebuild
parentfdd31f37b982d2c1b6d73b85f99718b13031be36 (diff)
gentoo auto-resync : 28:02:2024 - 05:40:38
Diffstat (limited to 'app-containers/nerdctl/nerdctl-1.1.0.ebuild')
-rw-r--r--app-containers/nerdctl/nerdctl-1.1.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-containers/nerdctl/nerdctl-1.1.0.ebuild b/app-containers/nerdctl/nerdctl-1.1.0.ebuild
deleted file mode 100644
index e80c5adc1190..000000000000
--- a/app-containers/nerdctl/nerdctl-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="Docker-compatible CLI for containerd, with support for Compose"
-HOMEPAGE="https://github.com/containerd/nerdctl"
-
-EGIT_COMMIT="18944bc70784dfa83010d37054d75487a58ab581"
-# There are too many vendor dependencies to distribute via EGO_SUM (see https://bugs.gentoo.org/721088),
-# so they are instead distributed via a combined tarball.
-SRC_URI="https://github.com/zmedico/nerdctl/archive/refs/tags/v${PV}-vendor.tar.gz -> ${P}-vendor.tar.gz"
-BDEPEND=">=dev-lang/go-1.16"
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE=""
-S=${WORKDIR}/${P}-vendor
-
-src_prepare() {
- sed -e 's:/usr/local/bin:/usr/bin:' \
- -e "s|^VERSION[[:space:]]*?=.*|VERSION := v${PV}|" \
- -e "s|^REVISION[[:space:]]*?=.*|REVISION := ${EGIT_COMMIT}|" \
- -i Makefile || die
- default
-}
-
-src_install() {
- DOCS=(README.md docs examples)
- default_src_install
-}