Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/
Date: Thu, 28 Mar 2019 14:15:07
Message-Id: 1553782479.abb7a3ed13d92a2f88a0db6b26177381d40daaa0.mrueg@gentoo
1 commit: abb7a3ed13d92a2f88a0db6b26177381d40daaa0
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 14:14:39 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 14:14:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb7a3ed
7
8 net-misc/cni-plugins: Remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 net-misc/cni-plugins/Manifest | 3 ---
14 net-misc/cni-plugins/cni-plugins-0.7.1.ebuild | 36 ---------------------------
15 net-misc/cni-plugins/cni-plugins-0.7.2.ebuild | 36 ---------------------------
16 net-misc/cni-plugins/cni-plugins-0.7.3.ebuild | 36 ---------------------------
17 4 files changed, 111 deletions(-)
18
19 diff --git a/net-misc/cni-plugins/Manifest b/net-misc/cni-plugins/Manifest
20 index 86ba6c6ddbd..702a19d3690 100644
21 --- a/net-misc/cni-plugins/Manifest
22 +++ b/net-misc/cni-plugins/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST cni-plugins-0.7.1.tar.gz 862546 BLAKE2B 9d13c616396017e3cb54dfdd5bde2c06d2ad572e55009b883d82757c173119694a40157f28fce5818bb8bd33325f2edb0ec197ff77aa2ab08615bfc55ce2bbe8 SHA512 23d3b35c22fdc85d087922fb59c63622a9283ff11d34d1a1043c323f9b07b3837418f333d2f2ab9c6a22514351d71aeeab6a57234b14f53ba29847cffa382ea0
25 -DIST cni-plugins-0.7.2.tar.gz 862552 BLAKE2B 6dfa8842fb86a50610d1d4b512a0d6199ac8c4981dfe609b0be544e1a37b696f15dec2431b6030a4238926685a5f0153840345093e34b1efe218c58a410dd9d5 SHA512 d73a0ffb8e5977781a3f9fa93c1615633f74dfbcfeb78eb4c877992ed30d62b782714620667f14b133348d3c253df3e4219dc7ed5f353c7ec6df6c11c25905dd
26 -DIST cni-plugins-0.7.3.tar.gz 863596 BLAKE2B 8a4eda2b4ac9b6f53fda5a83cdeab4da862f5e48ddc9ae7c08f8ffa4c65c600543fcb968fa42182051a21a7233ea4e3a613aa6ff60d0e971284703de634e90d0 SHA512 d5c9744de2075270dd2a3e87ddf183c12e9f77b2d9df954d266105285042475b2f1f068f0024671f855c3aecc1269e49d6a146dd2f7647df0208aa8a9ec5195f
27 DIST cni-plugins-0.7.4.tar.gz 862510 BLAKE2B 7ec9ec84614caecaca1583430552bd93606ae1f178f92cb4f7047ab47292084c5102437fbc9fdfe0ebf7043c94bb1b9fbb9d2ac0bc78abadb40da11cdd62b512 SHA512 2ffe18353b525d90679eca4950e96afcaadd7c387956ef5baaf4ce97c0550315fda63403161ab8f23df086955dc2a47da612fb8d0cdd30ccfe12649393e2242c
28 DIST cni-plugins-0.7.5.tar.gz 862670 BLAKE2B 17734beabde562cfd52efd479cb24805681a3d8a8abd4fd9fdcf9dbd891b2d5b3026b84a880355388c893db147fd0952786a86716438e140a46cc9a2dfffe0c2 SHA512 7ab43f88b4763907f56ff26d684385e5a3f6314ffb4bcbe356ec33a014fc15207392bd26e2d3041e117c604a386d21841a37d093b04e003303554b03721b32c6
29
30 diff --git a/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
31 deleted file mode 100644
32 index b07a467bf91..00000000000
33 --- a/net-misc/cni-plugins/cni-plugins-0.7.1.ebuild
34 +++ /dev/null
35 @@ -1,36 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit golang-vcs-snapshot
42 -
43 -KEYWORDS="~amd64"
44 -DESCRIPTION="Standard networking plugins for container networking"
45 -EGO_PN="github.com/containernetworking/plugins"
46 -HOMEPAGE="https://github.com/containernetworking/plugins"
47 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -IUSE="hardened"
51 -
52 -src_compile() {
53 - pushd src || die
54 - local i
55 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
56 - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
57 - done
58 - popd || die
59 -}
60 -
61 -src_install() {
62 - exeinto /opt/cni/bin
63 - doexe bin/*
64 - pushd src/${EGO_PN} || die
65 - dodoc README.md
66 - local i
67 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
68 - newdoc README.md ${i##*/}.README.md
69 - done
70 - popd || die
71 -}
72
73 diff --git a/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
74 deleted file mode 100644
75 index b07a467bf91..00000000000
76 --- a/net-misc/cni-plugins/cni-plugins-0.7.2.ebuild
77 +++ /dev/null
78 @@ -1,36 +0,0 @@
79 -# Copyright 1999-2018 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -inherit golang-vcs-snapshot
85 -
86 -KEYWORDS="~amd64"
87 -DESCRIPTION="Standard networking plugins for container networking"
88 -EGO_PN="github.com/containernetworking/plugins"
89 -HOMEPAGE="https://github.com/containernetworking/plugins"
90 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -LICENSE="Apache-2.0"
92 -SLOT="0"
93 -IUSE="hardened"
94 -
95 -src_compile() {
96 - pushd src || die
97 - local i
98 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
99 - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
100 - done
101 - popd || die
102 -}
103 -
104 -src_install() {
105 - exeinto /opt/cni/bin
106 - doexe bin/*
107 - pushd src/${EGO_PN} || die
108 - dodoc README.md
109 - local i
110 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
111 - newdoc README.md ${i##*/}.README.md
112 - done
113 - popd || die
114 -}
115
116 diff --git a/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild
117 deleted file mode 100644
118 index b07a467bf91..00000000000
119 --- a/net-misc/cni-plugins/cni-plugins-0.7.3.ebuild
120 +++ /dev/null
121 @@ -1,36 +0,0 @@
122 -# Copyright 1999-2018 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=6
126 -
127 -inherit golang-vcs-snapshot
128 -
129 -KEYWORDS="~amd64"
130 -DESCRIPTION="Standard networking plugins for container networking"
131 -EGO_PN="github.com/containernetworking/plugins"
132 -HOMEPAGE="https://github.com/containernetworking/plugins"
133 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
134 -LICENSE="Apache-2.0"
135 -SLOT="0"
136 -IUSE="hardened"
137 -
138 -src_compile() {
139 - pushd src || die
140 - local i
141 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
142 - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${WORKDIR}/${P}" go install -v "${EGO_PN}/${i}"
143 - done
144 - popd || die
145 -}
146 -
147 -src_install() {
148 - exeinto /opt/cni/bin
149 - doexe bin/*
150 - pushd src/${EGO_PN} || die
151 - dodoc README.md
152 - local i
153 - for i in plugins/{meta/{flannel,portmap,tuning},main/{bridge,host-device,ipvlan,loopback,macvlan,ptp,vlan},ipam/{dhcp,host-local},sample}; do
154 - newdoc README.md ${i##*/}.README.md
155 - done
156 - popd || die
157 -}