Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpon/, app-misc/pdfpc/, dev-util/apitrace/, net-libs/rabbitmq-c/, ...
Date: Thu, 02 Jan 2020 19:05:39
Message-Id: 1577991882.87dba25ff56f7f54573d2a1f52d5241b7f4f1247.asturm@gentoo
1 commit: 87dba25ff56f7f54573d2a1f52d5241b7f4f1247
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 00:57:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 19:04:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87dba25f
7
8 */*: Switch m-n packages to cmake.eclass
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-arch/unshield/unshield-1.4.3.ebuild | 2 +-
13 app-misc/pdfpc/pdfpc-4.3.2.ebuild | 6 +++---
14 app-text/apvlv/apvlv-0.1.5-r2.ebuild | 6 +++---
15 dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild | 8 ++++----
16 dev-libs/poco/poco-1.9.0-r2.ebuild | 10 +++++-----
17 dev-util/apitrace/apitrace-8.0.ebuild | 5 +++--
18 media-gfx/maim/maim-5.5.3.ebuild | 4 ++--
19 media-gfx/maim/maim-9999.ebuild | 4 ++--
20 media-sound/flacon/flacon-5.5.1.ebuild | 4 ++--
21 media-sound/supercollider/supercollider-3.10.2.ebuild | 6 +++---
22 net-analyzer/arpon/arpon-2.7.2-r1.ebuild | 4 ++--
23 net-irc/anope/anope-2.0.6.ebuild | 8 ++++----
24 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 4 ++--
25 sys-cluster/hpx/hpx-1.2.1.ebuild | 8 ++++----
26 sys-cluster/hpx/hpx-9999.ebuild | 8 ++++----
27 x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild | 2 +-
28 x11-misc/slop/slop-9999.ebuild | 4 ++--
29 x11-misc/xcalib/xcalib-0.10.ebuild | 2 +-
30 x11-wm/ctwm/ctwm-4.0.3.ebuild | 6 +++---
31 19 files changed, 51 insertions(+), 50 deletions(-)
32
33 diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild
34 index f81ff080ff9..80da8114a2a 100644
35 --- a/app-arch/unshield/unshield-1.4.3.ebuild
36 +++ b/app-arch/unshield/unshield-1.4.3.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -inherit cmake-utils
42 +inherit cmake
43
44 DESCRIPTION="InstallShield CAB file extractor"
45 HOMEPAGE="https://github.com/twogood/unshield"
46
47 diff --git a/app-misc/pdfpc/pdfpc-4.3.2.ebuild b/app-misc/pdfpc/pdfpc-4.3.2.ebuild
48 index 8de1c1444c1..889c7715a7f 100644
49 --- a/app-misc/pdfpc/pdfpc-4.3.2.ebuild
50 +++ b/app-misc/pdfpc/pdfpc-4.3.2.ebuild
51 @@ -6,7 +6,7 @@ EAPI=7
52 VALA_MIN_API_VERSION="0.34"
53 VALA_MAX_API_VERSION="0.42" # fix sed line if you increase this
54
55 -inherit vala cmake-utils
56 +inherit vala cmake
57
58 DESCRIPTION="Presenter console with multi-monitor support for PDF files"
59 HOMEPAGE="https://pdfpc.github.io"
60 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}"
61 BDEPEND="$(vala_depend)"
62
63 src_prepare() {
64 - cmake-utils_src_prepare
65 + cmake_src_prepare
66
67 sed -i -e "s/valac/valac valac-0.42 valac-0.40 valac-0.36 valac-0.34/" cmake/vala/FindVala.cmake || die
68 vala_src_prepare
69 @@ -40,5 +40,5 @@ src_configure(){
70 -DSYSCONFDIR="${EPREFIX}/etc"
71 -DMOVIES=$(usex gstreamer on off)
72 )
73 - cmake-utils_src_configure
74 + cmake_src_configure
75 }
76
77 diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
78 index e952e34db06..5138d37d5ed 100644
79 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
80 +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
81 @@ -3,7 +3,7 @@
82
83 EAPI=7
84
85 -inherit xdg cmake-utils desktop
86 +inherit xdg cmake desktop
87
88 DESCRIPTION="Alf's PDF Viewer Like Vim"
89 HOMEPAGE="https://naihe2010.github.com/apvlv/"
90 @@ -44,10 +44,10 @@ src_configure() {
91 -DAPVLV_WITH_DJVU=$(usex djvu)
92 -DAPVLV_ENABLE_DEBUG=$(usex debug)
93 )
94 - cmake-utils_src_configure
95 + cmake_src_configure
96 }
97
98 src_install() {
99 - cmake-utils_src_install
100 + cmake_src_install
101 newicon -s 32 icons/pdf.png ${PN}.png
102 }
103
104 diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
105 index 7816ece23a2..c8a700b3a51 100644
106 --- a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
107 +++ b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
108 @@ -3,7 +3,7 @@
109
110 EAPI=7
111
112 -inherit cmake-utils desktop xdg
113 +inherit cmake desktop xdg
114
115 DESCRIPTION="SQLite Database Browser"
116 HOMEPAGE="https://sqlitebrowser.org"
117 @@ -41,7 +41,7 @@ RDEPEND="${DEPEND}
118 PATCHES=( "${FILESDIR}"/${PN}-3.11.1-unbundle.patch )
119
120 src_prepare() {
121 - cmake-utils_src_prepare
122 + cmake_src_prepare
123 rm -r libs || die
124 sed -i 's#"src/qhexedit.h"#<qhexedit.h>#' src/EditDialog.cpp || die
125 #find libs/{antlr-2.7.7,qcustomplot-source,qscintilla} -delete || die
126 @@ -58,10 +58,10 @@ src_configure() {
127 local mycmakeargs=(
128 -DENABLE_TESTING=$(usex test)
129 )
130 - cmake-utils_src_configure
131 + cmake_src_configure
132 }
133
134 src_install() {
135 - cmake-utils_src_install
136 + cmake_src_install
137 doicon images/sqlitebrowser.svg
138 }
139
140 diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild b/dev-libs/poco/poco-1.9.0-r2.ebuild
141 index c122dc9b164..a0c09ae8469 100644
142 --- a/dev-libs/poco/poco-1.9.0-r2.ebuild
143 +++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
144 @@ -3,7 +3,7 @@
145
146 EAPI=7
147
148 -inherit cmake-utils
149 +inherit cmake
150
151 DESCRIPTION="C++ libraries for building network-based applications"
152 HOMEPAGE="https://pocoproject.org/"
153 @@ -52,7 +52,7 @@ S="${WORKDIR}/${PN}-${P}-release"
154 PATCHES=( "${FILESDIR}/${PN}-1.7.2-iodbc-incdir.patch" )
155
156 src_prepare() {
157 - cmake-utils_src_prepare
158 + cmake_src_prepare
159
160 if use test ; then
161 # ignore missing tests on experimental library
162 @@ -115,15 +115,15 @@ src_configure() {
163 -DENABLE_ZIP="$(usex zip)"
164 )
165
166 - cmake-utils_src_configure
167 + cmake_src_configure
168 }
169
170 src_test() {
171 - POCO_BASE="${S}" cmake-utils_src_test
172 + POCO_BASE="${S}" cmake_src_test
173 }
174
175 src_install() {
176 - cmake-utils_src_install
177 + cmake_src_install
178
179 if use examples ; then
180 for sd in */samples ; do
181
182 diff --git a/dev-util/apitrace/apitrace-8.0.ebuild b/dev-util/apitrace/apitrace-8.0.ebuild
183 index d37d8c20af6..27ebcc72ba8 100644
184 --- a/dev-util/apitrace/apitrace-8.0.ebuild
185 +++ b/dev-util/apitrace/apitrace-8.0.ebuild
186 @@ -3,6 +3,7 @@
187
188 EAPI=7
189
190 +CMAKE_ECLASS=cmake
191 PYTHON_COMPAT=( python2_7 )
192 inherit cmake-multilib python-single-r1
193
194 @@ -49,7 +50,7 @@ PATCHES=(
195 )
196
197 src_prepare() {
198 - cmake-utils_src_prepare
199 + cmake_src_prepare
200
201 # The apitrace code grubs around in the internal zlib structures.
202 # We have to extract this header and clean it up to keep that working.
203 @@ -79,7 +80,7 @@ src_configure() {
204 -DENABLE_GUI=OFF
205 )
206 fi
207 - cmake-utils_src_configure
208 + cmake_src_configure
209 }
210
211 multilib_parallel_foreach_abi my_configure
212
213 diff --git a/media-gfx/maim/maim-5.5.3.ebuild b/media-gfx/maim/maim-5.5.3.ebuild
214 index d046bb0b70e..f0567fc401b 100644
215 --- a/media-gfx/maim/maim-5.5.3.ebuild
216 +++ b/media-gfx/maim/maim-5.5.3.ebuild
217 @@ -3,7 +3,7 @@
218
219 EAPI=7
220
221 -inherit cmake-utils
222 +inherit cmake
223
224 DESCRIPTION="Commandline tool to take screenshots of the desktop"
225 HOMEPAGE="https://github.com/naelstrof/maim"
226 @@ -37,5 +37,5 @@ src_configure() {
227 local mycmakeargs=(
228 -DMAIM_UNICODE=$(usex unicode)
229 )
230 - cmake-utils_src_configure
231 + cmake_src_configure
232 }
233
234 diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
235 index d046bb0b70e..f0567fc401b 100644
236 --- a/media-gfx/maim/maim-9999.ebuild
237 +++ b/media-gfx/maim/maim-9999.ebuild
238 @@ -3,7 +3,7 @@
239
240 EAPI=7
241
242 -inherit cmake-utils
243 +inherit cmake
244
245 DESCRIPTION="Commandline tool to take screenshots of the desktop"
246 HOMEPAGE="https://github.com/naelstrof/maim"
247 @@ -37,5 +37,5 @@ src_configure() {
248 local mycmakeargs=(
249 -DMAIM_UNICODE=$(usex unicode)
250 )
251 - cmake-utils_src_configure
252 + cmake_src_configure
253 }
254
255 diff --git a/media-sound/flacon/flacon-5.5.1.ebuild b/media-sound/flacon/flacon-5.5.1.ebuild
256 index e6310352d35..ccdd9a6a41d 100644
257 --- a/media-sound/flacon/flacon-5.5.1.ebuild
258 +++ b/media-sound/flacon/flacon-5.5.1.ebuild
259 @@ -5,7 +5,7 @@ EAPI=7
260
261 # Tests require lots of disk space
262 CHECKREQS_DISK_BUILD=10G
263 -inherit check-reqs cmake-utils eutils virtualx xdg-utils
264 +inherit check-reqs cmake eutils virtualx xdg-utils
265
266 DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks"
267 HOMEPAGE="https://flacon.github.io/"
268 @@ -58,7 +58,7 @@ src_configure() {
269 local mycmakeargs=(
270 -DBUILD_TESTS="$(usex test)"
271 )
272 - cmake-utils_src_configure
273 + cmake_src_configure
274 }
275
276 src_test() {
277
278 diff --git a/media-sound/supercollider/supercollider-3.10.2.ebuild b/media-sound/supercollider/supercollider-3.10.2.ebuild
279 index 23afd5ef19d..0d26b89cbf3 100644
280 --- a/media-sound/supercollider/supercollider-3.10.2.ebuild
281 +++ b/media-sound/supercollider/supercollider-3.10.2.ebuild
282 @@ -3,7 +3,7 @@
283
284 EAPI=7
285
286 -inherit cmake-utils readme.gentoo-r1 xdg-utils
287 +inherit cmake readme.gentoo-r1 xdg-utils
288
289 DESCRIPTION="An environment and a programming language for real time audio synthesis."
290 HOMEPAGE="https://supercollider.github.io/"
291 @@ -99,11 +99,11 @@ src_configure() {
292 -DGC_SANITYCHECK=ON
293 )
294
295 - cmake-utils_src_configure
296 + cmake_src_configure
297 }
298
299 src_install() {
300 - cmake-utils_src_install
301 + cmake_src_install
302
303 use emacs && newdoc editors/scel/README.md README.emacs
304 use gedit && newdoc editors/sced/README.md README.gedit
305
306 diff --git a/net-analyzer/arpon/arpon-2.7.2-r1.ebuild b/net-analyzer/arpon/arpon-2.7.2-r1.ebuild
307 index 92f553b7ab1..2ccf4afb09f 100644
308 --- a/net-analyzer/arpon/arpon-2.7.2-r1.ebuild
309 +++ b/net-analyzer/arpon/arpon-2.7.2-r1.ebuild
310 @@ -2,7 +2,7 @@
311 # Distributed under the terms of the GNU General Public License v2
312
313 EAPI=7
314 -inherit cmake-utils
315 +inherit cmake
316
317 DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
318
319 @@ -31,7 +31,7 @@ DOCS=( AUTHOR CHANGELOG )
320 S="${WORKDIR}"/${MY_P}
321
322 src_install() {
323 - cmake-utils_src_install
324 + cmake_src_install
325 newinitd "${FILESDIR}"/${PN}.initd ${PN}
326 newconfd "${FILESDIR}"/${PN}.confd ${PN}
327 }
328
329 diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
330 index 1cf036e12d8..2953f690d0d 100644
331 --- a/net-irc/anope/anope-2.0.6.ebuild
332 +++ b/net-irc/anope/anope-2.0.6.ebuild
333 @@ -3,7 +3,7 @@
334
335 EAPI=7
336
337 -inherit cmake-utils user
338 +inherit cmake user
339
340 DESCRIPTION="Anope IRC Services"
341 HOMEPAGE="https://anope.org"
342 @@ -98,7 +98,7 @@ src_prepare() {
343 # Avoid a silly sandbox error - tries to delete /usr/lib/modules
344 sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
345
346 - cmake-utils_src_prepare
347 + cmake_src_prepare
348 }
349
350 src_configure() {
351 @@ -111,11 +111,11 @@ src_configure() {
352 -DCONF_DIR="/etc/anope"
353 -DLOGS_DIR="../var/log/anope/"
354 )
355 - cmake-utils_src_configure
356 + cmake_src_configure
357 }
358
359 src_install() {
360 - cmake-utils_src_install
361 + cmake_src_install
362 newinitd "${FILESDIR}/anope-init.d" "${PN}"
363 cp "${FILESDIR}/anope-conf.d-v2" "${T}" || die
364 sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
365
366 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
367 index d8c82ef94e1..7ca183a40a5 100644
368 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
369 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
370 @@ -3,7 +3,7 @@
371
372 EAPI="7"
373
374 -inherit cmake-utils
375 +inherit cmake
376
377 DESCRIPTION="RabbitMQ C client"
378 HOMEPAGE="https://github.com/alanxz/rabbitmq-c"
379 @@ -44,7 +44,7 @@ src_configure() {
380 -DBUILD_TOOLS_DOCS=$(usex tools)
381 -DENABLE_SSL_SUPPORT=$(usex ssl)
382 )
383 - cmake-utils_src_configure
384 + cmake_src_configure
385 }
386
387 src_test() {
388
389 diff --git a/sys-cluster/hpx/hpx-1.2.1.ebuild b/sys-cluster/hpx/hpx-1.2.1.ebuild
390 index 64c2d82ce77..92be9c4426d 100644
391 --- a/sys-cluster/hpx/hpx-1.2.1.ebuild
392 +++ b/sys-cluster/hpx/hpx-1.2.1.ebuild
393 @@ -13,7 +13,7 @@ else
394 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
395 S="${WORKDIR}/${PN}_${PV}"
396 fi
397 -inherit cmake-utils fortran-2 python-any-r1
398 +inherit cmake fortran-2 python-any-r1
399
400 DESCRIPTION="C++ runtime system for parallel and distributed applications"
401 HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/"
402 @@ -64,16 +64,16 @@ src_configure() {
403 mycmakeargs+=( -DHPX_WITH_MALLOC=system )
404 fi
405
406 - cmake-utils_src_configure
407 + cmake_src_configure
408 }
409
410 src_test() {
411 # avoid over-suscribing
412 - cmake-utils_src_make -j1 tests
413 + cmake_build -j1 tests
414 }
415
416 src_install() {
417 - cmake-utils_src_install
418 + cmake_src_install
419 if use examples; then
420 mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin" || die
421 insinto /usr/share/doc/${PF}
422
423 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
424 index 64c2d82ce77..92be9c4426d 100644
425 --- a/sys-cluster/hpx/hpx-9999.ebuild
426 +++ b/sys-cluster/hpx/hpx-9999.ebuild
427 @@ -13,7 +13,7 @@ else
428 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
429 S="${WORKDIR}/${PN}_${PV}"
430 fi
431 -inherit cmake-utils fortran-2 python-any-r1
432 +inherit cmake fortran-2 python-any-r1
433
434 DESCRIPTION="C++ runtime system for parallel and distributed applications"
435 HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/"
436 @@ -64,16 +64,16 @@ src_configure() {
437 mycmakeargs+=( -DHPX_WITH_MALLOC=system )
438 fi
439
440 - cmake-utils_src_configure
441 + cmake_src_configure
442 }
443
444 src_test() {
445 # avoid over-suscribing
446 - cmake-utils_src_make -j1 tests
447 + cmake_build -j1 tests
448 }
449
450 src_install() {
451 - cmake-utils_src_install
452 + cmake_src_install
453 if use examples; then
454 mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin" || die
455 insinto /usr/share/doc/${PF}
456
457 diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
458 index 4285248dec7..f0895523101 100644
459 --- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
460 +++ b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
461 @@ -3,7 +3,7 @@
462
463 EAPI=7
464
465 -inherit cmake-utils
466 +inherit cmake
467
468 DESCRIPTION="A pomodoro app that blocks distractions while you work"
469 HOMEPAGE="https://github.com/iamsergio/flow-pomodoro"
470
471 diff --git a/x11-misc/slop/slop-9999.ebuild b/x11-misc/slop/slop-9999.ebuild
472 index efec20aaad0..59a8423ff8f 100644
473 --- a/x11-misc/slop/slop-9999.ebuild
474 +++ b/x11-misc/slop/slop-9999.ebuild
475 @@ -3,7 +3,7 @@
476
477 EAPI=7
478
479 -inherit cmake-utils
480 +inherit cmake
481
482 DESCRIPTION="Application that queries the user for a selection for printing"
483 HOMEPAGE="https://github.com/naelstrof/slop"
484 @@ -37,5 +37,5 @@ src_configure() {
485 local mycmakeargs=(
486 -DSLOP_OPENGL=$(usex opengl)
487 )
488 - cmake-utils_src_configure
489 + cmake_src_configure
490 }
491
492 diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild
493 index b97a5657866..e312c0156bf 100644
494 --- a/x11-misc/xcalib/xcalib-0.10.ebuild
495 +++ b/x11-misc/xcalib/xcalib-0.10.ebuild
496 @@ -3,7 +3,7 @@
497
498 EAPI=7
499
500 -inherit cmake-utils
501 +inherit cmake
502
503 DESCRIPTION="Tiny monitor calibration loader for X.org"
504 HOMEPAGE="https://github.com/OpenICC/xcalib"
505
506 diff --git a/x11-wm/ctwm/ctwm-4.0.3.ebuild b/x11-wm/ctwm/ctwm-4.0.3.ebuild
507 index cceee0bca32..fbaccc9e453 100644
508 --- a/x11-wm/ctwm/ctwm-4.0.3.ebuild
509 +++ b/x11-wm/ctwm/ctwm-4.0.3.ebuild
510 @@ -2,7 +2,7 @@
511 # Distributed under the terms of the GNU General Public License v2
512
513 EAPI=7
514 -inherit cmake-utils
515 +inherit cmake
516
517 DESCRIPTION="A clean, light window manager"
518 HOMEPAGE="https://ctwm.org/"
519 @@ -30,7 +30,7 @@ DEPEND="
520 "
521
522 src_prepare() {
523 - cmake-utils_src_prepare
524 + cmake_src_prepare
525
526 # implicit 'isspace'
527 sed -i parse.c -e "/<stdio.h>/ a#include <ctype.h>" || die
528 @@ -42,5 +42,5 @@ src_configure() {
529 -DDOCDIR=/usr/share/doc/${PF}
530 )
531
532 - cmake-utils_src_configure
533 + cmake_src_configure
534 }