[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2022-07-16 Thread William Hubbs
commit: 743295fba42f47314d48d9f2de37a5665ace16cc
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 16 21:14:17 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 16 21:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743295fb

net-misc/cni-plugins: drop 0.8.6, 0.8.7, 0.9.0

Bug: https://github.com/gentoo/gentoo/pull/25627
Thanks-to: Randall T. Vasquez  icloud.com>
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/cni-plugins/Manifest |  3 ---
 net-misc/cni-plugins/cni-plugins-0.8.6.ebuild | 31 --
 net-misc/cni-plugins/cni-plugins-0.8.7.ebuild | 31 --
 net-misc/cni-plugins/cni-plugins-0.9.0.ebuild | 32 ---
 4 files changed, 97 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 58368f25201a..c093ccfee4f5 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,5 +1,2 @@
-DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8
-DIST cni-plugins-0.8.7.tar.gz 1965945 BLAKE2B 
592b1f126547363877c657e03d69fcb25874e6d472d731861a1a03e3933901bd618a5097f3d91f6ca7fbedce29a0ff0076a65be1a528a2584a7dcb5940a4b010
 SHA512 
1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f
-DIST cni-plugins-0.9.0.tar.gz 2705022 BLAKE2B 
82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9
 SHA512 
8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c
 DIST cni-plugins-0.9.1.tar.gz 2703099 BLAKE2B 
878f476e62f12020b39d33a79723fe246b34d80705d3a336573401743392adca9a57b196d6d191b4a6f281110f47ecbb1525aacd91cd488bea61c7aaed12a6ef
 SHA512 
24e8fcedbff2ae7a83aa96085b546b164de6a0884d593e3b5386e9d2de3c4d9a215db9e9405332020cc45c371709a32b600e263e4f8dee62c51adafdc0180f24
 DIST cni-plugins-1.1.1.tar.gz 3076064 BLAKE2B 
2fd70260995e423d2b4ac3a8d2135074baffe5d36177d5e1e5a9ce146f6d2ecfeb3b843de62e43f863085ff965be4160cf5f4cae892d3c59070ef390409ef3c9
 SHA512 
03da31caee5f9595abf65d4a551984b995bc18c5e97409549f08997c5a6a2b41a8950144f8a5b4f810cb401ddbe312232d2be76ec977acf8108eb490786b1817

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
deleted file mode 100644
index 5bf8dc6faddd..
--- a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module linux-info
-
-DESCRIPTION="Standard networking plugins for container networking"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
-S="${WORKDIR}/plugins-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-}

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild
deleted file mode 100644
index 838f8dc46a57..
--- a/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module linux-info
-
-DESCRIPTION="Standard networking plugins for container networking"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
-S="${WORKDIR}/plugins-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   newdoc 

[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2022-07-16 Thread William Hubbs
commit: d54dad77e299eccc160ecd2ce7bbfcdaa905bbec
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 16 21:04:14 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 16 21:08:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54dad77

net-misc/cni-plugins: add 1.1.1

Bug: https://github.com/gentoo/gentoo/pull/25627
Closes: https://bugs.gentoo.org/847292
Thanks-to: Randall T. Vasquez  icloud.com>
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-1.1.1.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index dfa22e29a0a0..58368f25201a 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -2,3 +2,4 @@ DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f2
 DIST cni-plugins-0.8.7.tar.gz 1965945 BLAKE2B 
592b1f126547363877c657e03d69fcb25874e6d472d731861a1a03e3933901bd618a5097f3d91f6ca7fbedce29a0ff0076a65be1a528a2584a7dcb5940a4b010
 SHA512 
1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f
 DIST cni-plugins-0.9.0.tar.gz 2705022 BLAKE2B 
82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9
 SHA512 
8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c
 DIST cni-plugins-0.9.1.tar.gz 2703099 BLAKE2B 
878f476e62f12020b39d33a79723fe246b34d80705d3a336573401743392adca9a57b196d6d191b4a6f281110f47ecbb1525aacd91cd488bea61c7aaed12a6ef
 SHA512 
24e8fcedbff2ae7a83aa96085b546b164de6a0884d593e3b5386e9d2de3c4d9a215db9e9405332020cc45c371709a32b600e263e4f8dee62c51adafdc0180f24
+DIST cni-plugins-1.1.1.tar.gz 3076064 BLAKE2B 
2fd70260995e423d2b4ac3a8d2135074baffe5d36177d5e1e5a9ce146f6d2ecfeb3b843de62e43f863085ff965be4160cf5f4cae892d3c59070ef390409ef3c9
 SHA512 
03da31caee5f9595abf65d4a551984b995bc18c5e97409549f08997c5a6a2b41a8950144f8a5b4f810cb401ddbe312232d2be76ec977acf8108eb490786b1817

diff --git a/net-misc/cni-plugins/cni-plugins-1.1.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-1.1.1.ebuild
new file mode 100644
index ..963ca87f9d33
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-1.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module linux-info systemd
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   systemd_dounit plugins/ipam/dhcp/systemd/cni-dhcp.{service,socket}
+   newinitd "${FILESDIR}"/cni-dhcp.initd cni-dhcp
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2022-02-25 Thread Yixun Lan
commit: b2e458e576f3797154bb76d1bb655dda300d4411
Author: Jer Sun  gmail  com>
AuthorDate: Mon Feb 14 02:29:15 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 25 08:45:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e458e5

net-misc/cni-plugins: keyword ~riscv, 0.9.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jer Sun  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
index 54ca770d58f6..5d4529918862 100644
--- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2021-11-16 Thread Sam James
commit: ad4edc52b2090eb6eb7593af20f36e79b10c29a1
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 02:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 02:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4edc52

net-misc/cni-plugins: Stabilize 0.9.1 arm64, #823671

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

 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
index 4ae46df3bc6c..54ca770d58f6 100644
--- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 arm64 ~ppc64"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2021-11-14 Thread Sam James
commit: 6685e26205078c0c52e610773d35eca40b6814f1
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 08:37:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 08:37:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6685e262

net-misc/cni-plugins: Stabilize 0.9.1 amd64, #823671

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

 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
index 0a19fc7de659..4ae46df3bc6c 100644
--- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2021-07-04 Thread Georgy Yakovlev
commit: 63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul  4 04:35:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul  4 06:06:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ba0e4f

net-misc/cni-plugins: keyword 0.9.1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
index 3ef070097fe..0a19fc7de65 100644
--- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2021-02-17 Thread William Hubbs
commit: 67278c8b634bd86834bd22099c0ab25af1f96de8
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Feb 18 00:04:55 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Feb 18 00:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67278c8b

net-misc/cni-plugins: 0.9.1 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index b0fd28399ef..dfa22e29a0a 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8
 DIST cni-plugins-0.8.7.tar.gz 1965945 BLAKE2B 
592b1f126547363877c657e03d69fcb25874e6d472d731861a1a03e3933901bd618a5097f3d91f6ca7fbedce29a0ff0076a65be1a528a2584a7dcb5940a4b010
 SHA512 
1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f
 DIST cni-plugins-0.9.0.tar.gz 2705022 BLAKE2B 
82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9
 SHA512 
8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c
+DIST cni-plugins-0.9.1.tar.gz 2703099 BLAKE2B 
878f476e62f12020b39d33a79723fe246b34d80705d3a336573401743392adca9a57b196d6d191b4a6f281110f47ecbb1525aacd91cd488bea61c7aaed12a6ef
 SHA512 
24e8fcedbff2ae7a83aa96085b546b164de6a0884d593e3b5386e9d2de3c4d9a215db9e9405332020cc45c371709a32b600e263e4f8dee62c51adafdc0180f24

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
new file mode 100644
index 000..3ef070097fe
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   newinitd "${FILESDIR}"/cni-dhcp.initd cni-dhcp
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/files/, net-misc/cni-plugins/

2021-01-16 Thread William Hubbs
commit: 4067bcfbea48cff33fa5eb4fce92fb154256a033
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jan 16 23:27:27 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jan 16 23:27:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4067bcfb

net-misc/cni-plugins: 0.9.0 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.9.0.ebuild | 32 +++
 net-misc/cni-plugins/files/cni-dhcp.initd | 20 +
 3 files changed, 53 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 759325c90a5..b0fd28399ef 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8
 DIST cni-plugins-0.8.7.tar.gz 1965945 BLAKE2B 
592b1f126547363877c657e03d69fcb25874e6d472d731861a1a03e3933901bd618a5097f3d91f6ca7fbedce29a0ff0076a65be1a528a2584a7dcb5940a4b010
 SHA512 
1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f
+DIST cni-plugins-0.9.0.tar.gz 2705022 BLAKE2B 
82f723501901da40e4ea2f111bd1ed3023a1d11e1715902830f3cd0cf0d46d9f9c57389b3a763448fcd52c40aba97a731986ca1862e2ecd912e8a274abf626c9
 SHA512 
8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c

diff --git a/net-misc/cni-plugins/cni-plugins-0.9.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.9.0.ebuild
new file mode 100644
index 000..3ef070097fe
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   newinitd "${FILESDIR}"/cni-dhcp.initd cni-dhcp
+}

diff --git a/net-misc/cni-plugins/files/cni-dhcp.initd 
b/net-misc/cni-plugins/files/cni-dhcp.initd
new file mode 100644
index 000..26b838c516b
--- /dev/null
+++ b/net-misc/cni-plugins/files/cni-dhcp.initd
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+
+name="CNI-DHCP"
+description="virtual dhcp server for containers"
+command="/opt/cni/bin/dhcp"
+command_args="daemon"
+command_background=true
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+   need net
+}
+
+stop_post() {
+   if [ -e /run/cni/dhcp.sock ]; then
+   ebegin "Cleaning socket for ${name}"
+   rm -f /run/cni/dhcp.sock
+   eend $? "Failed to cleanup socket"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-08-31 Thread William Hubbs
commit: 4176b5bfce4922591d4a56452841b341739783e8
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 31 15:48:53 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 31 15:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4176b5bf

net-misc/cni-plugins: 0.8.7 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.7.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 2c85b158fa8..759325c90a5 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1 +1,2 @@
 DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8
+DIST cni-plugins-0.8.7.tar.gz 1965945 BLAKE2B 
592b1f126547363877c657e03d69fcb25874e6d472d731861a1a03e3933901bd618a5097f3d91f6ca7fbedce29a0ff0076a65be1a528a2584a7dcb5940a4b010
 SHA512 
1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild
new file mode 100644
index 000..838f8dc46a5
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-08-29 Thread Sam James
commit: a2bb61b00f313e728e7078d4b703fa0c43ec8616
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 29 22:43:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 29 22:43:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bb61b0

net-misc/cni-plugins: arm64 keyworded (bug #739132)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-misc/cni-plugins/cni-plugins-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
index 631097f1de6..5bf8dc6fadd 100644
--- a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-07-25 Thread William Hubbs
commit: 19bce26bc438759a138df6dc58097cf7918849f6
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 25 15:31:13 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 25 15:32:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bce26b

net-misc/cni-plugins: security cleanup

Bug: https://bugs.gentoo.org/733352
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/cni-plugins/Manifest |  4 ---
 net-misc/cni-plugins/cni-plugins-0.8.2.ebuild | 38 --
 net-misc/cni-plugins/cni-plugins-0.8.3.ebuild | 38 --
 net-misc/cni-plugins/cni-plugins-0.8.4.ebuild | 39 ---
 net-misc/cni-plugins/cni-plugins-0.8.5.ebuild | 31 -
 5 files changed, 150 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 1a251a94f6a..2c85b158fa8 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,5 +1 @@
-DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
-DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d
-DIST cni-plugins-0.8.4.tar.gz 2002863 BLAKE2B 
afc0229256f04b5079ff4f30fca422e7e72dc46b01a988b38647bbed767ad4c8362c99eca84ade86a52ffbd3aadda60ae1b14974436eab862d4c9ed356320b2b
 SHA512 
1a66a9d2cc3bad17201426905ed8349fa0c260ffef423338bc93c4ff191c4d38e6b9228ca3b5c44b148c854379f741f2dbd88ac9937dc1599f95f4df8b6f4346
-DIST cni-plugins-0.8.5.tar.gz 2003900 BLAKE2B 
e14ee6ca6979b638ed041a28d382867006b05843bf5b2c9c79386f4db590684b047af226a11b49e75b750e63927f3ee672cec54f12a1c7447550b8755a96b0bb
 SHA512 
e404ef69da189e2cc3e77ae1054fbea5232086066f2963d1ec824f63c02aede020ad8600d821ec47ae695043bd2c4a176d9e02b9a059024ff3a2fbeee9cb797a
 DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
deleted file mode 100644
index 9d70c2e35d1..000
--- a/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info golang-vcs-snapshot
-
-KEYWORDS="amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild
deleted file mode 100644
index 4fd45539a5a..000
--- a/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i 

[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-07-23 Thread William Hubbs
commit: ebb1b8642b751e00b904de12b008d589e1a9c529
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 23 15:22:03 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 23 15:23:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb1b864

net-misc/cni-plugins: stable 0.8.6 on amd64

Bug: https://bugs.gentoo.org/733352
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/cni-plugins/cni-plugins-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
index 99902688060..631097f1de6 100644
--- a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-05-13 Thread William Hubbs
commit: f116542f3481b76c608347a1e87a799f8ce5e366
Author: William Hubbs  gentoo  org>
AuthorDate: Wed May 13 22:18:41 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 13 22:18:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f116542f

net-misc/cni-plugins: 0.8.6 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.6.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 64bdf553abc..1a251a94f6a 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -2,3 +2,4 @@ DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952
 DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d
 DIST cni-plugins-0.8.4.tar.gz 2002863 BLAKE2B 
afc0229256f04b5079ff4f30fca422e7e72dc46b01a988b38647bbed767ad4c8362c99eca84ade86a52ffbd3aadda60ae1b14974436eab862d4c9ed356320b2b
 SHA512 
1a66a9d2cc3bad17201426905ed8349fa0c260ffef423338bc93c4ff191c4d38e6b9228ca3b5c44b148c854379f741f2dbd88ac9937dc1599f95f4df8b6f4346
 DIST cni-plugins-0.8.5.tar.gz 2003900 BLAKE2B 
e14ee6ca6979b638ed041a28d382867006b05843bf5b2c9c79386f4db590684b047af226a11b49e75b750e63927f3ee672cec54f12a1c7447550b8755a96b0bb
 SHA512 
e404ef69da189e2cc3e77ae1054fbea5232086066f2963d1ec824f63c02aede020ad8600d821ec47ae695043bd2c4a176d9e02b9a059024ff3a2fbeee9cb797a
+DIST cni-plugins-0.8.6.tar.gz 1993056 BLAKE2B 
89276e0f7fdbc782b30ff675abcb0f92f210771bb772269210416e17d6da443fe732774d9af8ae66f69847c8b48ee4dc6485f51e2156814cfd7e3ca8b455428f
 SHA512 
8815de8b375c737c3a1951b0a7ef5786209fdcf723aa1bc7c2dab7e1bbdee4933a7237f41bdee4208828b457bc79ec69ff68db060c52bab13863f42b042480c8

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
new file mode 100644
index 000..99902688060
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-05-04 Thread William Hubbs
commit: bc5b78e33a6d6de2d65a18bf9a154803b1d0cdd3
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May  4 18:33:36 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May  4 18:34:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b78e3

net-misc/cni-plugins: 0.8.5 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index c06bb485bcd..64bdf553abc 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
 DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d
 DIST cni-plugins-0.8.4.tar.gz 2002863 BLAKE2B 
afc0229256f04b5079ff4f30fca422e7e72dc46b01a988b38647bbed767ad4c8362c99eca84ade86a52ffbd3aadda60ae1b14974436eab862d4c9ed356320b2b
 SHA512 
1a66a9d2cc3bad17201426905ed8349fa0c260ffef423338bc93c4ff191c4d38e6b9228ca3b5c44b148c854379f741f2dbd88ac9937dc1599f95f4df8b6f4346
+DIST cni-plugins-0.8.5.tar.gz 2003900 BLAKE2B 
e14ee6ca6979b638ed041a28d382867006b05843bf5b2c9c79386f4db590684b047af226a11b49e75b750e63927f3ee672cec54f12a1c7447550b8755a96b0bb
 SHA512 
e404ef69da189e2cc3e77ae1054fbea5232086066f2963d1ec824f63c02aede020ad8600d821ec47ae695043bd2c4a176d9e02b9a059024ff3a2fbeee9cb797a

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild
new file mode 100644
index 000..99902688060
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module linux-info
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+S="${WORKDIR}/plugins-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" ./build_linux.sh || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-01-19 Thread William Hubbs
commit: d6c67cab20f65088b14884b79512f577e0171b9e
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 19 19:34:47 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 19 19:35:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c67cab

net-misc/cni-plugins: 0.8.4 bump

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.4.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 0f37333e908..c06bb485bcd 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
 DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d
+DIST cni-plugins-0.8.4.tar.gz 2002863 BLAKE2B 
afc0229256f04b5079ff4f30fca422e7e72dc46b01a988b38647bbed767ad4c8362c99eca84ade86a52ffbd3aadda60ae1b14974436eab862d4c9ed356320b2b
 SHA512 
1a66a9d2cc3bad17201426905ed8349fa0c260ffef423338bc93c4ff191c4d38e6b9228ca3b5c44b148c854379f741f2dbd88ac9937dc1599f95f4df8b6f4346

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.4.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.4.ebuild
new file mode 100644
index 000..82ab7c1b97f
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info golang-vcs-snapshot
+
+DESCRIPTION="Standard networking plugins for container networking"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+EGO_PN="github.com/containernetworking/plugins"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-01-13 Thread Mikle Kolyada
commit: 33f78486634ee13bba26541b89729fc73bfa04e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 13 12:52:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 13 12:52:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f78486

net-misc/cni-plugins: fix metadata warning

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-misc/cni-plugins/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/metadata.xml 
b/net-misc/cni-plugins/metadata.xml
index 3ce1c478791..9fefca57e0e 100644
--- a/net-misc/cni-plugins/metadata.xml
+++ b/net-misc/cni-plugins/metadata.xml
@@ -3,7 +3,7 @@
 
   
 willi...@gentoo.org
-   William Hubbs
+William Hubbs
   
   
 containernetworking/plugins



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2020-01-06 Thread William Hubbs
commit: 27b0698162b6dda5314b757606fb617ee8e5682b
Author: William Hubbs  sony  com>
AuthorDate: Mon Jan  6 22:23:50 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jan  6 22:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b06981

net-misc/cni-plugins: take maintainership

This was approved by Manuel due to his retirement.

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/cni-plugins/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cni-plugins/metadata.xml 
b/net-misc/cni-plugins/metadata.xml
index deec70d1fa6..3ce1c478791 100644
--- a/net-misc/cni-plugins/metadata.xml
+++ b/net-misc/cni-plugins/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-Manuel Rüger
-mr...@gentoo.org
+willi...@gentoo.org
+   William Hubbs
   
   
 containernetworking/plugins



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-11-19 Thread Manuel Rüger
commit: 98463c04312cf922374e621ca9fd02c6f520f971
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov 19 12:35:47 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov 19 12:35:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98463c04

net-misc/cni-plugins: Version bump to 0.8.3

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.3.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index f90d55e46bb..ce38e25dd96 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -2,3 +2,4 @@ DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681
 DIST cni-plugins-0.7.6.tar.gz 862694 BLAKE2B 
4c66d80be260217f977f6f80ecd36ec8e3209b57ad34e1bfb03dc5df453ead6aeac24e2852a068430e94a83fc314f92bb9dac41432e16851508e170fa4e77c58
 SHA512 
28baaa9793dcec4d9417d6beaf4d85cb1eb433f401b3f7d905b2a60709825de0e9ac80a713d8944433e72c7381d502b14aff85c3dc5d665bfca3160f1bfcc13d
 DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f
 DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
+DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild
new file mode 100644
index 000..4fd45539a5a
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-11-19 Thread Manuel Rüger
commit: e0221697bc1e28b10c61b4916c883f2875daf672
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov 19 12:36:19 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov 19 12:36:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0221697

net-misc/cni-plugins: Remove old

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

 net-misc/cni-plugins/Manifest |  3 ---
 net-misc/cni-plugins/cni-plugins-0.7.5.ebuild | 36 ---
 net-misc/cni-plugins/cni-plugins-0.7.6.ebuild | 36 ---
 net-misc/cni-plugins/cni-plugins-0.8.1.ebuild | 36 ---
 4 files changed, 111 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index ce38e25dd96..0f37333e908 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,5 +1,2 @@
-DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
-DIST cni-plugins-0.7.6.tar.gz 862694 BLAKE2B 
4c66d80be260217f977f6f80ecd36ec8e3209b57ad34e1bfb03dc5df453ead6aeac24e2852a068430e94a83fc314f92bb9dac41432e16851508e170fa4e77c58
 SHA512 
28baaa9793dcec4d9417d6beaf4d85cb1eb433f401b3f7d905b2a60709825de0e9ac80a713d8944433e72c7381d502b14aff85c3dc5d665bfca3160f1bfcc13d
-DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f
 DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9
 DIST cni-plugins-0.8.3.tar.gz 2001599 BLAKE2B 
e087814146c53d372af5b1cc47098f0060cb1528618d9848287592c0b442856114c711ea747efca4e8a79e9ee0b4285678a6e48e07d0698f1382c1e822a49451
 SHA512 
054479a73ddbfbdb2986ac202ae2da7a69ae7bb693a250885f950a26973c60be3053d4e95ca24cf5eb67c104b9af8231f859e22c01a066ce3a206a186fc55a6d

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
deleted file mode 100644
index 9f9b42fe7ec..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild
deleted file mode 100644
index 5351454f156..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go 

[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-10-07 Thread Manuel Rüger
commit: 14f0e9dd67c6cc90e9be6196244782da099f33dc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct  7 09:52:36 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct  7 09:53:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f0e9dd

net-misc/cni-plugins: Stabilize on amd64

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

 net-misc/cni-plugins/cni-plugins-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
index 4fd45539a5a..9d70c2e35d1 100644
--- a/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit linux-info golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 DESCRIPTION="Standard networking plugins for container networking"
 EGO_PN="github.com/containernetworking/plugins"
 HOMEPAGE="https://github.com/containernetworking/plugins;



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-08-15 Thread Manuel Rüger
commit: 14908c53c0d65e090817fa78352d95e7f79d3883
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Aug 15 13:04:02 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Aug 15 13:05:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14908c53

net-misc/cni-plugins: Version bump to 0.8.2

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.2.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 08bf6899256..f90d55e46bb 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
 DIST cni-plugins-0.7.6.tar.gz 862694 BLAKE2B 
4c66d80be260217f977f6f80ecd36ec8e3209b57ad34e1bfb03dc5df453ead6aeac24e2852a068430e94a83fc314f92bb9dac41432e16851508e170fa4e77c58
 SHA512 
28baaa9793dcec4d9417d6beaf4d85cb1eb433f401b3f7d905b2a60709825de0e9ac80a713d8944433e72c7381d502b14aff85c3dc5d665bfca3160f1bfcc13d
 DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f
+DIST cni-plugins-0.8.2.tar.gz 1997790 BLAKE2B 
a3c0196c589a3a77de100a87ca8d3eb952478190c78dc50bc7b65d6229ec33593fe77be4a8c5b593d9ea8bb806f9b8d04768bc52b689b006640cfa34c176a0a1
 SHA512 
383540232593c7ef8c28f83e660a58ae6dd2592c6d97a43c8fc1f046a3fa448911d4066ec0a6a7d7e770a1a2dceee7c31d742100b0871e07d691fe6bdffd42f9

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
new file mode 100644
index 000..4fd45539a5a
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-08-13 Thread Manuel Rüger
commit: 0ab8d0ab527a25634fef0effb82ec7a06fd42f32
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug 13 14:22:49 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug 13 14:22:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab8d0ab

net-misc/cni-plugins: Remove old

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

 net-misc/cni-plugins/Manifest |  1 -
 net-misc/cni-plugins/cni-plugins-0.8.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 76d9771436a..08bf6899256 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,4 +1,3 @@
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
 DIST cni-plugins-0.7.6.tar.gz 862694 BLAKE2B 
4c66d80be260217f977f6f80ecd36ec8e3209b57ad34e1bfb03dc5df453ead6aeac24e2852a068430e94a83fc314f92bb9dac41432e16851508e170fa4e77c58
 SHA512 
28baaa9793dcec4d9417d6beaf4d85cb1eb433f401b3f7d905b2a60709825de0e9ac80a713d8944433e72c7381d502b14aff85c3dc5d665bfca3160f1bfcc13d
-DIST cni-plugins-0.8.0.tar.gz 3249919 BLAKE2B 
78c0b20c3745d8ceb3596b65a57323cc3baaa4ca02bed6de2bffeb5dbc7075f86f536faa5b75ad1bc05c359b2d9add8e6084831110337c0df08665b252eb8413
 SHA512 
de685a66e0e875e8a2209b76c5d1f5fd0e426804e3db6084cf2e89695a8b1876eae47ff1fcfdf065a3b027918fe7c4775d2321358402dbd1206928538edb52b4
 DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild
deleted file mode 100644
index c8c1659634b..000
--- a/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-08-13 Thread Manuel Rüger
commit: 76e044058beb7f9a872fd091cb93d0cbe6c5f9f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug 13 14:22:29 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug 13 14:22:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e04405

net-misc/cni-plugins: Version bump to 0.7.6

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.6.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 4103de17f4e..76d9771436a 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
+DIST cni-plugins-0.7.6.tar.gz 862694 BLAKE2B 
4c66d80be260217f977f6f80ecd36ec8e3209b57ad34e1bfb03dc5df453ead6aeac24e2852a068430e94a83fc314f92bb9dac41432e16851508e170fa4e77c58
 SHA512 
28baaa9793dcec4d9417d6beaf4d85cb1eb433f401b3f7d905b2a60709825de0e9ac80a713d8944433e72c7381d502b14aff85c3dc5d665bfca3160f1bfcc13d
 DIST cni-plugins-0.8.0.tar.gz 3249919 BLAKE2B 
78c0b20c3745d8ceb3596b65a57323cc3baaa4ca02bed6de2bffeb5dbc7075f86f536faa5b75ad1bc05c359b2d9add8e6084831110337c0df08665b252eb8413
 SHA512 
de685a66e0e875e8a2209b76c5d1f5fd0e426804e3db6084cf2e89695a8b1876eae47ff1fcfdf065a3b027918fe7c4775d2321358402dbd1206928538edb52b4
 DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild
new file mode 100644
index 000..5351454f156
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-07-08 Thread Manuel Rüger
commit: 7fa335fa90d2452a3fdcebbc71a8f0bf9fc7528a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jul  8 14:22:53 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jul  8 14:22:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa335fa

net-misc/cni-plugins: Stabilize 0.8.1

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

 net-misc/cni-plugins/cni-plugins-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild
index c8c1659634b..47b31cca168 100644
--- a/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 DESCRIPTION="Standard networking plugins for container networking"
 EGO_PN="github.com/containernetworking/plugins"
 HOMEPAGE="https://github.com/containernetworking/plugins;



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-06-06 Thread Manuel Rüger
commit: 1d13523f82f0b24f3e1cc7a9a8676baf7edb3fb8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jun  6 09:29:15 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jun  6 09:29:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d13523f

net-misc/cni-plugins: Version bump to 0.8.1

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 98fd186515c..4103de17f4e 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
 DIST cni-plugins-0.8.0.tar.gz 3249919 BLAKE2B 
78c0b20c3745d8ceb3596b65a57323cc3baaa4ca02bed6de2bffeb5dbc7075f86f536faa5b75ad1bc05c359b2d9add8e6084831110337c0df08665b252eb8413
 SHA512 
de685a66e0e875e8a2209b76c5d1f5fd0e426804e3db6084cf2e89695a8b1876eae47ff1fcfdf065a3b027918fe7c4775d2321358402dbd1206928538edb52b4
+DIST cni-plugins-0.8.1.tar.gz 3253670 BLAKE2B 
7de5b53e310b496137c0ea0d6b4d22d5604e49fb4ada456eaad377a0b20d0b8883e7420a8d5f8cf92922e98b493608d495126772fd4205e4efb42b784fe3cea7
 SHA512 
ed57162fc3d014c897ee2f7f82b738624ca42ad7c238ac6ac5c1eb9ac865fe27f8ded1510cfb131f7b43e44f6cd0366ab83011386bcb6add36ea11235767760f

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild
new file mode 100644
index 000..c8c1659634b
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-05-14 Thread Manuel Rüger
commit: 0a3cf635006baab1f3e7d63ef3e7ca5f78ee4600
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 14 08:20:34 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May 14 08:20:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3cf635

net-misc/cni-plugins: Version bump to 0.8.0

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.8.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 03e244aa9e7..98fd186515c 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1 +1,2 @@
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
+DIST cni-plugins-0.8.0.tar.gz 3249919 BLAKE2B 
78c0b20c3745d8ceb3596b65a57323cc3baaa4ca02bed6de2bffeb5dbc7075f86f536faa5b75ad1bc05c359b2d9add8e6084831110337c0df08665b252eb8413
 SHA512 
de685a66e0e875e8a2209b76c5d1f5fd0e426804e3db6084cf2e89695a8b1876eae47ff1fcfdf065a3b027918fe7c4775d2321358402dbd1206928538edb52b4

diff --git a/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild
new file mode 100644
index 000..c8c1659634b
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{bandwidth,firewall,flannel,portmap,sbr,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local,static},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-04-10 Thread Manuel Rüger
commit: c915d0f39e10191be078116f2d9287937514ea24
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Apr 10 09:09:14 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Apr 10 09:09:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c915d0f3

net-misc/cni-plugins: Remove old

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

 net-misc/cni-plugins/Manifest |  1 -
 net-misc/cni-plugins/cni-plugins-0.7.4.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 702a19d3690..03e244aa9e7 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1 @@
-DIST cni-plugins-0.7.4.tar.gz 862510 BLAKE2B 
7ec9ec84614caecaca1583430552bd93606ae1f178f92cb4f7047ab47292084c5102437fbc9fdfe0ebf7043c94bb1b9fbb9d2ac0bc78abadb40da11cdd62b512
 SHA512 
2ffe18353b525d90679eca4950e96afcaadd7c387956ef5baaf4ce97c0550315fda63403161ab8f23df086955dc2a47da612fb8d0cdd30ccfe12649393e2242c
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
deleted file mode 100644
index 0fbcda6f954..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-04-03 Thread Manuel Rüger
commit: f96d40a44ef59d792c255a0d3f38e81c750571e4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Apr  3 14:04:21 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Apr  3 14:04:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96d40a4

net-misc/cni-plugins: Stabilize 0.7.5

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

 net-misc/cni-plugins/cni-plugins-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
index 5351454f156..9f9b42fe7ec 100644
--- a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 DESCRIPTION="Standard networking plugins for container networking"
 EGO_PN="github.com/containernetworking/plugins"
 HOMEPAGE="https://github.com/containernetworking/plugins;



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-03-29 Thread Manuel Rüger
commit: 681989c97b8b07163d74f7baed0502317d9c2943
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Mar 29 12:54:26 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Mar 29 12:54:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681989c9

net-misc/cni-plugins: Add missing || die

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

 net-misc/cni-plugins/cni-plugins-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
index f875d2d0f72..5351454f156 100644
--- a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
@@ -18,7 +18,7 @@ src_compile() {
pushd src || die
local i
for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}" || die
done
popd || die
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-03-28 Thread Manuel Rüger
commit: abb7a3ed13d92a2f88a0db6b26177381d40daaa0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 28 14:14:39 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 28 14:14:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb7a3ed

net-misc/cni-plugins: Remove old

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

 net-misc/cni-plugins/Manifest |  3 ---
 net-misc/cni-plugins/cni-plugins-0.7.1.ebuild | 36 ---
 net-misc/cni-plugins/cni-plugins-0.7.2.ebuild | 36 ---
 net-misc/cni-plugins/cni-plugins-0.7.3.ebuild | 36 ---
 4 files changed, 111 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 86ba6c6ddbd..702a19d3690 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,5 +1,2 @@
-DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0
-DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 
6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5
 SHA512 
d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd
-DIST cni-plugins-0.7.3.tar.gz 863596 BLAKE2B 
8a4eda2b4ac9b6f53fda5a83cdeab4da862f5e48ddc9ae7c08f8ffa4c65c600543fcb968fa42182051a21a7233ea4e3a613aa6ff60d0e971284703de634e90d0
 SHA512 
d5c9744de2075270dd2a3e87ddf183c12e9f77b2d9df954d266105285042475b2f1f068f0024671f855c3aecc1269e49d6a146dd2f7647df0208aa8a9ec5195f
 DIST cni-plugins-0.7.4.tar.gz 862510 BLAKE2B 
7ec9ec84614caecaca1583430552bd93606ae1f178f92cb4f7047ab47292084c5102437fbc9fdfe0ebf7043c94bb1b9fbb9d2ac0bc78abadb40da11cdd62b512
 SHA512 
2ffe18353b525d90679eca4950e96afcaadd7c387956ef5baaf4ce97c0550315fda63403161ab8f23df086955dc2a47da612fb8d0cdd30ccfe12649393e2242c
 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
deleted file mode 100644
index b07a467bf91..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
deleted file mode 100644
index b07a467bf91..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go 

[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

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

net-misc/cni-plugins: Version bump to 0.7.5

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.5.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index f17b6938bc9..86ba6c6ddbd 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -2,3 +2,4 @@ DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2a
 DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 
6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5
 SHA512 
d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd
 DIST cni-plugins-0.7.3.tar.gz 863596 BLAKE2B 
8a4eda2b4ac9b6f53fda5a83cdeab4da862f5e48ddc9ae7c08f8ffa4c65c600543fcb968fa42182051a21a7233ea4e3a613aa6ff60d0e971284703de634e90d0
 SHA512 
d5c9744de2075270dd2a3e87ddf183c12e9f77b2d9df954d266105285042475b2f1f068f0024671f855c3aecc1269e49d6a146dd2f7647df0208aa8a9ec5195f
 DIST cni-plugins-0.7.4.tar.gz 862510 BLAKE2B 
7ec9ec84614caecaca1583430552bd93606ae1f178f92cb4f7047ab47292084c5102437fbc9fdfe0ebf7043c94bb1b9fbb9d2ac0bc78abadb40da11cdd62b512
 SHA512 
2ffe18353b525d90679eca4950e96afcaadd7c387956ef5baaf4ce97c0550315fda63403161ab8f23df086955dc2a47da612fb8d0cdd30ccfe12649393e2242c
+DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 
17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2
 SHA512 
7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
new file mode 100644
index 000..f875d2d0f72
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2019-01-29 Thread Manuel Rüger
commit: 20c601f9dd6ad123174bb49d793f6ba3da1c40ff
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jan 29 22:41:28 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jan 29 22:41:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c601f9

net-misc/cni-plugins: Stabilize on amd64

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

 net-misc/cni-plugins/cni-plugins-0.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
index 33c40be3cbf..0fbcda6f954 100644
--- a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
+++ b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 DESCRIPTION="Standard networking plugins for container networking"
 EGO_PN="github.com/containernetworking/plugins"
 HOMEPAGE="https://github.com/containernetworking/plugins;



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-11-08 Thread Manuel Rüger
commit: 9b9747f1b76174792cceae240e6ebda14ea710a1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  8 15:35:54 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  8 15:35:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9747f1

net-misc/cni-plugins: Version bump to 0.7.4

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

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 320a2b95d85..f17b6938bc9 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0
 DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 
6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5
 SHA512 
d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd
 DIST cni-plugins-0.7.3.tar.gz 863596 BLAKE2B 
8a4eda2b4ac9b6f53fda5a83cdeab4da862f5e48ddc9ae7c08f8ffa4c65c600543fcb968fa42182051a21a7233ea4e3a613aa6ff60d0e971284703de634e90d0
 SHA512 
d5c9744de2075270dd2a3e87ddf183c12e9f77b2d9df954d266105285042475b2f1f068f0024671f855c3aecc1269e49d6a146dd2f7647df0208aa8a9ec5195f
+DIST cni-plugins-0.7.4.tar.gz 862510 BLAKE2B 
7ec9ec84614caecaca1583430552bd93606ae1f178f92cb4f7047ab47292084c5102437fbc9fdfe0ebf7043c94bb1b9fbb9d2ac0bc78abadb40da11cdd62b512
 SHA512 
2ffe18353b525d90679eca4950e96afcaadd7c387956ef5baaf4ce97c0550315fda63403161ab8f23df086955dc2a47da612fb8d0cdd30ccfe12649393e2242c

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
new file mode 100644
index 000..33c40be3cbf
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-09-20 Thread Manuel Rüger
commit: a4de86909b85ed7879d2878240070d7669ea3b7b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 20 22:38:10 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 20 22:38:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4de8690

net-misc/cni-plugins: Version bump to 0.7.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.3.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index c9298c14243..320a2b95d85 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0
 DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 
6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5
 SHA512 
d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd
+DIST cni-plugins-0.7.3.tar.gz 863596 BLAKE2B 
8a4eda2b4ac9b6f53fda5a83cdeab4da862f5e48ddc9ae7c08f8ffa4c65c600543fcb968fa42182051a21a7233ea4e3a613aa6ff60d0e971284703de634e90d0
 SHA512 
d5c9744de2075270dd2a3e87ddf183c12e9f77b2d9df954d266105285042475b2f1f068f0024671f855c3aecc1269e49d6a146dd2f7647df0208aa8a9ec5195f

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild
new file mode 100644
index 000..b07a467bf91
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-08-03 Thread Manuel Rüger
commit: 3e9b20264f92e087260e3ad8e9658031b513ba57
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Aug  3 16:58:18 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Aug  3 17:01:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9b2026

net-misc/cni-plugins: Version bump to 0.7.2

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 175a38da68c..c9298c14243 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1 +1,2 @@
 DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0
+DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 
6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5
 SHA512 
d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
new file mode 100644
index 000..b07a467bf91
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-06-15 Thread Manuel Rüger
commit: bf65e851c5811b9fb57d0f2b7e58ed7bd9cc708a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jun 15 14:31:34 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jun 15 14:31:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf65e851

net-misc/cni-plugins: Remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/cni-plugins/Manifest |  2 --
 net-misc/cni-plugins/cni-plugins-0.6.0.ebuild | 36 ---
 net-misc/cni-plugins/cni-plugins-0.7.0.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 2aa38c57d2c..175a38da68c 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,3 +1 @@
-DIST cni-plugins-0.6.0.tar.gz 787756 BLAKE2B 
b22825388b0d74f3ea26f79e9df9663a0cbb499447423d1bff93ffb422667f2895d17ae53c27089dab3f724a43489818787c2d51f85bd25f957ef1e6913b8775
 SHA512 
4b3c1901154eb1af86dc35888fda7b7666ee88d2cf728fb09182df5385d32b747de34c5c01598e1f37ae1e3497dbf5af2bc6ad6f737e683ccfccf9c1860cf6dc
-DIST cni-plugins-0.7.0.tar.gz 862293 BLAKE2B 
27f0565c76a720408ea7c2f54f0651fcc661735e238075b6dee597e97a5d07bcc2c111dc24434d5b57193e0f039a2ddbb6246205da6a58fc24f0201d04d79703
 SHA512 
c5f13850ffd455b269520f9b54a916d09dd5823fc1bf0920695a556015f17e0e680ee377f3f8df686836855c331ec0f827c68718773e87337a8b5761a4c5ad69
 DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0

diff --git a/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild
deleted file mode 100644
index 7a785167042..000
--- a/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild
deleted file mode 100644
index b07a467bf91..000
--- a/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="Standard networking plugins for container networking"
-EGO_PN="github.com/containernetworking/plugins"
-HOMEPAGE="https://github.com/containernetworking/plugins;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-src_compile() {
-   pushd src || die
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
-   done
-   popd || die
-}
-
-src_install() {
-   exeinto /opt/cni/bin
-   doexe bin/*
-   pushd src/${EGO_PN} || die
-   dodoc README.md
-   local i
-   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
-   newdoc README.md ${i##*/}.README.md
-   done
-   popd || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-04-26 Thread Manuel Rüger
commit: a9bd554e184fdd97ed640a88370a61626b5dac2b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr 26 21:37:58 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr 26 21:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bd554e

net-misc/cni-plugins: Version bump to 0.7.1

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index a394c9f171e..2aa38c57d2c 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST cni-plugins-0.6.0.tar.gz 787756 BLAKE2B 
b22825388b0d74f3ea26f79e9df9663a0cbb499447423d1bff93ffb422667f2895d17ae53c27089dab3f724a43489818787c2d51f85bd25f957ef1e6913b8775
 SHA512 
4b3c1901154eb1af86dc35888fda7b7666ee88d2cf728fb09182df5385d32b747de34c5c01598e1f37ae1e3497dbf5af2bc6ad6f737e683ccfccf9c1860cf6dc
 DIST cni-plugins-0.7.0.tar.gz 862293 BLAKE2B 
27f0565c76a720408ea7c2f54f0651fcc661735e238075b6dee597e97a5d07bcc2c111dc24434d5b57193e0f039a2ddbb6246205da6a58fc24f0201d04d79703
 SHA512 
c5f13850ffd455b269520f9b54a916d09dd5823fc1bf0920695a556015f17e0e680ee377f3f8df686836855c331ec0f827c68718773e87337a8b5761a4c5ad69
+DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 
9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8
 SHA512 
23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
new file mode 100644
index 000..b07a467bf91
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2018-02-19 Thread Manuel Rüger
commit: b2957ed6b24c26de5281c022d008ef310c509ce7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 19 12:47:31 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 19 12:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2957ed6

net-misc/cni-plugins: Version bump to 0.7.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.7.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
index 9769b751e95..a394c9f171e 100644
--- a/net-misc/cni-plugins/Manifest
+++ b/net-misc/cni-plugins/Manifest
@@ -1 +1,2 @@
 DIST cni-plugins-0.6.0.tar.gz 787756 BLAKE2B 
b22825388b0d74f3ea26f79e9df9663a0cbb499447423d1bff93ffb422667f2895d17ae53c27089dab3f724a43489818787c2d51f85bd25f957ef1e6913b8775
 SHA512 
4b3c1901154eb1af86dc35888fda7b7666ee88d2cf728fb09182df5385d32b747de34c5c01598e1f37ae1e3497dbf5af2bc6ad6f737e683ccfccf9c1860cf6dc
+DIST cni-plugins-0.7.0.tar.gz 862293 BLAKE2B 
27f0565c76a720408ea7c2f54f0651fcc661735e238075b6dee597e97a5d07bcc2c111dc24434d5b57193e0f039a2ddbb6246205da6a58fc24f0201d04d79703
 SHA512 
c5f13850ffd455b269520f9b54a916d09dd5823fc1bf0920695a556015f17e0e680ee377f3f8df686836855c331ec0f827c68718773e87337a8b5761a4c5ad69

diff --git a/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild
new file mode 100644
index 000..b07a467bf91
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.7.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/

2017-09-13 Thread Manuel Rüger
commit: 64e2b7590889d33ecf888c528bfaefdbc341c932
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 13 11:44:45 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 13 11:45:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e2b759

net-misc/cni-plugins: Initial version

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/cni-plugins/Manifest |  1 +
 net-misc/cni-plugins/cni-plugins-0.6.0.ebuild | 36 +++
 net-misc/cni-plugins/metadata.xml | 11 
 3 files changed, 48 insertions(+)

diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
new file mode 100644
index 000..b6133f4cd9d
--- /dev/null
+++ b/net-misc/cni-plugins/Manifest
@@ -0,0 +1 @@
+DIST cni-plugins-0.6.0.tar.gz 787756 SHA256 
8589670f7f9b211a351dfcd211d4fe0b961d77283a7415443dc188f3dbf05668 SHA512 
4b3c1901154eb1af86dc35888fda7b7666ee88d2cf728fb09182df5385d32b747de34c5c01598e1f37ae1e3497dbf5af2bc6ad6f737e683ccfccf9c1860cf6dc
 WHIRLPOOL 
4e06c4b54144139509148cb851182dfa642fa4614fc392304bdc541611dc8bb34c978e9ff6507bb55a46a4d0f016feaf615abd09cdfb303e1f9e995162a19351

diff --git a/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild 
b/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild
new file mode 100644
index 000..7a785167042
--- /dev/null
+++ b/net-misc/cni-plugins/cni-plugins-0.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="Standard networking plugins for container networking"
+EGO_PN="github.com/containernetworking/plugins"
+HOMEPAGE="https://github.com/containernetworking/plugins;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+src_compile() {
+   pushd src || die
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" 
GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
+   done
+   popd || die
+}
+
+src_install() {
+   exeinto /opt/cni/bin
+   doexe bin/*
+   pushd src/${EGO_PN} || die
+   dodoc README.md
+   local i
+   for i in 
plugins/{meta/{flannel,portmap,tuning},main/{bridge,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample};
 do
+   newdoc README.md ${i##*/}.README.md
+   done
+   popd || die
+}

diff --git a/net-misc/cni-plugins/metadata.xml 
b/net-misc/cni-plugins/metadata.xml
new file mode 100644
index 000..deec70d1fa6
--- /dev/null
+++ b/net-misc/cni-plugins/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+Manuel Rüger
+mr...@gentoo.org
+  
+  
+containernetworking/plugins
+  
+