Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Thu, 06 Aug 2020 16:09:26
Message-Id: 1596730151.940b8ce3f4c5acb3e9813d0fe06df419d97ab9fb.whissi@gentoo
1 commit: 940b8ce3f4c5acb3e9813d0fe06df419d97ab9fb
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 5 11:27:01 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:09:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940b8ce3
7
8 sys-cluster/keepalived: drop old
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/17015
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-cluster/keepalived/Manifest | 3 -
15 sys-cluster/keepalived/keepalived-2.0.17.ebuild | 88 -------------------------
16 sys-cluster/keepalived/keepalived-2.0.19.ebuild | 81 -----------------------
17 sys-cluster/keepalived/keepalived-2.1.3.ebuild | 81 -----------------------
18 4 files changed, 253 deletions(-)
19
20 diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
21 index 0f7449c9fcb..4408c62c05a 100644
22 --- a/sys-cluster/keepalived/Manifest
23 +++ b/sys-cluster/keepalived/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST keepalived-2.0.17.tar.gz 1003077 BLAKE2B 68ce64145f917267f6f156fc7b4ffb05ce0bd24b64ddfb3cb2ae8b54850586cffa04c0b617a0f1c6cffd659bba208c145051e436e002ee048908c44fa1c433ff SHA512 6bbcd76604785ef11af4df0a72015ff75a3f47fd04dbe15913f1a30bc80371a188f54020dca881a2b6a562e6ea0b1c5c9c4561c46aa4bdbb8c9f3c54b411d1df
26 -DIST keepalived-2.0.19.tar.gz 1025062 BLAKE2B 3a4164ea7468d5709dfc68da9008d83a15273b6a12679e67348b49fc9fba8938d2552f1cb905d0b6af497a5f4f6b3281b3478a4da8707ed35cd30a8601ed1e40 SHA512 68a510983bc043484e5edbc1d87563677a048282ec52873105f0af922e8b4de5b8e7176944010f9d4d6f65d1a4ebaf930c3d37273e28c1f115ed0fda245d8109
27 DIST keepalived-2.0.20.tar.gz 1036063 BLAKE2B 217dee8c6dcb148119822f3c6a0b57482e91a17671a35333d0dccf04a3f7c6606a1c9e0b3f2a3adeab838fd91b7c714a0bf11895fe0c7d90d836d3585620c8e2 SHA512 36bbc4aa0a1045486e608c9f4ed73f4335b871dae88beaed10d86445474c462136885225cd6b61219a36fca2ff43771623bc6d072e406cf684acc2ca8f2a38f6
28 -DIST keepalived-2.1.3.tar.gz 1077888 BLAKE2B b9469cdabe2d7532d3b3489ae27ee273a0ae92fa4487f00ac845a8b78a79b09a6556630bd2c840b5b47c99b5dec3bf9432d41a30200d4d5f84a7e7eb483cb0f2 SHA512 f1353a2dbd62fcec9c799016aff7849fb1481005b9b26f9f392752539f3ab71e617d758000e2328d40179f947e29aeeab5581bbf143fdd39d125a8bcef0ac71d
29 DIST keepalived-2.1.5.tar.gz 1081559 BLAKE2B 791de7f24d012d77fbf9573713ab158cd91c08b969982b5d6bb86e5e6ed347281378dd5106a05db2f37fd9ab2eb479c131333b4b8c6983671b18652122fdbe37 SHA512 107d071aa1546023a3eb7c2cba4707ab6fbb10af62984ab41c9358b5e28289f8f277456983fe8649a15a77939734d3af573b8b050500d9eb521b4b0537f97aa6
30
31 diff --git a/sys-cluster/keepalived/keepalived-2.0.17.ebuild b/sys-cluster/keepalived/keepalived-2.0.17.ebuild
32 deleted file mode 100644
33 index 26a3a1aab2d..00000000000
34 --- a/sys-cluster/keepalived/keepalived-2.0.17.ebuild
35 +++ /dev/null
36 @@ -1,88 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit autotools systemd
43 -
44 -DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
45 -HOMEPAGE="https://www.keepalived.org/"
46 -SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
51 -IUSE="+bfd dbus debug -json regex snmp"
52 -
53 -RDEPEND="dev-libs/libnl:=
54 - dev-libs/openssl:=
55 - dev-libs/popt
56 - net-libs/libnfnetlink
57 - sys-apps/iproute2
58 - regex? ( >=dev-libs/libpcre2-8 )
59 - dbus? ( sys-apps/dbus dev-libs/glib:2 )
60 - json? ( dev-libs/json-c:= )
61 - snmp? ( net-analyzer/net-snmp )"
62 -DEPEND="${RDEPEND}
63 - >=sys-kernel/linux-headers-4.4"
64 -
65 -DOCS=(
66 - README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
67 - doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
68 -)
69 -
70 -src_prepare() {
71 - default
72 -
73 - eautoreconf
74 -}
75 -
76 -src_configure() {
77 - # keepalived has support to dynamically use some libraries instead of
78 - # linking them:
79 - #--enable-dynamic-linking \
80 - #--enable-libiptc-dynamic \
81 - #--enable-libnl-dynamic \
82 - #--enable-libxtables-dynamic \
83 - STRIP=/bin/true \
84 - econf \
85 - --with-init=custom \
86 - --with-kernel-dir=/usr \
87 - --enable-sha1 \
88 - --enable-vrrp \
89 - $(use_enable bfd) \
90 - $(use_enable dbus) \
91 - $(use_enable dbus dbus-create-instance) \
92 - $(use_enable debug) \
93 - $(use_enable json) \
94 - $(use_enable regex) \
95 - $(use_enable regex regex-timers ) \
96 - $(use_enable snmp) \
97 - $(use_enable snmp snmp-checker) \
98 - $(use_enable snmp snmp-rfc) \
99 - $(use_enable snmp snmp-rfcv2) \
100 - $(use_enable snmp snmp-rfcv3) \
101 - $(use_enable snmp snmp-vrrp)
102 -}
103 -
104 -src_install() {
105 - default
106 -
107 - newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
108 - newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
109 -
110 - systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
111 - systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
112 -
113 - use snmp && dodoc doc/*MIB.txt
114 -
115 - docinto genhash
116 - dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
117 - # This was badly named by upstream, it's more HOWTO than anything else.
118 - newdoc INSTALL INSTALL+HOWTO
119 -
120 - # Security risk to bundle SSL certs
121 - rm -v "${ED}"/etc/keepalived/samples/*.pem || die
122 - # Clean up sysvinit files
123 - rm -rv "${ED}"/etc/sysconfig || die
124 -}
125
126 diff --git a/sys-cluster/keepalived/keepalived-2.0.19.ebuild b/sys-cluster/keepalived/keepalived-2.0.19.ebuild
127 deleted file mode 100644
128 index 1d751727227..00000000000
129 --- a/sys-cluster/keepalived/keepalived-2.0.19.ebuild
130 +++ /dev/null
131 @@ -1,81 +0,0 @@
132 -# Copyright 1999-2019 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=7
136 -
137 -inherit autotools systemd
138 -
139 -DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
140 -HOMEPAGE="https://www.keepalived.org/"
141 -SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
142 -
143 -LICENSE="GPL-2"
144 -SLOT="0"
145 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
146 -IUSE="+bfd dbus -json regex snmp"
147 -
148 -RDEPEND="dev-libs/libnl:=
149 - dev-libs/openssl:=
150 - dev-libs/popt
151 - net-libs/libnfnetlink
152 - sys-apps/iproute2
153 - regex? ( >=dev-libs/libpcre2-8 )
154 - dbus? ( sys-apps/dbus dev-libs/glib:2 )
155 - json? ( dev-libs/json-c:= )
156 - snmp? ( net-analyzer/net-snmp )"
157 -DEPEND="${RDEPEND}
158 - >=sys-kernel/linux-headers-4.4"
159 -
160 -DOCS=(
161 - README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
162 - doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
163 -)
164 -
165 -src_prepare() {
166 - default
167 -
168 - eautoreconf
169 -}
170 -
171 -src_configure() {
172 - # keepalived has support to dynamically use some libraries instead of
173 - # linking them:
174 - #--enable-dynamic-linking \
175 - #--enable-libiptc-dynamic \
176 - #--enable-libnl-dynamic \
177 - #--enable-libxtables-dynamic \
178 - STRIP=/bin/true \
179 - econf \
180 - --with-init=custom \
181 - --with-kernel-dir=/usr \
182 - --enable-sha1 \
183 - --enable-vrrp \
184 - $(use_enable bfd) \
185 - $(use_enable dbus) \
186 - $(use_enable json) \
187 - $(use_enable regex) \
188 - $(use_enable snmp) \
189 - $(use_enable snmp snmp-rfc)
190 -}
191 -
192 -src_install() {
193 - default
194 -
195 - newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
196 - newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
197 -
198 - systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
199 - systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
200 -
201 - use snmp && dodoc doc/*MIB.txt
202 -
203 - docinto genhash
204 - dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
205 - # This was badly named by upstream, it's more HOWTO than anything else.
206 - newdoc INSTALL INSTALL+HOWTO
207 -
208 - # Security risk to bundle SSL certs
209 - rm -v "${ED}"/etc/keepalived/samples/*.pem || die
210 - # Clean up sysvinit files
211 - rm -rv "${ED}"/etc/sysconfig || die
212 -}
213
214 diff --git a/sys-cluster/keepalived/keepalived-2.1.3.ebuild b/sys-cluster/keepalived/keepalived-2.1.3.ebuild
215 deleted file mode 100644
216 index 12763f52118..00000000000
217 --- a/sys-cluster/keepalived/keepalived-2.1.3.ebuild
218 +++ /dev/null
219 @@ -1,81 +0,0 @@
220 -# Copyright 1999-2020 Gentoo Authors
221 -# Distributed under the terms of the GNU General Public License v2
222 -
223 -EAPI=7
224 -
225 -inherit autotools systemd
226 -
227 -DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
228 -HOMEPAGE="https://www.keepalived.org/"
229 -SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
230 -
231 -LICENSE="GPL-2"
232 -SLOT="0"
233 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
234 -IUSE="+bfd dbus -json regex snmp"
235 -
236 -RDEPEND="dev-libs/libnl:=
237 - dev-libs/openssl:=
238 - dev-libs/popt
239 - net-libs/libnfnetlink
240 - sys-apps/iproute2
241 - regex? ( >=dev-libs/libpcre2-8 )
242 - dbus? ( sys-apps/dbus dev-libs/glib:2 )
243 - json? ( dev-libs/json-c:= )
244 - snmp? ( net-analyzer/net-snmp )"
245 -DEPEND="${RDEPEND}
246 - >=sys-kernel/linux-headers-4.4"
247 -
248 -DOCS=(
249 - README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
250 - doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
251 -)
252 -
253 -src_prepare() {
254 - default
255 -
256 - eautoreconf
257 -}
258 -
259 -src_configure() {
260 - # keepalived has support to dynamically use some libraries instead of
261 - # linking them:
262 - #--enable-dynamic-linking \
263 - #--enable-libiptc-dynamic \
264 - #--enable-libnl-dynamic \
265 - #--enable-libxtables-dynamic \
266 - STRIP=/bin/true \
267 - econf \
268 - --with-init=custom \
269 - --with-kernel-dir=/usr \
270 - --enable-sha1 \
271 - --enable-vrrp \
272 - $(use_enable bfd) \
273 - $(use_enable dbus) \
274 - $(use_enable json) \
275 - $(use_enable regex) \
276 - $(use_enable snmp) \
277 - $(use_enable snmp snmp-rfc)
278 -}
279 -
280 -src_install() {
281 - default
282 -
283 - newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
284 - newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
285 -
286 - systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
287 - systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
288 -
289 - use snmp && dodoc doc/*MIB.txt
290 -
291 - docinto genhash
292 - dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
293 - # This was badly named by upstream, it's more HOWTO than anything else.
294 - newdoc INSTALL INSTALL+HOWTO
295 -
296 - # Security risk to bundle SSL certs
297 - rm -v "${ED}"/etc/keepalived/samples/*.pem || die
298 - # Clean up sysvinit files
299 - rm -rv "${ED}"/etc/sysconfig || die
300 -}