[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2021-12-04 Thread Sam James
commit: a9f160ad103e22c455b07552e0b23547b37c3d58
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:05:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:05:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f160ad

app-emulation/cri-tools: Stabilize 1.21.0 amd64, #828278

Signed-off-by: Sam James  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.21.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild
index 7b1aff7889bf..b171220105c3 100644
--- a/app-emulation/cri-tools/cri-tools-1.21.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/v${PV}.tar.gz -> $
 
 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-lang/go"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2021-06-08 Thread Patrice Clement
commit: e5aebb3954969f9e2c0f446a86e265fa38516b7b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun  8 12:33:11 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun  8 12:33:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5aebb39

app-emulation/cri-tools: add 1.21.0

Signed-off-by: Patrice Clement  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.21.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 7e57aa95daf..a7b995a3826 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1 +1,2 @@
 DIST cri-tools-1.18.0.tar.gz 5295512 BLAKE2B 
9dda4a401b858e98aa60521d3268d8f6ff6a2c1bd2c219a0e5e9e5360fba58d41e97258c636da26ee57bbfc3286798c74107c7de92d3e3398bdf53b7d9078e94
 SHA512 
849b496e6d19eec29e0e56f0b37c094649311b80514f319b0c68c6519e3ddd48e1973c3d288144db998826676416644ec705b7ea0916c21898b40928ea800af1
+DIST cri-tools-1.21.0.tar.gz 6739482 BLAKE2B 
365e3e9b220e63713dd21af4154b2282c20db1d19ba6b32da616c5d73957a375ab12ed2a86694abb9d90e1020be1fd89c128ed3e469d2f7524dcf42139e7df56
 SHA512 
a307f5526fb8b7b23a1635b168a8f3b9b9b4bd6ccb94d461dc5af2065e6d1be527dadcb1c86e04808b244d0851a4901ee78a0263f58cf673f6ca503621d5eb61

diff --git a/app-emulation/cri-tools/cri-tools-1.21.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild
new file mode 100644
index 000..7b1aff7889b
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 go-module
+
+DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
+HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools;
+SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-lang/go"
+
+RESTRICT+=" test"
+
+src_compile() {
+   emake VERSION="${PV}"
+   ./build/bin/crictl completion bash > "${PN}.bash" || die
+   ./build/bin/crictl completion zsh > "${PN}.zsh" || die
+}
+
+src_install() {
+   dobin ./build/bin/crictl
+
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   dodoc -r docs {README,RELEASE,CHANGELOG,CONTRIBUTING}.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2020-05-25 Thread William Hubbs
commit: 6f4b987a9c5e9e45b149d9df42406b6b7a6f90ca
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 25 17:39:18 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 25 17:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4b987a

app-emulation/cri-tools: stable 1.18.0 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.18.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
index 105b2c340d0..32412429f57 100644
--- a/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/${MY_PV}.tar.gz ->
 
 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RESTRICT+=" test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2020-05-25 Thread William Hubbs
commit: 772a55560cf249a31b9bd80172077558a77ec46c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 25 17:45:30 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 25 17:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772a5556

app-emulation/cri-tools: remove old

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-tools/Manifest|  3 ---
 app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 29 
 app-emulation/cri-tools/cri-tools-1.15.0.ebuild | 29 
 app-emulation/cri-tools/cri-tools-1.16.1.ebuild | 36 -
 4 files changed, 97 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 278d84d3e48..7e57aa95daf 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1 @@
-DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
-DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
-DIST cri-tools-1.16.1.tar.gz 6915584 BLAKE2B 
eb2bc397b3bbeadb64d4d13610189f18bbf49ff93be1b1f3edf504305ed1a2ca8e271d3c041f5af01117f6c7403671a29df30d7aaab270cdb7ab84ac921fa914
 SHA512 
df15e6f3c4fe697070547d804bfa6755f780b3f0562f06312f39d3ee8756931bbec7c07482e2ef73413d85c1e9ca58064a769a15b04b3832da17044d180e8b4c
 DIST cri-tools-1.18.0.tar.gz 5295512 BLAKE2B 
9dda4a401b858e98aa60521d3268d8f6ff6a2c1bd2c219a0e5e9e5360fba58d41e97258c636da26ee57bbfc3286798c74107c7de92d3e3398bdf53b7d9078e94
 SHA512 
849b496e6d19eec29e0e56f0b37c094649311b80514f319b0c68c6519e3ddd48e1973c3d288144db998826676416644ec705b7ea0916c21898b40928ea800af1

diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
deleted file mode 100644
index 3b5003937b2..000
--- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-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/cri-tools-1.15.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
deleted file mode 100644
index 95fe0295265..000
--- a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-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/cri-tools-1.16.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
deleted file mode 100644
index c26dd52f60d..000
--- a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018 Sony Interactive 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2020-04-01 Thread William Hubbs
commit: ad7119edb1bbabfd70a39152a2857743716da1f3
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Apr  1 17:08:04 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr  1 17:08:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7119ed

app-emulation/cri-tools: 1.18.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.18.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index adb16265b99..278d84d3e48 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,3 +1,4 @@
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
 DIST cri-tools-1.16.1.tar.gz 6915584 BLAKE2B 
eb2bc397b3bbeadb64d4d13610189f18bbf49ff93be1b1f3edf504305ed1a2ca8e271d3c041f5af01117f6c7403671a29df30d7aaab270cdb7ab84ac921fa914
 SHA512 
df15e6f3c4fe697070547d804bfa6755f780b3f0562f06312f39d3ee8756931bbec7c07482e2ef73413d85c1e9ca58064a769a15b04b3832da17044d180e8b4c
+DIST cri-tools-1.18.0.tar.gz 5295512 BLAKE2B 
9dda4a401b858e98aa60521d3268d8f6ff6a2c1bd2c219a0e5e9e5360fba58d41e97258c636da26ee57bbfc3286798c74107c7de92d3e3398bdf53b7d9078e94
 SHA512 
849b496e6d19eec29e0e56f0b37c094649311b80514f319b0c68c6519e3ddd48e1973c3d288144db998826676416644ec705b7ea0916c21898b40928ea800af1

diff --git a/app-emulation/cri-tools/cri-tools-1.18.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
new file mode 100644
index 000..105b2c340d0
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module
+MY_PV="v${PV/_beta/-beta.}"
+
+DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
+HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools;
+SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT+=" test"
+
+src_compile() {
+   emake VERSION="${MY_PV}"
+   _output/crictl completion bash > ${PN}.bash || die
+   _output/crictl completion zsh > ${PN}.zsh || die
+}
+
+src_install() {
+   dobin _output/crictl
+
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   dodoc -r docs {README,RELEASE,CHANGELOG,CONTRIBUTING}.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-12-09 Thread Zac Medico
commit: 1285070d964463f4d93049c3ce1008963188159b
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 10 04:23:59 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 10 04:25:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1285070d

app-emulation/cri-tools: LICENSE: account for vendored software

Bug: https://bugs.gentoo.org/694892
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 2 +-
 app-emulation/cri-tools/cri-tools-1.15.0.ebuild | 2 +-
 app-emulation/cri-tools/cri-tools-1.16.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
index 9c6fd7ec054..3b5003937b2 100644
--- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
@@ -12,7 +12,7 @@ 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"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
 IUSE=""
 

diff --git a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
index a298fcbf5cb..95fe0295265 100644
--- a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
@@ -12,7 +12,7 @@ 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"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
 IUSE=""
 

diff --git a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
index 2ffbd049421..c26dd52f60d 100644
--- a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
@@ -12,7 +12,7 @@ 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"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-11-24 Thread Manuel Rüger
commit: 42c9a9feecb6fa09cca703641d7ad1ff833b7e5c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 24 18:59:12 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 24 18:59:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c9a9fe

app-emulation/cri-tools: Drop to maintainer-needed

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emulation/cri-tools/metadata.xml 
b/app-emulation/cri-tools/metadata.xml
index abacd7abac6..ded6fbaced7 100644
--- a/app-emulation/cri-tools/metadata.xml
+++ b/app-emulation/cri-tools/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-mr...@gentoo.org
-Manuel Rüger
-  
+  
   
 kubernetes-sigs/cri-tools
   



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-11-23 Thread Manuel Rüger
commit: f2846cc37c581635a85d036477b372e09d6d6236
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Nov 23 12:01:30 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Nov 23 12:01:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2846cc3

app-emulation/cri-tools: Remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 -
 app-emulation/cri-tools/cri-tools-1.16.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 4e67c24c244..adb16265b99 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1,3 @@
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
-DIST cri-tools-1.16.0.tar.gz 6912563 BLAKE2B 
09ceaf0ebccfdd39d7a325989447ca8c4c9e94ec0f20e8c26a5c9447d1ad6591df1c237abf130edbc84b4b1b65f81f109976d20195b3b34afca1aac460ad48e2
 SHA512 
c577328e11e975b15302b49082592f065be389b384cebbaa4615ef5c4ea81a4bfc88e02de6ef2749beff75ea6a27bb9d72b30af47d0f9870b297e9da53b3e25f
 DIST cri-tools-1.16.1.tar.gz 6915584 BLAKE2B 
eb2bc397b3bbeadb64d4d13610189f18bbf49ff93be1b1f3edf504305ed1a2ca8e271d3c041f5af01117f6c7403671a29df30d7aaab270cdb7ab84ac921fa914
 SHA512 
df15e6f3c4fe697070547d804bfa6755f780b3f0562f06312f39d3ee8756931bbec7c07482e2ef73413d85c1e9ca58064a769a15b04b3832da17044d180e8b4c

diff --git a/app-emulation/cri-tools/cri-tools-1.16.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.0.ebuild
deleted file mode 100644
index a298fcbf5cb..000
--- a/app-emulation/cri-tools/cri-tools-1.16.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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}
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-09-27 Thread Manuel Rüger
commit: 4ef77e8580bc227c72ad931d8d0d7fdf42c0b817
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 27 14:13:02 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 27 14:13:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef77e85

app-emulation/cri-tools: Stabilize on amd64

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
index a298fcbf5cb..9c6fd7ec054 100644
--- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
@@ -7,7 +7,7 @@ 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"
+KEYWORDS="amd64"
 
 DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
 HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools;



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-09-27 Thread Manuel Rüger
commit: b655f4887196a91c59170f391aac91a26e23da25
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 27 14:13:19 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 27 14:13:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b655f488

app-emulation/cri-tools: Remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 -
 app-emulation/cri-tools/cri-tools-1.13.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 27c8ff72355..4e67c24c244 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1,3 @@
-DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
 DIST cri-tools-1.16.0.tar.gz 6912563 BLAKE2B 
09ceaf0ebccfdd39d7a325989447ca8c4c9e94ec0f20e8c26a5c9447d1ad6591df1c237abf130edbc84b4b1b65f81f109976d20195b3b34afca1aac460ad48e2
 SHA512 
c577328e11e975b15302b49082592f065be389b384cebbaa4615ef5c4ea81a4bfc88e02de6ef2749beff75ea6a27bb9d72b30af47d0f9870b297e9da53b3e25f

diff --git a/app-emulation/cri-tools/cri-tools-1.13.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.13.0.ebuild
deleted file mode 100644
index a298fcbf5cb..000
--- a/app-emulation/cri-tools/cri-tools-1.13.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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}
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-09-27 Thread Manuel Rüger
commit: 01820f7b217964d4d23d13430bf55fb53cb580f7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 27 13:57:39 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 27 13:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01820f7b

app-emulation/cri-tools: Install shell completions

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.16.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
index a298fcbf5cb..2ffbd049421 100644
--- a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit golang-build golang-vcs-snapshot
+inherit golang-build golang-vcs-snapshot bash-completion-r1
 
 EGO_PN="github.com/kubernetes-sigs/cri-tools"
 MY_PV="v${PV/_beta/-beta.}"
@@ -21,9 +21,16 @@ 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
+   bin/crictl completion bash > ${PN}.bash || die
+   bin/crictl completion zsh > ${PN}.zsh || die
 }
 
 src_install() {
dobin bin/*
+
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-09-27 Thread Manuel Rüger
commit: 8da7fdde71590ed84561bb02842d07c88db808c8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 27 13:46:44 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 27 13:47:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da7fdde

app-emulation/cri-tools: Version bump to 1.16.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.16.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index a8ef704051a..27c8ff72355 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -2,3 +2,4 @@ DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
 DIST cri-tools-1.16.0.tar.gz 6912563 BLAKE2B 
09ceaf0ebccfdd39d7a325989447ca8c4c9e94ec0f20e8c26a5c9447d1ad6591df1c237abf130edbc84b4b1b65f81f109976d20195b3b34afca1aac460ad48e2
 SHA512 
c577328e11e975b15302b49082592f065be389b384cebbaa4615ef5c4ea81a4bfc88e02de6ef2749beff75ea6a27bb9d72b30af47d0f9870b297e9da53b3e25f
+DIST cri-tools-1.16.1.tar.gz 6915584 BLAKE2B 
eb2bc397b3bbeadb64d4d13610189f18bbf49ff93be1b1f3edf504305ed1a2ca8e271d3c041f5af01117f6c7403671a29df30d7aaab270cdb7ab84ac921fa914
 SHA512 
df15e6f3c4fe697070547d804bfa6755f780b3f0562f06312f39d3ee8756931bbec7c07482e2ef73413d85c1e9ca58064a769a15b04b3832da17044d180e8b4c

diff --git a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.16.1.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-09-17 Thread Manuel Rüger
commit: 52466276ccad41e517f899577743be624025c508
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Sep 17 11:23:39 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Sep 17 11:23:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52466276

app-emulation/cri-tools: Version bump to 1.16.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.16.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index d40d240f5ef..a8ef704051a 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,3 +1,4 @@
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
+DIST cri-tools-1.16.0.tar.gz 6912563 BLAKE2B 
09ceaf0ebccfdd39d7a325989447ca8c4c9e94ec0f20e8c26a5c9447d1ad6591df1c237abf130edbc84b4b1b65f81f109976d20195b3b34afca1aac460ad48e2
 SHA512 
c577328e11e975b15302b49082592f065be389b384cebbaa4615ef5c4ea81a4bfc88e02de6ef2749beff75ea6a27bb9d72b30af47d0f9870b297e9da53b3e25f

diff --git a/app-emulation/cri-tools/cri-tools-1.16.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.0.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.16.0.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-08-05 Thread Manuel Rüger
commit: 4a63e1e7550441eb2b9ea147b0ed943bd24b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug  5 10:18:03 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug  5 10:18:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a63e1e7

app-emulation/cri-tools: Remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 -
 app-emulation/cri-tools/cri-tools-1.12.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 89f53586f0e..d40d240f5ef 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1,3 @@
-DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
 DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f

diff --git a/app-emulation/cri-tools/cri-tools-1.12.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.12.0.ebuild
deleted file mode 100644
index a298fcbf5cb..000
--- a/app-emulation/cri-tools/cri-tools-1.12.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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}
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-07-04 Thread Manuel Rüger
commit: 1dd529d509538c93c12d668d8b70a25d922a012f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jul  4 15:27:10 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jul  4 15:27:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd529d5

app-emulation/cri-tools: Remove old

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest   |  3 ---
 .../cri-tools/cri-tools-1.0.0_alpha1.ebuild| 29 --
 .../cri-tools/cri-tools-1.0.0_beta2.ebuild | 29 --
 app-emulation/cri-tools/cri-tools-1.11.1.ebuild| 29 --
 4 files changed, 90 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 069fcc591f0..89f53586f0e 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,6 +1,3 @@
-DIST cri-tools-1.0.0_alpha1.tar.gz 2727719 BLAKE2B 
6c413aff111ce279e86f1036c3efd0c98901ed42bce482b3877cec58a55958a80305c013b6e515dbb84ff3d8def41156b81a0749ce606fd3806a7fae3fc445f0
 SHA512 
e0fe6171ac1b1649be667b2924a1b163810fe18c51fb9c3fe363b381feb889d18872f8077e267a147058481f799a35f6a0b5f8d285215e216ee771d7ea74f66a
-DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 
06dc5675c339fb26fce92c3ca05f855da754a452b25554ab84da0b6528b56c01005a625a06ead9a0f1e51e3fee96b54865990927fc312efa96167f8a5ebe94f1
 SHA512 
f0aadf8659ae1731945c8403d5a6d30bb9ed1e2ebf1a1045541087652a0d7a45b35fea5346cbec37903425634d7f65ccd852b56a7db93f6bbf9c91ae4899f107
-DIST cri-tools-1.11.1.tar.gz 2557233 BLAKE2B 
26594d9817302f4ddf26e0c6c66765efdc1580bc0b80af8db5f3bd12eb9590d8fb3186165cc696a387eda31e429e4840419ceb4450706506ce4d6af2e1e48c5b
 SHA512 
3e87c26061a8d5a6077c23b35adef3c85e1e0b85378d8062ebb1886195105f034ecf9407d14f495c23e40a5e016ff0ad5e89625beaacd594b8c7ef4e0b41b56e
 DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf

diff --git a/app-emulation/cri-tools/cri-tools-1.0.0_alpha1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.0.0_alpha1.ebuild
deleted file mode 100644
index 75ef2765844..000
--- a/app-emulation/cri-tools/cri-tools-1.0.0_alpha1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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/_alpha/-alpha.}"
-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/cri-tools-1.0.0_beta2.ebuild 
b/app-emulation/cri-tools/cri-tools-1.0.0_beta2.ebuild
deleted file mode 100644
index a298fcbf5cb..000
--- a/app-emulation/cri-tools/cri-tools-1.0.0_beta2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-07-04 Thread Manuel Rüger
commit: 483aeb895f1848e9412176d9b6a3de8d2d854558
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jul  4 15:26:35 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jul  4 15:26:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483aeb89

app-emulation/cri-tools: Version bump to 1.15.0

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.15.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 175c4d9e01d..069fcc591f0 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -4,3 +4,4 @@ DIST cri-tools-1.11.1.tar.gz 2557233 BLAKE2B 
26594d9817302f4ddf26e0c6c66765efdc1
 DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
 DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
+DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f

diff --git a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.15.0.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2019-03-28 Thread Manuel Rüger
commit: f086aff3a826f1c83a662c0e830cd5caaff84f0c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 28 15:48:07 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 28 15:48:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f086aff3

app-emulation/cri-tools: Version bump to 1.14.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 0ef0e05736d..175c4d9e01d 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -3,3 +3,4 @@ DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 
06dc5675c339fb26fce92c3ca05f85
 DIST cri-tools-1.11.1.tar.gz 2557233 BLAKE2B 
26594d9817302f4ddf26e0c6c66765efdc1580bc0b80af8db5f3bd12eb9590d8fb3186165cc696a387eda31e429e4840419ceb4450706506ce4d6af2e1e48c5b
 SHA512 
3e87c26061a8d5a6077c23b35adef3c85e1e0b85378d8062ebb1886195105f034ecf9407d14f495c23e40a5e016ff0ad5e89625beaacd594b8c7ef4e0b41b56e
 DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
 DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f
+DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf

diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.14.0.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2018-12-16 Thread Manuel Rüger
commit: 7a6268b3883660ad0b5a9da75f8be2a21360281e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 16 13:07:11 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 16 13:07:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6268b3

app-emulation/cri-tools: Version bump to 1.13.0

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.13.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index e587863ed74..0ef0e05736d 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -2,3 +2,4 @@ DIST cri-tools-1.0.0_alpha1.tar.gz 2727719 BLAKE2B 
6c413aff111ce279e86f1036c3efd
 DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 
06dc5675c339fb26fce92c3ca05f855da754a452b25554ab84da0b6528b56c01005a625a06ead9a0f1e51e3fee96b54865990927fc312efa96167f8a5ebe94f1
 SHA512 
f0aadf8659ae1731945c8403d5a6d30bb9ed1e2ebf1a1045541087652a0d7a45b35fea5346cbec37903425634d7f65ccd852b56a7db93f6bbf9c91ae4899f107
 DIST cri-tools-1.11.1.tar.gz 2557233 BLAKE2B 
26594d9817302f4ddf26e0c6c66765efdc1580bc0b80af8db5f3bd12eb9590d8fb3186165cc696a387eda31e429e4840419ceb4450706506ce4d6af2e1e48c5b
 SHA512 
3e87c26061a8d5a6077c23b35adef3c85e1e0b85378d8062ebb1886195105f034ecf9407d14f495c23e40a5e016ff0ad5e89625beaacd594b8c7ef4e0b41b56e
 DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20
+DIST cri-tools-1.13.0.tar.gz 2675580 BLAKE2B 
4dcac547caf048b546ea0b11401e414e8ab834171b9cf1abd773cc8b05d70e47138dde7c1195ba6e99ad5e7d7632d7cebb4a8c67f7ec9c0ee3a750ac5e591a7f
 SHA512 
df5553913a9e8aa1e0fa896dd1da00184d059bf360080d5c4003ca20ab4b93770847e07887451a44668e588eec5ab0258e7f02ed485d9344701af0afa20d712f

diff --git a/app-emulation/cri-tools/cri-tools-1.13.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.13.0.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.13.0.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2018-11-09 Thread Manuel Rüger
commit: 972f4051466d21e8fd2e6f9eb9d8d9474a093f65
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Nov  9 11:03:11 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Nov  9 11:03:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972f4051

app-emulation/cri-tools: Bup to 1.11.1 for k8s-1.11 support

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.11.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 84b90e1fd4c..e587863ed74 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,3 +1,4 @@
 DIST cri-tools-1.0.0_alpha1.tar.gz 2727719 BLAKE2B 
6c413aff111ce279e86f1036c3efd0c98901ed42bce482b3877cec58a55958a80305c013b6e515dbb84ff3d8def41156b81a0749ce606fd3806a7fae3fc445f0
 SHA512 
e0fe6171ac1b1649be667b2924a1b163810fe18c51fb9c3fe363b381feb889d18872f8077e267a147058481f799a35f6a0b5f8d285215e216ee771d7ea74f66a
 DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 
06dc5675c339fb26fce92c3ca05f855da754a452b25554ab84da0b6528b56c01005a625a06ead9a0f1e51e3fee96b54865990927fc312efa96167f8a5ebe94f1
 SHA512 
f0aadf8659ae1731945c8403d5a6d30bb9ed1e2ebf1a1045541087652a0d7a45b35fea5346cbec37903425634d7f65ccd852b56a7db93f6bbf9c91ae4899f107
+DIST cri-tools-1.11.1.tar.gz 2557233 BLAKE2B 
26594d9817302f4ddf26e0c6c66765efdc1580bc0b80af8db5f3bd12eb9590d8fb3186165cc696a387eda31e429e4840419ceb4450706506ce4d6af2e1e48c5b
 SHA512 
3e87c26061a8d5a6077c23b35adef3c85e1e0b85378d8062ebb1886195105f034ecf9407d14f495c23e40a5e016ff0ad5e89625beaacd594b8c7ef4e0b41b56e
 DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20

diff --git a/app-emulation/cri-tools/cri-tools-1.11.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.11.1.ebuild
new file mode 100644
index 000..6b723aa1cb6
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.11.1.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-incubator/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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2018-11-07 Thread Manuel Rüger
commit: 4cc5216765a12c45a3d45a2ec71b1265dcd72230
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  7 12:42:39 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  7 12:42:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc52167

app-emulation/cri-tools: Version bump to 1.12.0

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emulation/cri-tools/Manifest|  1 +
 app-emulation/cri-tools/cri-tools-1.12.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 1336ec68623..84b90e1fd4c 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,2 +1,3 @@
 DIST cri-tools-1.0.0_alpha1.tar.gz 2727719 BLAKE2B 
6c413aff111ce279e86f1036c3efd0c98901ed42bce482b3877cec58a55958a80305c013b6e515dbb84ff3d8def41156b81a0749ce606fd3806a7fae3fc445f0
 SHA512 
e0fe6171ac1b1649be667b2924a1b163810fe18c51fb9c3fe363b381feb889d18872f8077e267a147058481f799a35f6a0b5f8d285215e216ee771d7ea74f66a
 DIST cri-tools-1.0.0_beta2.tar.gz 2417018 BLAKE2B 
06dc5675c339fb26fce92c3ca05f855da754a452b25554ab84da0b6528b56c01005a625a06ead9a0f1e51e3fee96b54865990927fc312efa96167f8a5ebe94f1
 SHA512 
f0aadf8659ae1731945c8403d5a6d30bb9ed1e2ebf1a1045541087652a0d7a45b35fea5346cbec37903425634d7f65ccd852b56a7db93f6bbf9c91ae4899f107
+DIST cri-tools-1.12.0.tar.gz 2608498 BLAKE2B 
242e689ec69081838afe36b86e3f802e4ff3bfd50461026a8637dd777b8996d9e153fbab103c98fc5ad8bd82c4da52413ab4698f95db8f1c0fa7e825e8dd80f7
 SHA512 
394269515ac80dd2b995b20220b03e03bad8bbfa25cea8979777ab75830a0523f0945553ba5d3f7a900eabe9ccf67ebf5789627b46640a2fc46193aff101ba20

diff --git a/app-emulation/cri-tools/cri-tools-1.12.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.12.0.ebuild
new file mode 100644
index 000..a298fcbf5cb
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.12.0.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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2018-11-07 Thread Manuel Rüger
commit: 1114b12624c453001a26235dd52478fac4dc704d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  7 12:38:44 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  7 12:38:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1114b126

app-emulation/cri-tools: Add 1.0.0_alpha1 for kubernetes-1.9.x

Signed-off-by: Manuel Rüger  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_alpha1.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 07334eb118a..1336ec68623 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1 +1,2 @@
+DIST cri-tools-1.0.0_alpha1.tar.gz 2727719 BLAKE2B 
6c413aff111ce279e86f1036c3efd0c98901ed42bce482b3877cec58a55958a80305c013b6e515dbb84ff3d8def41156b81a0749ce606fd3806a7fae3fc445f0
 SHA512 
e0fe6171ac1b1649be667b2924a1b163810fe18c51fb9c3fe363b381feb889d18872f8077e267a147058481f799a35f6a0b5f8d285215e216ee771d7ea74f66a
 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_alpha1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.0.0_alpha1.ebuild
new file mode 100644
index 000..75ef2765844
--- /dev/null
+++ b/app-emulation/cri-tools/cri-tools-1.0.0_alpha1.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/_alpha/-alpha.}"
+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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2018-11-07 Thread Manuel Rüger
commit: 221348e6447679f5c8617c04eac821c34d6e5f24
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  7 12:35:12 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  7 12:36:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221348e6

app-emulation/cri-tools: Initial version

Signed-off-by: Manuel Rüger  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 000..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 000..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 000..abacd7abac6
--- /dev/null
+++ b/app-emulation/cri-tools/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mr...@gentoo.org
+Manuel Rüger
+  
+  
+kubernetes-sigs/cri-tools
+  
+