summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-19 23:34:52 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-20 00:51:41 -0800
commitf664a214fffbda20c23187ee36305d28861c463f (patch)
tree15887244ee28a489bc8836efe76d192126deabab /app-emulation/nerdctl
parentMove {app-emulation -> app-containers}/k3d (diff)
downloadgentoo-f664a214fffbda20c23187ee36305d28861c463f.tar.gz
gentoo-f664a214fffbda20c23187ee36305d28861c463f.tar.bz2
gentoo-f664a214fffbda20c23187ee36305d28861c463f.zip
Move {app-emulation -> app-containers}/nerdctl
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/nerdctl')
-rw-r--r--app-emulation/nerdctl/Manifest2
-rw-r--r--app-emulation/nerdctl/metadata.xml11
-rw-r--r--app-emulation/nerdctl/nerdctl-0.14.0.ebuild33
-rw-r--r--app-emulation/nerdctl/nerdctl-0.15.0.ebuild33
4 files changed, 0 insertions, 79 deletions
diff --git a/app-emulation/nerdctl/Manifest b/app-emulation/nerdctl/Manifest
deleted file mode 100644
index 47a51bf378c3..000000000000
--- a/app-emulation/nerdctl/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST nerdctl-0.14.0-vendor.tar.gz 8166023 BLAKE2B 9aeeceb8b35244723a618814dd0b53ab380b31f15985754df41d5515ebfb00e5d5465e5ad0bd43b543683e0146d1114d2cb0dd95c7e011ca5974250ded296f7c SHA512 f63cecb655292cb8b0e734831834dd0134e6693ec517aeaa3d9accedcb35768115efa82b9133d20e34cbffbd78d043ec680a7fa4c838d5f4999fd8a50272d377
-DIST nerdctl-0.15.0-vendor.tar.gz 8310858 BLAKE2B 2406d87e3f1ee17b501308cee4a662ce79d1a49510ab1b023a6e52d537feb8fe79e9a9eacb25a1dcdf019db206467f67bf6a95e3a2ba03c07ad658cb0757394c SHA512 65494af911382086e57eab669280cc377670ce1472a2a7aef74e437a7d70d3e811a858cba1a4e154397709531523c13f3840f286334c6df367ae8f9ba47a9976
diff --git a/app-emulation/nerdctl/metadata.xml b/app-emulation/nerdctl/metadata.xml
deleted file mode 100644
index aaf3fccc76e1..000000000000
--- a/app-emulation/nerdctl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- <name>Zac Medico</name>
- </maintainer>
- <upstream>
- <remote-id type="github">containerd/nerdctl</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-emulation/nerdctl/nerdctl-0.14.0.ebuild b/app-emulation/nerdctl/nerdctl-0.14.0.ebuild
deleted file mode 100644
index e1d87b6cbffa..000000000000
--- a/app-emulation/nerdctl/nerdctl-0.14.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021 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="87a1a5df1a8b11b3519c30ada4ab9fdcf70fc9d2"
-# 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
-}
diff --git a/app-emulation/nerdctl/nerdctl-0.15.0.ebuild b/app-emulation/nerdctl/nerdctl-0.15.0.ebuild
deleted file mode 100644
index 8e9ded0e0bb8..000000000000
--- a/app-emulation/nerdctl/nerdctl-0.15.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021 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="b72b5ca14550b2e23a42787664b6182524c5053f"
-# 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
-}