public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 18 Feb 2021 00:05:45 +0000 (UTC)	[thread overview]
Message-ID: <1613606734.67278c8b634bd86834bd22099c0ab25af1f96de8.williamh@gentoo> (raw)

commit:     67278c8b634bd86834bd22099c0ab25af1f96de8
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 00:04:55 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 00:05:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67278c8b

net-misc/cni-plugins: 0.9.1 bump

Signed-off-by: William Hubbs <williamh <AT> 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 00000000000..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
+}


             reply	other threads:[~2021-02-18  0:05 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18  0:05 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
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-13 22:18 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=1613606734.67278c8b634bd86834bd22099c0ab25af1f96de8.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