Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sysstat/
Date: Tue, 25 May 2021 21:11:29
Message-Id: 1621977066.9d9049f82d37c94e6cd14721b1a95f152f878338.gyakovlev@gentoo
1 commit: 9d9049f82d37c94e6cd14721b1a95f152f878338
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 20:52:28 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 21:11:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9049f8
7
8 app-admin/sysstat: drop 12.2.2, 12.2.3, 12.4.0, 12.4.1
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-admin/sysstat/Manifest | 4 --
13 app-admin/sysstat/sysstat-12.2.2.ebuild | 81 -------------------------------
14 app-admin/sysstat/sysstat-12.2.3.ebuild | 81 -------------------------------
15 app-admin/sysstat/sysstat-12.4.0.ebuild | 83 -------------------------------
16 app-admin/sysstat/sysstat-12.4.1.ebuild | 86 ---------------------------------
17 5 files changed, 335 deletions(-)
18
19 diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
20 index 8060f354e3b..5c06d1f99be 100644
21 --- a/app-admin/sysstat/Manifest
22 +++ b/app-admin/sysstat/Manifest
23 @@ -1,6 +1,2 @@
24 DIST sysstat-12.2.1.tar.gz 1227707 BLAKE2B 566382d83a0230517d22e2630a9cb1aa631d761c914188a4e7fb15eddaedbd25b8a3dffa9893b1b2bbcc31d87a37cbe11b2b50ab0ec94a28f84018685d1b35c8 SHA512 a19d0978eb11071c228462cda496a59721541e57a1d15cb2d0964f287ac2d50b5587fa5bc2b8fe6be2a1f00cbf2e7c3bc59db6494e3e8c1906aa81437b30d073
25 -DIST sysstat-12.2.2.tar.gz 1227793 BLAKE2B 7dcfe904aa60e9c61af516e718668a3f8fb9e4274c51a2c9d44b5e56dc6cf27ffb18d44641970f75abe1c1f8a2c5df8b7a7874da8745757f937ccc2ffbfa03d4 SHA512 82f4fb1e78a26275bdc6f6939dd2c75d7822e930992e74c1eaeda65c0e873d88e777a7f315c7b073aaacb6956281b2119448af2ca22ae6e7f1d20c370b01e3e4
26 -DIST sysstat-12.2.3.tar.gz 1227666 BLAKE2B e78cba586eb8e5f5a971f608ee0df39a20e3af9f02db1778c52bbb09eb4565e29ffb79d68ed00af0142ccbf1120b97825c638b323b53e0b210c96bf808db4aa1 SHA512 d837193b59840b1b1a87f927a4416ba4c688f3b470be00e9ab013b62b2f11e7b963ef4cf521bc42a0a041ea8923e176922ee5b6df56c0612b6646054b048f067
27 -DIST sysstat-12.4.0.tar.gz 1375207 BLAKE2B 66a9c15bb4e3b349158c9f7ab37d00c77844f0fd654df1b613141d906d3c89477e581d7143c77ba6952dd2cc7296f0611bc99aeec8e55e8090a488d5a286ee8b SHA512 156cb38bc4cedb68278d9054ce5b477cbdc84d2480ca302988c0fb5427b9f1f823f0939f2bc1c91fa7657b00b29d02d1f58aeafd342eef83b07d79c3f4141be4
28 -DIST sysstat-12.4.1.tar.gz 1377429 BLAKE2B 878d20575f5397adf10f64ad935b1c08709f6149f875975377c0a9f9b741f9bf352d0dd92ae31c0e7544c2e59e2058fab9ec5be95bfe9d070048661a7ba3bbfa SHA512 203e77095bddeb3797a65ed9e51cab90beaae7f579624c3f55d6903d45b9395d2134ea8e773a572710fd837fd26fb5437dccad63a913536b916f659207256d98
29 DIST sysstat-12.5.3.tar.gz 1504415 BLAKE2B a3dc267182939190441b6cfebff938881fe4a06a8c7d1c406c014ddc28c0ecb33af5f480b77cce56bfcd4c7af81c4fec09eccb989561dd979f03a94ea6521f5b SHA512 3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5
30
31 diff --git a/app-admin/sysstat/sysstat-12.2.2.ebuild b/app-admin/sysstat/sysstat-12.2.2.ebuild
32 deleted file mode 100644
33 index 70f1a541285..00000000000
34 --- a/app-admin/sysstat/sysstat-12.2.2.ebuild
35 +++ /dev/null
36 @@ -1,81 +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 -inherit eutils flag-o-matic systemd toolchain-funcs
42 -
43 -DESCRIPTION="System performance tools for Linux"
44 -HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
45 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 -IUSE="debug nls lm-sensors selinux static"
51 -
52 -CDEPEND="
53 - nls? ( virtual/libintl )
54 - lm-sensors? ( sys-apps/lm-sensors:= )
55 -"
56 -DEPEND="
57 - ${CDEPEND}
58 - nls? ( sys-devel/gettext )
59 -"
60 -RDEPEND="
61 - ${CDEPEND}
62 - selinux? ( sec-policy/selinux-sysstat )
63 -"
64 -PATCHES=(
65 - "${FILESDIR}"/${PN}-11.0.4-cron.patch
66 - "${FILESDIR}"/${PN}-11.7.3-flags.patch
67 -)
68 -
69 -src_prepare() {
70 - if use nls; then
71 - strip-linguas -i nls/
72 - local lingua pofile
73 - for pofile in nls/*.po; do
74 - lingua=${pofile/nls\/}
75 - lingua=${lingua/.po}
76 - if ! has ${lingua} ${LINGUAS}; then
77 - rm "nls/${lingua}.po" || die
78 - fi
79 - done
80 - fi
81 -
82 - default
83 -}
84 -
85 -src_configure() {
86 - tc-export AR
87 - use static && append-ldflags -static
88 -
89 - sa_lib_dir=/usr/lib/sa \
90 - conf_dir=/etc \
91 - econf \
92 - $(use_enable lm-sensors sensors) \
93 - $(use_enable nls) \
94 - $(usex debug --enable-debuginfo '') \
95 - --enable-copy-only \
96 - --enable-documentation \
97 - --enable-install-cron \
98 - --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
99 -}
100 -
101 -src_install() {
102 - keepdir /var/log/sa
103 -
104 - emake \
105 - CHOWN=true \
106 - DESTDIR="${D}" \
107 - DOC_DIR=/usr/share/doc/${PF} \
108 - MANGRPARG='' \
109 - install
110 -
111 - dodoc -r contrib/
112 -
113 - newinitd "${FILESDIR}"/${PN}.init.d ${PN}
114 - systemd_dounit ${PN}.service
115 -
116 - rm "${D}"/usr/share/doc/${PF}/COPYING || die
117 -}
118
119 diff --git a/app-admin/sysstat/sysstat-12.2.3.ebuild b/app-admin/sysstat/sysstat-12.2.3.ebuild
120 deleted file mode 100644
121 index 70f1a541285..00000000000
122 --- a/app-admin/sysstat/sysstat-12.2.3.ebuild
123 +++ /dev/null
124 @@ -1,81 +0,0 @@
125 -# Copyright 1999-2020 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -inherit eutils flag-o-matic systemd toolchain-funcs
130 -
131 -DESCRIPTION="System performance tools for Linux"
132 -HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
133 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
138 -IUSE="debug nls lm-sensors selinux static"
139 -
140 -CDEPEND="
141 - nls? ( virtual/libintl )
142 - lm-sensors? ( sys-apps/lm-sensors:= )
143 -"
144 -DEPEND="
145 - ${CDEPEND}
146 - nls? ( sys-devel/gettext )
147 -"
148 -RDEPEND="
149 - ${CDEPEND}
150 - selinux? ( sec-policy/selinux-sysstat )
151 -"
152 -PATCHES=(
153 - "${FILESDIR}"/${PN}-11.0.4-cron.patch
154 - "${FILESDIR}"/${PN}-11.7.3-flags.patch
155 -)
156 -
157 -src_prepare() {
158 - if use nls; then
159 - strip-linguas -i nls/
160 - local lingua pofile
161 - for pofile in nls/*.po; do
162 - lingua=${pofile/nls\/}
163 - lingua=${lingua/.po}
164 - if ! has ${lingua} ${LINGUAS}; then
165 - rm "nls/${lingua}.po" || die
166 - fi
167 - done
168 - fi
169 -
170 - default
171 -}
172 -
173 -src_configure() {
174 - tc-export AR
175 - use static && append-ldflags -static
176 -
177 - sa_lib_dir=/usr/lib/sa \
178 - conf_dir=/etc \
179 - econf \
180 - $(use_enable lm-sensors sensors) \
181 - $(use_enable nls) \
182 - $(usex debug --enable-debuginfo '') \
183 - --enable-copy-only \
184 - --enable-documentation \
185 - --enable-install-cron \
186 - --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
187 -}
188 -
189 -src_install() {
190 - keepdir /var/log/sa
191 -
192 - emake \
193 - CHOWN=true \
194 - DESTDIR="${D}" \
195 - DOC_DIR=/usr/share/doc/${PF} \
196 - MANGRPARG='' \
197 - install
198 -
199 - dodoc -r contrib/
200 -
201 - newinitd "${FILESDIR}"/${PN}.init.d ${PN}
202 - systemd_dounit ${PN}.service
203 -
204 - rm "${D}"/usr/share/doc/${PF}/COPYING || die
205 -}
206
207 diff --git a/app-admin/sysstat/sysstat-12.4.0.ebuild b/app-admin/sysstat/sysstat-12.4.0.ebuild
208 deleted file mode 100644
209 index c2688d2e957..00000000000
210 --- a/app-admin/sysstat/sysstat-12.4.0.ebuild
211 +++ /dev/null
212 @@ -1,83 +0,0 @@
213 -# Copyright 1999-2020 Gentoo Authors
214 -# Distributed under the terms of the GNU General Public License v2
215 -
216 -EAPI=7
217 -inherit eutils flag-o-matic systemd toolchain-funcs
218 -
219 -DESCRIPTION="System performance tools for Linux"
220 -HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
221 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
222 -
223 -LICENSE="GPL-2"
224 -SLOT="0"
225 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
226 -IUSE="debug nls lm-sensors selinux static systemd"
227 -
228 -CDEPEND="
229 - nls? ( virtual/libintl )
230 - lm-sensors? ( sys-apps/lm-sensors:= )
231 -"
232 -DEPEND="
233 - ${CDEPEND}
234 - nls? ( sys-devel/gettext )
235 -"
236 -RDEPEND="
237 - ${CDEPEND}
238 - selinux? ( sec-policy/selinux-sysstat )
239 -"
240 -PATCHES=(
241 - "${FILESDIR}"/${PN}-11.7.3-flags.patch
242 -)
243 -
244 -src_prepare() {
245 - if use nls; then
246 - strip-linguas -i nls/
247 - local lingua pofile
248 - for pofile in nls/*.po; do
249 - lingua=${pofile/nls\/}
250 - lingua=${lingua/.po}
251 - if ! has ${lingua} ${LINGUAS}; then
252 - rm "nls/${lingua}.po" || die
253 - fi
254 - done
255 - fi
256 -
257 - default
258 -}
259 -
260 -src_configure() {
261 - tc-export AR
262 - use static && append-ldflags -static
263 -
264 - # --enable-compress-manpg <= Yes, that is inverted.
265 - sa_lib_dir=/usr/lib/sa \
266 - conf_dir=/etc \
267 - econf \
268 - $(use_enable !systemd use-crond) \
269 - $(use_enable lm-sensors sensors) \
270 - $(use_enable nls) \
271 - $(usex debug --enable-debuginfo '') \
272 - --enable-compress-manpg \
273 - --enable-copy-only \
274 - --enable-documentation \
275 - --enable-install-cron \
276 - --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
277 -}
278 -
279 -src_install() {
280 - keepdir /var/log/sa
281 -
282 - emake \
283 - CHOWN=true \
284 - DESTDIR="${D}" \
285 - DOC_DIR=/usr/share/doc/${PF} \
286 - MANGRPARG='' \
287 - install
288 -
289 - dodoc -r contrib/
290 -
291 - newinitd "${FILESDIR}"/${PN}.init.d ${PN}
292 - systemd_dounit ${PN}.service
293 -
294 - rm "${D}"/usr/share/doc/${PF}/COPYING || die
295 -}
296
297 diff --git a/app-admin/sysstat/sysstat-12.4.1.ebuild b/app-admin/sysstat/sysstat-12.4.1.ebuild
298 deleted file mode 100644
299 index 82b41029b0a..00000000000
300 --- a/app-admin/sysstat/sysstat-12.4.1.ebuild
301 +++ /dev/null
302 @@ -1,86 +0,0 @@
303 -# Copyright 1999-2020 Gentoo Authors
304 -# Distributed under the terms of the GNU General Public License v2
305 -
306 -EAPI=7
307 -inherit eutils flag-o-matic systemd toolchain-funcs
308 -
309 -DESCRIPTION="System performance tools for Linux"
310 -HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
311 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
312 -
313 -LICENSE="GPL-2"
314 -SLOT="0"
315 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
316 -IUSE="dcron debug nls lm-sensors selinux static systemd"
317 -
318 -CDEPEND="
319 - nls? ( virtual/libintl )
320 - lm-sensors? ( sys-apps/lm-sensors:= )
321 -"
322 -DEPEND="
323 - ${CDEPEND}
324 - nls? ( sys-devel/gettext )
325 -"
326 -RDEPEND="
327 - ${CDEPEND}
328 - !dcron? ( !sys-process/dcron )
329 - selinux? ( sec-policy/selinux-sysstat )
330 -"
331 -PATCHES=(
332 - "${FILESDIR}"/${PN}-11.7.3-flags.patch
333 -)
334 -
335 -REQUIRED_USE="dcron? ( !systemd )"
336 -
337 -src_prepare() {
338 - if use nls; then
339 - strip-linguas -i nls/
340 - local lingua pofile
341 - for pofile in nls/*.po; do
342 - lingua=${pofile/nls\/}
343 - lingua=${lingua/.po}
344 - if ! has ${lingua} ${LINGUAS}; then
345 - rm "nls/${lingua}.po" || die
346 - fi
347 - done
348 - fi
349 -
350 - use dcron && { sed -i 's/@CRON_OWNER@ //g' cron/sysstat.crond.in || die ; }
351 - default
352 -}
353 -
354 -src_configure() {
355 - tc-export AR
356 - use static && append-ldflags -static
357 -
358 - sa_lib_dir=/usr/lib/sa \
359 - conf_dir=/etc \
360 - econf \
361 - $(use_enable !systemd use-crond) \
362 - $(use_enable lm-sensors sensors) \
363 - $(use_enable nls) \
364 - $(usex debug --enable-debuginfo '') \
365 - --disable-compress-manpg \
366 - --enable-copy-only \
367 - --enable-documentation \
368 - --enable-install-cron \
369 - --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
370 -}
371 -
372 -src_install() {
373 - keepdir /var/log/sa
374 -
375 - emake \
376 - CHOWN=true \
377 - DESTDIR="${D}" \
378 - DOC_DIR=/usr/share/doc/${PF} \
379 - MANGRPARG='' \
380 - install
381 -
382 - dodoc -r contrib/
383 -
384 - newinitd "${FILESDIR}"/${PN}.init.d ${PN}
385 - systemd_dounit ${PN}.service
386 -
387 - rm "${D}"/usr/share/doc/${PF}/COPYING || die
388 -}