From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/nerdctl/
Date: Sat, 26 Mar 2022 02:05:11 +0000 (UTC) [thread overview]
Message-ID: <1648260299.2750d39659984c6fde725f7a22b0812f52dccefa.zmedico@gentoo> (raw)
commit: 2750d39659984c6fde725f7a22b0812f52dccefa
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:04:59 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:04:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2750d396
app-containers/nerdctl: add 0.18.0
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-containers/nerdctl/Manifest | 1 +
app-containers/nerdctl/nerdctl-0.18.0.ebuild | 33 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-containers/nerdctl/Manifest b/app-containers/nerdctl/Manifest
index 5da7f5d615c1..16b1b6c9d01b 100644
--- a/app-containers/nerdctl/Manifest
+++ b/app-containers/nerdctl/Manifest
@@ -1 +1,2 @@
DIST nerdctl-0.17.1-vendor.tar.gz 7762770 BLAKE2B 399a99047cb3a3ab31806529e2502f3446e3df717950f1db05d8a449e5c931719717a35e420791232b19338c9d81c8443f0cd2520c38509aedbbaddc8b6d2893 SHA512 ec2967abee1ff44dcd44dd21d079a9d1e9bb254d0a5b150f57a2668cdd26e7f6dd5de99bc1fff3a94b4fb1c4546785e78245ed4e4e5f026b81b909f8dbf318c6
+DIST nerdctl-0.18.0-vendor.tar.gz 7757873 BLAKE2B dfc77baee4649cf5a4ffa2ae196460d34eea531f930f04b894cc715b68a4295d1bcf98c89702032aaf6c5fc0b1a7f8b885f6c4b0bd61afd044b67fe4510c6967 SHA512 b542abafbd1dfe4213646b66b69d7bb286b8fda152870846cd350ad0362cbd16ca5f2d8fe23ae056f0c18f5674eb984f2993cf2937d7aff7b67668d65d9e1488
diff --git a/app-containers/nerdctl/nerdctl-0.18.0.ebuild b/app-containers/nerdctl/nerdctl-0.18.0.ebuild
new file mode 100644
index 000000000000..7641dedec9f4
--- /dev/null
+++ b/app-containers/nerdctl/nerdctl-0.18.0.ebuild
@@ -0,0 +1,33 @@
+# 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="77276ff0fffad3f855ab9f2f5a4ad5527ef76485"
+# 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
+}
next reply other threads:[~2022-03-26 2:05 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-26 2:05 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-29 19:26 [gentoo-commits] repo/gentoo:master commit in: app-containers/nerdctl/ Arthur Zamarin
2024-07-29 19:26 Arthur Zamarin
2024-03-24 23:33 Zac Medico
2024-03-24 23:33 Zac Medico
2024-02-28 2:30 Zac Medico
2024-02-28 2:04 Zac Medico
2023-06-03 17:02 Arthur Zamarin
2023-05-04 18:45 Arthur Zamarin
2022-12-12 4:41 Zac Medico
2022-10-21 19:47 Zac Medico
2022-09-13 0:08 Zac Medico
2022-09-13 0:08 Zac Medico
2022-08-01 18:05 Zac Medico
2022-07-17 18:03 Zac Medico
2022-06-18 17:01 Zac Medico
2022-04-23 15:53 Zac Medico
2022-03-26 2:05 Zac Medico
2022-03-05 0:17 Zac Medico
2022-02-18 19:06 Zac Medico
2022-02-05 17:21 Zac Medico
2022-01-15 18:35 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1648260299.2750d39659984c6fde725f7a22b0812f52dccefa.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox