From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/
Date: Wed, 7 Nov 2018 12:40:53 +0000 (UTC) [thread overview]
Message-ID: <1541594207.221348e6447679f5c8617c04eac821c34d6e5f24.mrueg@gentoo> (raw)
commit: 221348e6447679f5c8617c04eac821c34d6e5f24
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 12:35:12 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 12:36:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221348e6
app-emulation/cri-tools: Initial version
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-emulation/cri-tools/Manifest | 1 +
.../cri-tools/cri-tools-1.0.0_beta2.ebuild | 29 ++++++++++++++++++++++
app-emulation/cri-tools/metadata.xml | 11 ++++++++
3 files changed, 41 insertions(+)
diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
new file mode 100644
index 00000000000..07334eb118a
--- /dev/null
+++ b/app-emulation/cri-tools/Manifest
@@ -0,0 +1 @@
+DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 06dc5675c339fb26fce92c3ca05f855da754a452b25554ab84da0b6528b56c01005a625a06ead9a0f1e51e3fee96b54865990927fc312efa96167f8a5ebe94f1 SHA512 f0aadf8659ae1731945c8403d5a6d30bb9ed1e2ebf1a1045541087652a0d7a45b35fea5346cbec37903425634d7f65ccd852b56a7db93f6bbf9c91ae4899f107
diff --git a/app-emulation/cri-tools/cri-tools-1.0.0_beta2.ebuild b/app-emulation/cri-tools/cri-tools-1.0.0_beta2.ebuild
new file mode 100644
index 00000000000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.0.0_beta2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2018 Sony Interactive Entertainment Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/kubernetes-sigs/cri-tools"
+MY_PV="v${PV/_beta/-beta.}"
+ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
+HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+src_compile() {
+ GOPATH="${S}" go test -c -v -ldflags="-X ${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/critest ${EGO_PN}/cmd/critest || die
+ GOPATH="${S}" go build -v -ldflags="-X ${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/crictl ${EGO_PN}/cmd/crictl || die
+}
+
+src_install() {
+ dobin bin/*
+ dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
+}
diff --git a/app-emulation/cri-tools/metadata.xml b/app-emulation/cri-tools/metadata.xml
new file mode 100644
index 00000000000..abacd7abac6
--- /dev/null
+++ b/app-emulation/cri-tools/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kubernetes-sigs/cri-tools</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2018-11-07 12:40 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-07 12:40 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-05 4:06 [gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/ Sam James
2021-06-08 12:33 Patrice Clement
2020-05-25 17:47 William Hubbs
2020-05-25 17:47 William Hubbs
2020-04-01 17:08 William Hubbs
2019-12-10 4:25 Zac Medico
2019-11-24 18:59 Manuel Rüger
2019-11-23 12:01 Manuel Rüger
2019-09-27 14:13 Manuel Rüger
2019-09-27 14:13 Manuel Rüger
2019-09-27 13:58 Manuel Rüger
2019-09-27 13:47 Manuel Rüger
2019-09-17 11:24 Manuel Rüger
2019-08-05 10:18 Manuel Rüger
2019-07-04 15:27 Manuel Rüger
2019-07-04 15:27 Manuel Rüger
2019-03-28 15:48 Manuel Rüger
2018-12-16 13:07 Manuel Rüger
2018-11-09 11:03 Manuel Rüger
2018-11-07 12:42 Manuel Rüger
2018-11-07 12:40 Manuel Rüger
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=1541594207.221348e6447679f5c8617c04eac821c34d6e5f24.mrueg@gentoo \
--to=mrueg@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