Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/exabgp/
Date: Tue, 28 Jun 2022 18:29:54
Message-Id: 1656440941.197acd342a5fa7c93819a7a0429e528dcb5fd727.chutzpah@gentoo
1 commit: 197acd342a5fa7c93819a7a0429e528dcb5fd727
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 18:29:01 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 18:29:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197acd34
7
8 net-misc/exabgp: drop 4.2.11-r1, 4.2.11-r2, 4.2.16
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 net-misc/exabgp/Manifest | 2 --
13 net-misc/exabgp/exabgp-4.2.11-r1.ebuild | 60 -------------------------------
14 net-misc/exabgp/exabgp-4.2.11-r2.ebuild | 64 ---------------------------------
15 net-misc/exabgp/exabgp-4.2.16.ebuild | 64 ---------------------------------
16 4 files changed, 190 deletions(-)
17
18 diff --git a/net-misc/exabgp/Manifest b/net-misc/exabgp/Manifest
19 index 08bf07c092be..d1318297e489 100644
20 --- a/net-misc/exabgp/Manifest
21 +++ b/net-misc/exabgp/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST exabgp-4.2.11.tar.gz 2931753 BLAKE2B e5241619db24e2e82dfb42bc613d6b2c28efac205d2bedf732a665a5a9eff1b384833cb1fec3e68a285fc01269c2eaca55b311650e59bcda13d8f024e5294dc3 SHA512 61c143e90fd81323b03682ad46f2861576ab0328e2030259eff15bb9ef965477c514fb355112cbaf3dc138fb9f5582b6e1e1efb8d0d4313a9b9924ced156a155
24 -DIST exabgp-4.2.16.tar.gz 2933071 BLAKE2B bc66ece537cb175811233d26f3445e1bb3f7d4f8950bf0839ced014430db17a4df614661448f275fb3a890bb2af6b2459f938f830c82f03a586829e7fe31caca SHA512 06731612df6f0f6623e8ad58c3b52fc4b5dee6b4bb3bb29cee272a4061ef087e2f98739a75cd07ae51e66fb633069926899882e6bab801010ad1db3333666471
25 DIST exabgp-4.2.17.tar.gz 2933104 BLAKE2B 5751888232479c24aa4f66ef357821178c7a5564c0522adb8abf26057eb222ecfbb33caa6d9b71219b79fa309a0c4051b6098015c2362ad9c02e59326ee2bfac SHA512 2000856f540dcaed12dfaf54b689f6b04670f0ec8f19ec7a811ea8e54663afec68a7ae97ed79a001cc09ed42e6a1c5bd2d94ae0c3e3c8bde2da446cf00d66374
26 DIST exabgp-4.2.19.tar.gz 2932903 BLAKE2B de988dca0d6c32dbe5a5a04a2f3b5065a71ec83aabccecf675ddf09f9bd38ee417b670c5a2940d12bf3618a9a39e8ec6d0184bfa77cfda8c5e853da0fd52bda4 SHA512 35031fbf1b73339926dd08c7edc80497c3a5c4d1a5d626bf2a704ad2e70baeca51a88fe56fe3e43b97187010cf7e89c2b69f0b28276bbf9a945e761c6578818f
27 DIST exabgp-4.2.20.tar.gz 2933683 BLAKE2B 8d25442dd3e95ad6db2849adb2ba04563c9c2add50fe94993cc1d72f17c704118732c1a8b88cec48f4a5c3b3f186c66b6643d3d06543475a43f0630801394006 SHA512 39de1baa9a4abee9829b3dea211966ec58e487f26c7f9d0d0cd19f5fcca596c9d3a389073bcb19506924feb7af34f4ffc6cbf13b7471cf5e51857af35271e6a5
28
29 diff --git a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild b/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
30 deleted file mode 100644
31 index 1ec8278c5641..000000000000
32 --- a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
33 +++ /dev/null
34 @@ -1,60 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -inherit tmpfiles systemd distutils-r1
42 -
43 -DESCRIPTION="The BGP swiss army knife of networking"
44 -HOMEPAGE="https://github.com/Exa-Networks/exabgp"
45 -SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - acct-group/exabgp
55 - acct-user/exabgp
56 -"
57 -BDEPEND="
58 - test? (
59 - dev-python/psutil[${PYTHON_USEDEP}]
60 - dev-python/nose[${PYTHON_USEDEP}]
61 - dev-python/six[${PYTHON_USEDEP}]
62 - )
63 -"
64 -
65 -PATCHES=(
66 - "${FILESDIR}/exabgp-4.2.7-paths.patch"
67 - "${FILESDIR}/exabgp-4.2.10-ip-path.patch"
68 -)
69 -
70 -python_test() {
71 - ./qa/bin/parsing || die "tests fail with ${EPYTHON}"
72 - nosetests -v ./qa/tests/*_test.py || die "tests fail with ${EPYTHON}"
73 -}
74 -
75 -python_install_all() {
76 - distutils-r1_python_install_all
77 -
78 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
79 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
80 -
81 - newtmpfiles "${FILESDIR}/exabgp.tmpfiles" ${PN}.conf
82 - systemd_dounit etc/systemd/*
83 -
84 - insinto /etc/logrotate.d
85 - newins "${FILESDIR}/${PN}.logrotate" ${PN}
86 -
87 - keepdir /etc/exabgp
88 -
89 - doman doc/man/*.?
90 -}
91 -
92 -pkg_postinst() {
93 - tmpfiles_process ${PN}.conf
94 -}
95
96 diff --git a/net-misc/exabgp/exabgp-4.2.11-r2.ebuild b/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
97 deleted file mode 100644
98 index 0c9b22c44818..000000000000
99 --- a/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
100 +++ /dev/null
101 @@ -1,64 +0,0 @@
102 -# Copyright 1999-2021 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -
107 -PYTHON_COMPAT=( python3_{8..10} )
108 -DISTUTILS_USE_SETUPTOOLS=rdepend
109 -inherit tmpfiles systemd distutils-r1
110 -
111 -DESCRIPTION="The BGP swiss army knife of networking"
112 -HOMEPAGE="https://github.com/Exa-Networks/exabgp"
113 -SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
114 -
115 -LICENSE="BSD"
116 -SLOT="0"
117 -KEYWORDS="~amd64"
118 -IUSE="test"
119 -RESTRICT="!test? ( test )"
120 -
121 -RDEPEND="
122 - acct-group/exabgp
123 - acct-user/exabgp
124 -"
125 -BDEPEND="
126 - test? (
127 - dev-python/psutil[${PYTHON_USEDEP}]
128 - dev-python/nose[${PYTHON_USEDEP}]
129 - dev-python/six[${PYTHON_USEDEP}]
130 - )
131 -"
132 -
133 -PATCHES=(
134 - "${FILESDIR}/exabgp-4.2.7-paths.patch"
135 - "${FILESDIR}/exabgp-4.2.10-ip-path.patch"
136 - "${FILESDIR}/exabgp-4.2.11-healthcheck-allow-disable-metric.patch"
137 - "${FILESDIR}/exabgp-4.2.11-healthcheck-fix-log-crash.patch"
138 - "${FILESDIR}/exabgp-4.2.11-less-verbose-logging.patch"
139 -)
140 -
141 -python_test() {
142 - ./qa/bin/parsing || die "tests fail with ${EPYTHON}"
143 - nosetests -v ./qa/tests/*_test.py || die "tests fail with ${EPYTHON}"
144 -}
145 -
146 -python_install_all() {
147 - distutils-r1_python_install_all
148 -
149 - newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
150 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
151 -
152 - newtmpfiles "${FILESDIR}/exabgp.tmpfiles" ${PN}.conf
153 - systemd_dounit etc/systemd/*
154 -
155 - insinto /etc/logrotate.d
156 - newins "${FILESDIR}/${PN}.logrotate" ${PN}
157 -
158 - keepdir /etc/exabgp
159 -
160 - doman doc/man/*.?
161 -}
162 -
163 -pkg_postinst() {
164 - tmpfiles_process ${PN}.conf
165 -}
166
167 diff --git a/net-misc/exabgp/exabgp-4.2.16.ebuild b/net-misc/exabgp/exabgp-4.2.16.ebuild
168 deleted file mode 100644
169 index b04278316850..000000000000
170 --- a/net-misc/exabgp/exabgp-4.2.16.ebuild
171 +++ /dev/null
172 @@ -1,64 +0,0 @@
173 -# Copyright 1999-2021 Gentoo Authors
174 -# Distributed under the terms of the GNU General Public License v2
175 -
176 -EAPI=7
177 -
178 -PYTHON_COMPAT=( python3_{8..10} )
179 -DISTUTILS_USE_SETUPTOOLS=rdepend
180 -inherit tmpfiles systemd distutils-r1
181 -
182 -DESCRIPTION="The BGP swiss army knife of networking"
183 -HOMEPAGE="https://github.com/Exa-Networks/exabgp"
184 -SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
185 -
186 -LICENSE="BSD"
187 -SLOT="0"
188 -KEYWORDS="~amd64"
189 -IUSE="test"
190 -RESTRICT="!test? ( test )"
191 -
192 -RDEPEND="
193 - acct-group/exabgp
194 - acct-user/exabgp
195 -"
196 -BDEPEND="
197 - test? (
198 - dev-python/psutil[${PYTHON_USEDEP}]
199 - dev-python/nose[${PYTHON_USEDEP}]
200 - dev-python/six[${PYTHON_USEDEP}]
201 - )
202 -"
203 -
204 -PATCHES=(
205 - "${FILESDIR}/exabgp-4.2.7-paths.patch"
206 - "${FILESDIR}/exabgp-4.2.10-ip-path.patch"
207 - "${FILESDIR}/exabgp-4.2.11-healthcheck-allow-disable-metric.patch"
208 - "${FILESDIR}/exabgp-4.2.11-healthcheck-fix-log-crash.patch"
209 - "${FILESDIR}/exabgp-4.2.11-less-verbose-logging.patch"
210 -)
211 -
212 -python_test() {
213 - ./qa/bin/parsing || die "tests fail with ${EPYTHON}"
214 - nosetests -v ./qa/tests/*_test.py || die "tests fail with ${EPYTHON}"
215 -}
216 -
217 -python_install_all() {
218 - distutils-r1_python_install_all
219 -
220 - newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
221 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
222 -
223 - newtmpfiles "${FILESDIR}/exabgp.tmpfiles" ${PN}.conf
224 - systemd_dounit etc/systemd/*
225 -
226 - insinto /etc/logrotate.d
227 - newins "${FILESDIR}/${PN}.logrotate" ${PN}
228 -
229 - keepdir /etc/exabgp
230 -
231 - doman doc/man/*.?
232 -}
233 -
234 -pkg_postinst() {
235 - tmpfiles_process ${PN}.conf
236 -}