From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/
Date: Wed, 13 May 2020 22:18:56 +0000 (UTC) [thread overview]
Message-ID: <1589408321.f116542f3481b76c608347a1e87a799f8ce5e366.williamh@gentoo> (raw)
commit: f116542f3481b76c608347a1e87a799f8ce5e366
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 22:18:41 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed May 13 22:18:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f116542f
net-misc/cni-plugins: 0.8.6 bump
Signed-off-by: William Hubbs <williamh <AT> 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 00000000000..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
+}
next reply other threads:[~2020-05-13 22:26 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-13 22:18 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-16 21:16 [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/ William Hubbs
2022-07-16 21:08 William Hubbs
2022-02-25 9:25 Yixun Lan
2021-11-17 2:16 Sam James
2021-11-14 8:38 Sam James
2021-07-04 6:06 Georgy Yakovlev
2021-02-18 0:05 William Hubbs
2020-08-31 15:49 William Hubbs
2020-08-29 22:45 Sam James
2020-07-25 15:33 William Hubbs
2020-07-23 15:23 William Hubbs
2020-05-04 18:34 William Hubbs
2020-01-19 19:36 William Hubbs
2020-01-13 12:52 Mikle Kolyada
2020-01-06 22:28 William Hubbs
2019-11-19 12:36 Manuel Rüger
2019-11-19 12:36 Manuel Rüger
2019-10-07 9:53 Manuel Rüger
2019-08-15 13:05 Manuel Rüger
2019-08-13 14:23 Manuel Rüger
2019-08-13 14:23 Manuel Rüger
2019-07-08 14:23 Manuel Rüger
2019-06-06 9:33 Manuel Rüger
2019-05-14 8:20 Manuel Rüger
2019-04-10 9:09 Manuel Rüger
2019-04-03 14:05 Manuel Rüger
2019-03-29 12:54 Manuel Rüger
2019-03-28 14:15 Manuel Rüger
2019-03-28 14:15 Manuel Rüger
2019-01-29 22:42 Manuel Rüger
2018-11-08 15:37 Manuel Rüger
2018-09-20 22:39 Manuel Rüger
2018-08-03 17:02 Manuel Rüger
2018-06-15 14:31 Manuel Rüger
2018-04-26 21:38 Manuel Rüger
2018-02-19 12:47 Manuel Rüger
2017-09-13 11:45 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589408321.f116542f3481b76c608347a1e87a799f8ce5e366.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox