Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pamix/, games-emulation/mgba/, media-sound/clementine/, ...
Date: Tue, 31 Dec 2019 10:11:54
Message-Id: 1577786976.8757085ff45841a5801ef65faa258bb2866233d8.asturm@gentoo
1 commit: 8757085ff45841a5801ef65faa258bb2866233d8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 23:31:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 10:09:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8757085f
7
8 */*: Switch polynomial-c maintained packages to cmake.eclass
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild | 6 +++---
13 app-admin/keepassxc/keepassxc-2.5.0.ebuild | 6 +++---
14 app-admin/keepassxc/keepassxc-2.5.1.ebuild | 6 +++---
15 app-admin/keepassxc/keepassxc-9999.ebuild | 6 +++---
16 app-shells/fish/fish-3.0.2.ebuild | 11 +++++------
17 app-shells/fish/fish-9999.ebuild | 11 +++++------
18 dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild | 10 +++++-----
19 games-emulation/mgba/mgba-0.7.3.ebuild | 8 ++++----
20 games-emulation/mgba/mgba-0.8_beta1.ebuild | 8 ++++----
21 games-emulation/mgba/mgba-9999.ebuild | 8 ++++----
22 games-engines/devilutionx/devilutionx-9999.ebuild | 4 ++--
23 media-sound/clementine/clementine-1.3.1_p20190127.ebuild | 6 +++---
24 media-sound/clementine/clementine-1.3.1_p20190609.ebuild | 6 +++---
25 media-sound/clementine/clementine-1.3.1_p20191004.ebuild | 6 +++---
26 media-sound/clementine/clementine-9999.ebuild | 6 +++---
27 media-sound/lmms/lmms-1.2.0.ebuild | 8 ++++----
28 media-sound/lmms/lmms-1.2.1.ebuild | 8 ++++----
29 media-sound/lmms/lmms-9999.ebuild | 8 ++++----
30 media-sound/pamix/pamix-9999.ebuild | 4 ++--
31 .../simplescreenrecorder-0.3.11-r2.ebuild | 7 ++++---
32 .../simplescreenrecorder/simplescreenrecorder-9999.ebuild | 7 ++++---
33 sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild | 10 +++++-----
34 .../android-file-transfer-linux-3.8.ebuild | 6 +++---
35 .../android-file-transfer-linux-3.9.ebuild | 6 +++---
36 .../android-file-transfer-linux-9999.ebuild | 6 +++---
37 25 files changed, 89 insertions(+), 89 deletions(-)
38
39 diff --git a/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild b/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild
40 index 914683fba0d..83eb419c119 100644
41 --- a/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild
42 +++ b/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild
43 @@ -3,7 +3,7 @@
44
45 EAPI=7
46
47 -inherit cmake-utils xdg
48 +inherit cmake xdg
49
50 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
51 HOMEPAGE="https://keepassxc.org"
52 @@ -66,7 +66,7 @@ src_prepare() {
53 use test || \
54 sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
55
56 - cmake-utils_src_prepare
57 + cmake_src_prepare
58 }
59
60 src_configure() {
61 @@ -84,7 +84,7 @@ src_configure() {
62 if [[ "${PV}" == *_beta* ]] ; then
63 mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
64 fi
65 - cmake-utils_src_configure
66 + cmake_src_configure
67 }
68
69 pkg_preinst() {
70
71 diff --git a/app-admin/keepassxc/keepassxc-2.5.0.ebuild b/app-admin/keepassxc/keepassxc-2.5.0.ebuild
72 index 75059bb064a..344be63f074 100644
73 --- a/app-admin/keepassxc/keepassxc-2.5.0.ebuild
74 +++ b/app-admin/keepassxc/keepassxc-2.5.0.ebuild
75 @@ -3,7 +3,7 @@
76
77 EAPI=7
78
79 -inherit cmake-utils xdg
80 +inherit cmake xdg
81
82 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
83 HOMEPAGE="https://keepassxc.org"
84 @@ -67,7 +67,7 @@ src_prepare() {
85 use test || \
86 sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
87
88 - cmake-utils_src_prepare
89 + cmake_src_prepare
90 }
91
92 src_configure() {
93 @@ -86,7 +86,7 @@ src_configure() {
94 if [[ "${PV}" == *_beta* ]] ; then
95 mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
96 fi
97 - cmake-utils_src_configure
98 + cmake_src_configure
99 }
100
101 pkg_preinst() {
102
103 diff --git a/app-admin/keepassxc/keepassxc-2.5.1.ebuild b/app-admin/keepassxc/keepassxc-2.5.1.ebuild
104 index 75059bb064a..344be63f074 100644
105 --- a/app-admin/keepassxc/keepassxc-2.5.1.ebuild
106 +++ b/app-admin/keepassxc/keepassxc-2.5.1.ebuild
107 @@ -3,7 +3,7 @@
108
109 EAPI=7
110
111 -inherit cmake-utils xdg
112 +inherit cmake xdg
113
114 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
115 HOMEPAGE="https://keepassxc.org"
116 @@ -67,7 +67,7 @@ src_prepare() {
117 use test || \
118 sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
119
120 - cmake-utils_src_prepare
121 + cmake_src_prepare
122 }
123
124 src_configure() {
125 @@ -86,7 +86,7 @@ src_configure() {
126 if [[ "${PV}" == *_beta* ]] ; then
127 mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
128 fi
129 - cmake-utils_src_configure
130 + cmake_src_configure
131 }
132
133 pkg_preinst() {
134
135 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
136 index 75059bb064a..344be63f074 100644
137 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
138 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
139 @@ -3,7 +3,7 @@
140
141 EAPI=7
142
143 -inherit cmake-utils xdg
144 +inherit cmake xdg
145
146 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
147 HOMEPAGE="https://keepassxc.org"
148 @@ -67,7 +67,7 @@ src_prepare() {
149 use test || \
150 sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
151
152 - cmake-utils_src_prepare
153 + cmake_src_prepare
154 }
155
156 src_configure() {
157 @@ -86,7 +86,7 @@ src_configure() {
158 if [[ "${PV}" == *_beta* ]] ; then
159 mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
160 fi
161 - cmake-utils_src_configure
162 + cmake_src_configure
163 }
164
165 pkg_preinst() {
166
167 diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild
168 index 540ec26c1fe..3a16d56f7c0 100644
169 --- a/app-shells/fish/fish-3.0.2.ebuild
170 +++ b/app-shells/fish/fish-3.0.2.ebuild
171 @@ -3,7 +3,7 @@
172
173 EAPI=7
174
175 -inherit cmake-utils readme.gentoo-r1
176 +inherit cmake readme.gentoo-r1
177
178 DESCRIPTION="Friendly Interactive SHell"
179 HOMEPAGE="http://fishshell.com/"
180 @@ -45,30 +45,29 @@ src_prepare() {
181 # workaround for https://github.com/fish-shell/fish-shell/issues/4883
182 sed -i 's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
183 cmake/Tests.cmake || die
184 - cmake-utils_src_prepare
185 + cmake_src_prepare
186 }
187
188 src_configure() {
189 local mycmakeargs=(
190 -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
191 - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
192 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
193 -DCURSES_NEED_NCURSES=ON
194 -DINTERNAL_WCWIDTH=OFF
195 -DBUILD_DOCS="$(usex doc)"
196 -DWITH_GETTEXT="$(usex nls)"
197 )
198 - cmake-utils_src_configure
199 + cmake_src_configure
200 }
201
202 src_install() {
203 - cmake-utils_src_install
204 + cmake_src_install
205 keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
206 readme.gentoo_create_doc
207 }
208
209 src_test() {
210 - cmake-utils_src_make -j1 test
211 + cmake_build -j1 test
212 }
213
214 pkg_postinst() {
215
216 diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
217 index cf5816108b0..e718e3cbc30 100644
218 --- a/app-shells/fish/fish-9999.ebuild
219 +++ b/app-shells/fish/fish-9999.ebuild
220 @@ -3,7 +3,7 @@
221
222 EAPI=7
223
224 -inherit cmake-utils readme.gentoo-r1
225 +inherit cmake readme.gentoo-r1
226
227 DESCRIPTION="Friendly Interactive SHell"
228 HOMEPAGE="http://fishshell.com/"
229 @@ -42,30 +42,29 @@ src_prepare() {
230 # workaround for https://github.com/fish-shell/fish-shell/issues/4883
231 sed -i 's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
232 cmake/Tests.cmake || die
233 - cmake-utils_src_prepare
234 + cmake_src_prepare
235 }
236
237 src_configure() {
238 local mycmakeargs=(
239 -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
240 - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
241 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
242 -DCURSES_NEED_NCURSES=ON
243 -DINTERNAL_WCWIDTH=OFF
244 -DBUILD_DOCS="$(usex doc)"
245 -DWITH_GETTEXT="$(usex nls)"
246 )
247 - cmake-utils_src_configure
248 + cmake_src_configure
249 }
250
251 src_install() {
252 - cmake-utils_src_install
253 + cmake_src_install
254 keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
255 readme.gentoo_create_doc
256 }
257
258 src_test() {
259 - cmake-utils_src_make -j1 test
260 + cmake_build -j1 test
261 }
262
263 pkg_postinst() {
264
265 diff --git a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
266 index 5a1347b66e7..40164dbc61b 100644
267 --- a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
268 +++ b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
269 @@ -3,7 +3,7 @@
270
271 EAPI=7
272
273 -inherit cmake-utils xdg
274 +inherit cmake xdg
275
276 DESCRIPTION="Provides functionality for gaming input devices"
277
278 @@ -39,9 +39,9 @@ PATCHES=(
279 "${FILESDIR}"/${P}-cmake-3.13.patch
280 )
281
282 -# Required because xdg.eclass overrides src_prepare() from cmake-utils.eclass
283 +# Required because xdg.eclass overrides src_prepare() from cmake.eclass
284 src_prepare() {
285 - cmake-utils_src_prepare
286 + cmake_src_prepare
287 }
288
289 src_configure() {
290 @@ -49,11 +49,11 @@ src_configure() {
291 -DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
292 -DWITH_DOC="$(usex doc)"
293 )
294 - cmake-utils_src_configure
295 + cmake_src_configure
296 }
297
298 src_install() {
299 - cmake-utils_src_install
300 + cmake_src_install
301 }
302
303 pkg_preinst() {
304
305 diff --git a/games-emulation/mgba/mgba-0.7.3.ebuild b/games-emulation/mgba/mgba-0.7.3.ebuild
306 index 013c485228b..759399b0d4b 100644
307 --- a/games-emulation/mgba/mgba-0.7.3.ebuild
308 +++ b/games-emulation/mgba/mgba-0.7.3.ebuild
309 @@ -3,7 +3,7 @@
310
311 EAPI=7
312
313 -inherit cmake-utils desktop xdg
314 +inherit cmake desktop xdg
315
316 DESCRIPTION="Game Boy Advance emulator written in C"
317 HOMEPAGE="https://mgba.io"
318 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND}"
319
320 src_prepare() {
321 xdg_environment_reset
322 - cmake-utils_src_prepare
323 + cmake_src_prepare
324
325 # Get rid of any bundled stuff we don't want
326 for pkg in libpng lzma sqlite3 zlib ; do
327 @@ -79,11 +79,11 @@ src_configure() {
328 -DUSE_SQLITE3="$(usex sqlite)"
329 -DUSE_ZLIB=ON
330 )
331 - cmake-utils_src_configure
332 + cmake_src_configure
333 }
334
335 src_compile() {
336 - cmake-utils_src_compile
337 + cmake_src_compile
338 }
339
340 src_install() {
341
342 diff --git a/games-emulation/mgba/mgba-0.8_beta1.ebuild b/games-emulation/mgba/mgba-0.8_beta1.ebuild
343 index 014fe2c0a7c..035f986d302 100644
344 --- a/games-emulation/mgba/mgba-0.8_beta1.ebuild
345 +++ b/games-emulation/mgba/mgba-0.8_beta1.ebuild
346 @@ -3,7 +3,7 @@
347
348 EAPI=7
349
350 -inherit cmake-utils desktop xdg
351 +inherit cmake desktop xdg
352
353 DESCRIPTION="Game Boy Advance emulator written in C"
354 HOMEPAGE="https://mgba.io"
355 @@ -47,7 +47,7 @@ DEPEND="${RDEPEND}"
356
357 src_prepare() {
358 xdg_environment_reset
359 - cmake-utils_src_prepare
360 + cmake_src_prepare
361
362 # Get rid of any bundled stuff we don't want
363 for pkg in libpng lzma sqlite3 zlib ; do
364 @@ -82,11 +82,11 @@ src_configure() {
365 -DUSE_SQLITE3="$(usex sqlite)"
366 -DUSE_ZLIB=ON
367 )
368 - cmake-utils_src_configure
369 + cmake_src_configure
370 }
371
372 src_compile() {
373 - cmake-utils_src_compile
374 + cmake_src_compile
375 }
376
377 src_install() {
378
379 diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
380 index 014fe2c0a7c..035f986d302 100644
381 --- a/games-emulation/mgba/mgba-9999.ebuild
382 +++ b/games-emulation/mgba/mgba-9999.ebuild
383 @@ -3,7 +3,7 @@
384
385 EAPI=7
386
387 -inherit cmake-utils desktop xdg
388 +inherit cmake desktop xdg
389
390 DESCRIPTION="Game Boy Advance emulator written in C"
391 HOMEPAGE="https://mgba.io"
392 @@ -47,7 +47,7 @@ DEPEND="${RDEPEND}"
393
394 src_prepare() {
395 xdg_environment_reset
396 - cmake-utils_src_prepare
397 + cmake_src_prepare
398
399 # Get rid of any bundled stuff we don't want
400 for pkg in libpng lzma sqlite3 zlib ; do
401 @@ -82,11 +82,11 @@ src_configure() {
402 -DUSE_SQLITE3="$(usex sqlite)"
403 -DUSE_ZLIB=ON
404 )
405 - cmake-utils_src_configure
406 + cmake_src_configure
407 }
408
409 src_compile() {
410 - cmake-utils_src_compile
411 + cmake_src_compile
412 }
413
414 src_install() {
415
416 diff --git a/games-engines/devilutionx/devilutionx-9999.ebuild b/games-engines/devilutionx/devilutionx-9999.ebuild
417 index d191d5e6593..c0684055693 100644
418 --- a/games-engines/devilutionx/devilutionx-9999.ebuild
419 +++ b/games-engines/devilutionx/devilutionx-9999.ebuild
420 @@ -9,7 +9,7 @@ EAPI=7
421 # https://github.com/diasurgical/devilutionX/issues/490
422 CMAKE_MAKEFILE_GENERATOR="emake"
423
424 -inherit cmake-utils desktop
425 +inherit cmake desktop
426
427 DESCRIPTION="Diablo engine for modern operating systems"
428 HOMEPAGE="https://github.com/diasurgical/devilutionX"
429 @@ -42,7 +42,7 @@ src_configure() {
430 -DBINARY_RELEASE=ON
431 -DDEBUG="$(usex debug)"
432 )
433 - cmake-utils_src_configure
434 + cmake_src_configure
435 }
436
437 src_install() {
438
439 diff --git a/media-sound/clementine/clementine-1.3.1_p20190127.ebuild b/media-sound/clementine/clementine-1.3.1_p20190127.ebuild
440 index 9aa4ffa1983..a2bb0b39fd2 100644
441 --- a/media-sound/clementine/clementine-1.3.1_p20190127.ebuild
442 +++ b/media-sound/clementine/clementine-1.3.1_p20190127.ebuild
443 @@ -15,7 +15,7 @@ else
444 SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
445 KEYWORDS="amd64 x86"
446 fi
447 -inherit cmake-utils flag-o-matic l10n virtualx xdg
448 +inherit cmake flag-o-matic l10n virtualx xdg
449
450 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
451 HOMEPAGE="https://www.clementine-player.org https://github.com/clementine-player/Clementine"
452 @@ -108,7 +108,7 @@ DOCS=( Changelog README.md )
453 src_prepare() {
454 l10n_find_plocales_changes "src/translations" "" ".po"
455
456 - cmake-utils_src_prepare
457 + cmake_src_prepare
458 # some tests fail or hang
459 sed -i \
460 -e '/add_test_file(translations_test.cpp/d' \
461 @@ -158,7 +158,7 @@ src_configure() {
462
463 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
464
465 - cmake-utils_src_configure
466 + cmake_src_configure
467 }
468
469 src_test() {
470
471 diff --git a/media-sound/clementine/clementine-1.3.1_p20190609.ebuild b/media-sound/clementine/clementine-1.3.1_p20190609.ebuild
472 index c1abcfd676e..3e212f78244 100644
473 --- a/media-sound/clementine/clementine-1.3.1_p20190609.ebuild
474 +++ b/media-sound/clementine/clementine-1.3.1_p20190609.ebuild
475 @@ -16,7 +16,7 @@ else
476 KEYWORDS="~amd64 ~x86"
477 S="${WORKDIR}/${PN^}-${COMMIT}"
478 fi
479 -inherit cmake-utils flag-o-matic l10n virtualx xdg
480 +inherit cmake flag-o-matic l10n virtualx xdg
481
482 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
483 HOMEPAGE="https://www.clementine-player.org https://github.com/clementine-player/Clementine"
484 @@ -109,7 +109,7 @@ PATCHES=( "${FILESDIR}/${P}-fix-restore-from-systray.patch" )
485 src_prepare() {
486 l10n_find_plocales_changes "src/translations" "" ".po"
487
488 - cmake-utils_src_prepare
489 + cmake_src_prepare
490 # some tests fail or hang
491 sed -i \
492 -e '/add_test_file(translations_test.cpp/d' \
493 @@ -159,7 +159,7 @@ src_configure() {
494
495 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
496
497 - cmake-utils_src_configure
498 + cmake_src_configure
499 }
500
501 src_test() {
502
503 diff --git a/media-sound/clementine/clementine-1.3.1_p20191004.ebuild b/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
504 index f2d1766fb15..4e52840045f 100644
505 --- a/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
506 +++ b/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
507 @@ -16,7 +16,7 @@ else
508 KEYWORDS="~amd64 ~x86"
509 S="${WORKDIR}/${PN^}-${COMMIT}"
510 fi
511 -inherit cmake-utils flag-o-matic l10n virtualx xdg
512 +inherit cmake flag-o-matic l10n virtualx xdg
513
514 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
515 HOMEPAGE="https://www.clementine-player.org https://github.com/clementine-player/Clementine"
516 @@ -101,7 +101,7 @@ DOCS=( Changelog README.md )
517 src_prepare() {
518 l10n_find_plocales_changes "src/translations" "" ".po"
519
520 - cmake-utils_src_prepare
521 + cmake_src_prepare
522 # some tests fail or hang
523 sed -i \
524 -e '/add_test_file(translations_test.cpp/d' \
525 @@ -151,7 +151,7 @@ src_configure() {
526
527 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
528
529 - cmake-utils_src_configure
530 + cmake_src_configure
531 }
532
533 src_test() {
534
535 diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
536 index 3efe963fe1b..be99d91ad50 100644
537 --- a/media-sound/clementine/clementine-9999.ebuild
538 +++ b/media-sound/clementine/clementine-9999.ebuild
539 @@ -14,7 +14,7 @@ else
540 KEYWORDS="~amd64 ~x86"
541 S="${WORKDIR}/${PN^}-${COMMIT}"
542 fi
543 -inherit cmake-utils flag-o-matic l10n virtualx xdg
544 +inherit cmake flag-o-matic l10n virtualx xdg
545
546 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
547 HOMEPAGE="https://www.clementine-player.org https://github.com/clementine-player/Clementine"
548 @@ -98,7 +98,7 @@ DOCS=( Changelog README.md )
549 src_prepare() {
550 l10n_find_plocales_changes "src/translations" "" ".po"
551
552 - cmake-utils_src_prepare
553 + cmake_src_prepare
554 # some tests fail or hang
555 sed -i \
556 -e '/add_test_file(translations_test.cpp/d' \
557 @@ -148,7 +148,7 @@ src_configure() {
558
559 use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
560
561 - cmake-utils_src_configure
562 + cmake_src_configure
563 }
564
565 src_test() {
566
567 diff --git a/media-sound/lmms/lmms-1.2.0.ebuild b/media-sound/lmms/lmms-1.2.0.ebuild
568 index d5f82bfff2a..e489666c90f 100644
569 --- a/media-sound/lmms/lmms-1.2.0.ebuild
570 +++ b/media-sound/lmms/lmms-1.2.0.ebuild
571 @@ -3,9 +3,9 @@
572
573 EAPI=7
574
575 -# The order is important here! Both, cmake-utils and xdg define src_prepare.
576 -# We need the one from cmake-utils
577 -inherit xdg cmake-utils
578 +# The order is important here! Both, cmake and xdg define src_prepare.
579 +# We need the one from cmake
580 +inherit xdg cmake
581
582 DESCRIPTION="Cross-platform music production software"
583 HOMEPAGE="https://lmms.io"
584 @@ -90,7 +90,7 @@ src_configure() {
585 -DWANT_VST=$(usex vst)
586 -DWANT_SF2=$(usex fluidsynth)
587 )
588 - cmake-utils_src_configure
589 + cmake_src_configure
590 }
591
592 pkg_preinst() {
593
594 diff --git a/media-sound/lmms/lmms-1.2.1.ebuild b/media-sound/lmms/lmms-1.2.1.ebuild
595 index d5f82bfff2a..e489666c90f 100644
596 --- a/media-sound/lmms/lmms-1.2.1.ebuild
597 +++ b/media-sound/lmms/lmms-1.2.1.ebuild
598 @@ -3,9 +3,9 @@
599
600 EAPI=7
601
602 -# The order is important here! Both, cmake-utils and xdg define src_prepare.
603 -# We need the one from cmake-utils
604 -inherit xdg cmake-utils
605 +# The order is important here! Both, cmake and xdg define src_prepare.
606 +# We need the one from cmake
607 +inherit xdg cmake
608
609 DESCRIPTION="Cross-platform music production software"
610 HOMEPAGE="https://lmms.io"
611 @@ -90,7 +90,7 @@ src_configure() {
612 -DWANT_VST=$(usex vst)
613 -DWANT_SF2=$(usex fluidsynth)
614 )
615 - cmake-utils_src_configure
616 + cmake_src_configure
617 }
618
619 pkg_preinst() {
620
621 diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild
622 index 66d6fbe1e43..376874f97b1 100644
623 --- a/media-sound/lmms/lmms-9999.ebuild
624 +++ b/media-sound/lmms/lmms-9999.ebuild
625 @@ -3,9 +3,9 @@
626
627 EAPI=7
628
629 -# The order is important here! Both, cmake-utils and xdg define src_prepare.
630 -# We need the one from cmake-utils
631 -inherit xdg cmake-utils
632 +# The order is important here! Both, cmake and xdg define src_prepare.
633 +# We need the one from cmake
634 +inherit xdg cmake
635
636 DESCRIPTION="Cross-platform music production software"
637 HOMEPAGE="https://lmms.io"
638 @@ -90,7 +90,7 @@ src_configure() {
639 -DWANT_VST=$(usex vst)
640 -DWANT_SF2=$(usex fluidsynth)
641 )
642 - cmake-utils_src_configure
643 + cmake_src_configure
644 }
645
646 pkg_preinst() {
647
648 diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild
649 index b4f4397507d..1e8fad34492 100644
650 --- a/media-sound/pamix/pamix-9999.ebuild
651 +++ b/media-sound/pamix/pamix-9999.ebuild
652 @@ -3,7 +3,7 @@
653
654 EAPI=7
655
656 -inherit cmake-utils
657 +inherit cmake
658
659 if [[ "${PV}" == 9999 ]] ; then
660 inherit git-r3
661 @@ -34,5 +34,5 @@ src_configure() {
662 local mycmakeargs=(
663 -DWITH_UNICODE="$(usex unicode)"
664 )
665 - cmake-utils_src_configure
666 + cmake_src_configure
667 }
668
669 diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild
670 index ebea68fc269..54eeceee53a 100644
671 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild
672 +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild
673 @@ -3,6 +3,7 @@
674
675 EAPI=7
676
677 +CMAKE_ECLASS=cmake
678 inherit cmake-multilib flag-o-matic xdg
679
680 if [[ ${PV} = 9999 ]]; then
681 @@ -73,8 +74,8 @@ pkg_setup() {
682 }
683
684 src_prepare() {
685 - # required because xdg.eclass overrides default cmake-utils_src_prepare
686 - cmake-utils_src_prepare
687 + # required because xdg.eclass overrides default cmake_src_prepare
688 + cmake_src_prepare
689 }
690
691 multilib_src_configure() {
692 @@ -105,7 +106,7 @@ multilib_src_configure() {
693 )
694 fi
695
696 - cmake-utils_src_configure
697 + cmake_src_configure
698 }
699
700 pkg_preinst() {
701
702 diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
703 index ebea68fc269..54eeceee53a 100644
704 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
705 +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild
706 @@ -3,6 +3,7 @@
707
708 EAPI=7
709
710 +CMAKE_ECLASS=cmake
711 inherit cmake-multilib flag-o-matic xdg
712
713 if [[ ${PV} = 9999 ]]; then
714 @@ -73,8 +74,8 @@ pkg_setup() {
715 }
716
717 src_prepare() {
718 - # required because xdg.eclass overrides default cmake-utils_src_prepare
719 - cmake-utils_src_prepare
720 + # required because xdg.eclass overrides default cmake_src_prepare
721 + cmake_src_prepare
722 }
723
724 multilib_src_configure() {
725 @@ -105,7 +106,7 @@ multilib_src_configure() {
726 )
727 fi
728
729 - cmake-utils_src_configure
730 + cmake_src_configure
731 }
732
733 pkg_preinst() {
734
735 diff --git a/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild b/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild
736 index db2565cfe82..9be7384e324 100644
737 --- a/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild
738 +++ b/sys-apps/roccat-tools/roccat-tools-5.9.0.ebuild
739 @@ -3,7 +3,7 @@
740
741 EAPI=7
742
743 -inherit readme.gentoo-r1 cmake-utils udev user xdg
744 +inherit readme.gentoo-r1 cmake udev user xdg
745
746 DESCRIPTION="Utility for advanced configuration of Roccat devices"
747
748 @@ -74,9 +74,9 @@ pkg_setup() {
749 done
750 }
751
752 -# Required because xdg.eclass overrides src_prepare() from cmake-utils.eclass
753 +# Required because xdg.eclass overrides src_prepare() from cmake.eclass
754 src_prepare() {
755 - cmake-utils_src_prepare
756 + cmake_src_prepare
757 }
758
759 src_configure() {
760 @@ -98,11 +98,11 @@ src_configure() {
761 fi
762 done
763
764 - cmake-utils_src_configure
765 + cmake_src_configure
766 }
767
768 src_install() {
769 - cmake-utils_src_install
770 + cmake_src_install
771 local stat_dir=/var/lib/roccat
772 keepdir ${stat_dir}
773 fowners root:roccat ${stat_dir}
774
775 diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.8.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.8.ebuild
776 index dbd8f4ce067..96cfef23353 100644
777 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.8.ebuild
778 +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.8.ebuild
779 @@ -3,7 +3,7 @@
780
781 EAPI=7
782
783 -inherit cmake-utils xdg
784 +inherit cmake xdg
785
786 DESCRIPTION="Android File Transfer for Linux"
787 HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux"
788 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}"
789
790 # required to override src_prepare from xdg eclass
791 src_prepare() {
792 - cmake-utils_src_prepare
793 + cmake_src_prepare
794 }
795
796 src_configure() {
797 @@ -48,7 +48,7 @@ src_configure() {
798 -DUSB_BACKEND_LIBUSB="OFF"
799 $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
800 )
801 - cmake-utils_src_configure
802 + cmake_src_configure
803 }
804
805 pkg_preinst() {
806
807 diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild
808 index 08a6fef6fea..e2ce2ae66cf 100644
809 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild
810 +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-3.9.ebuild
811 @@ -3,7 +3,7 @@
812
813 EAPI=7
814
815 -inherit cmake-utils xdg
816 +inherit cmake xdg
817
818 DESCRIPTION="Android File Transfer for Linux"
819 HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux"
820 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}"
821
822 # required to override src_prepare from xdg eclass
823 src_prepare() {
824 - cmake-utils_src_prepare
825 + cmake_src_prepare
826 }
827
828 src_configure() {
829 @@ -48,7 +48,7 @@ src_configure() {
830 -DUSB_BACKEND_LIBUSB="OFF"
831 $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
832 )
833 - cmake-utils_src_configure
834 + cmake_src_configure
835 }
836
837 pkg_preinst() {
838
839 diff --git a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
840 index dbd8f4ce067..96cfef23353 100644
841 --- a/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
842 +++ b/sys-fs/android-file-transfer-linux/android-file-transfer-linux-9999.ebuild
843 @@ -3,7 +3,7 @@
844
845 EAPI=7
846
847 -inherit cmake-utils xdg
848 +inherit cmake xdg
849
850 DESCRIPTION="Android File Transfer for Linux"
851 HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux"
852 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}"
853
854 # required to override src_prepare from xdg eclass
855 src_prepare() {
856 - cmake-utils_src_prepare
857 + cmake_src_prepare
858 }
859
860 src_configure() {
861 @@ -48,7 +48,7 @@ src_configure() {
862 -DUSB_BACKEND_LIBUSB="OFF"
863 $(usex qt5 '-DDESIRED_QT_VERSION=5' '')
864 )
865 - cmake-utils_src_configure
866 + cmake_src_configure
867 }
868
869 pkg_preinst() {