Сравнение cni-plugins-0.9.1 с cni-plugins-1.1.1
/usr/portage/app-containers/cni-plugins/cni-plugins-1.1.1.ebuild 2023-10-09 14:52:28.216368318 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2022 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 |
inherit go-module linux-info |
|
4 |
EAPI=8 |
|
5 |
inherit go-module linux-info systemd |
|
6 | 6 | |
7 | 7 |
DESCRIPTION="Standard networking plugins for container networking" |
8 | 8 |
HOMEPAGE="https://github.com/containernetworking/plugins" |
... | ... | |
10 | 10 | |
11 | 11 |
LICENSE="Apache-2.0" |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="amd64 arm64 ~ppc64 ~riscv" |
|
13 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" |
|
14 | 14 |
IUSE="hardened" |
15 | 15 | |
16 | 16 |
CONFIG_CHECK="~BRIDGE_VLAN_FILTERING" |
... | ... | |
28 | 28 |
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 |
29 | 29 |
newdoc README.md ${i##*/}.README.md |
30 | 30 |
done |
31 |
systemd_dounit plugins/ipam/dhcp/systemd/cni-dhcp.{service,socket} |
|
31 | 32 |
newinitd "${FILESDIR}"/cni-dhcp.initd cni-dhcp |
32 | 33 |
} |