From 32ee5cbf395a4a55208778f7d4f437b2da5fc035 Mon Sep 17 00:00:00 2001 From: Simon van der Veldt Date: Sun, 16 Aug 2020 21:46:30 +0200 Subject: [PATCH] Replace cmake-utils eclass with cmake eclass See https://github.com/gentoo/gentoo/commit/0ebbf5666970ba32c0a55bcabf7d2ccee1ea5e74 Also update affected ebuilds that weren't yet on EAPI 7 to EAPI 7 because cmake.eclass only supports EAPI 7 --- media-plugins/artyfx/artyfx-9999.ebuild | 8 ++++---- media-plugins/fabla/fabla-1.9999.ebuild | 6 +++--- media-plugins/fabla/fabla-2.9999.ebuild | 8 ++++---- media-plugins/sorcer/sorcer-9999.ebuild | 6 +++--- media-sound/luppp/luppp-9999.ebuild | 4 ++-- media-sound/sc3-plugins/sc3-plugins-3.10.0.ebuild | 6 +++--- media-sound/sc3-plugins/sc3-plugins-9999.ebuild | 6 +++--- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/media-plugins/artyfx/artyfx-9999.ebuild b/media-plugins/artyfx/artyfx-9999.ebuild index fe404f64..5541624e 100644 --- a/media-plugins/artyfx/artyfx-9999.ebuild +++ b/media-plugins/artyfx/artyfx-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Plugin bundle of artistic real-time audio effects" HOMEPAGE="http://openavproductions.com/artyfx" @@ -33,5 +33,5 @@ src_configure() { -DBUILD_SSE="$(usex cpu_flags_x86_sse ON OFF)" -DBUILD_BENCH=OFF ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/media-plugins/fabla/fabla-1.9999.ebuild b/media-plugins/fabla/fabla-1.9999.ebuild index 9b0a57d2..2a4374b4 100644 --- a/media-plugins/fabla/fabla-1.9999.ebuild +++ b/media-plugins/fabla/fabla-1.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LV2 drum sampler plugin" HOMEPAGE="http://openavproductions.com/fabla" diff --git a/media-plugins/fabla/fabla-2.9999.ebuild b/media-plugins/fabla/fabla-2.9999.ebuild index f247110a..2416826e 100644 --- a/media-plugins/fabla/fabla-2.9999.ebuild +++ b/media-plugins/fabla/fabla-2.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="LV2 drum sampler plugin" HOMEPAGE="http://openavproductions.com/fabla2" @@ -26,5 +26,5 @@ src_configure() { local mycmakeargs=( -DBUILD_GUI="$(usex X ON OFF)" ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/media-plugins/sorcer/sorcer-9999.ebuild b/media-plugins/sorcer/sorcer-9999.ebuild index bd90cb28..38f26449 100644 --- a/media-plugins/sorcer/sorcer-9999.ebuild +++ b/media-plugins/sorcer/sorcer-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Polyphonic wavetable synth LV2 plugin" HOMEPAGE="http://openavproductions.com/sorcer" diff --git a/media-sound/luppp/luppp-9999.ebuild b/media-sound/luppp/luppp-9999.ebuild index 923fd8d4..50954549 100644 --- a/media-sound/luppp/luppp-9999.ebuild +++ b/media-sound/luppp/luppp-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Live performance looping tool" HOMEPAGE="http://openavproductions.com/luppp" diff --git a/media-sound/sc3-plugins/sc3-plugins-3.10.0.ebuild b/media-sound/sc3-plugins/sc3-plugins-3.10.0.ebuild index dded7af8..c7bf16f6 100644 --- a/media-sound/sc3-plugins/sc3-plugins-3.10.0.ebuild +++ b/media-sound/sc3-plugins/sc3-plugins-3.10.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 cmake-utils +inherit git-r3 cmake DESCRIPTION="Third party plugins for SuperCollider" HOMEPAGE="https://github.com/supercollider/sc3-plugins" @@ -37,5 +37,5 @@ src_configure() { -DSUPERNOVA=ON ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/media-sound/sc3-plugins/sc3-plugins-9999.ebuild b/media-sound/sc3-plugins/sc3-plugins-9999.ebuild index 6f0f9935..ec699791 100644 --- a/media-sound/sc3-plugins/sc3-plugins-9999.ebuild +++ b/media-sound/sc3-plugins/sc3-plugins-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 cmake-utils +inherit git-r3 cmake DESCRIPTION="Third party plugins for SuperCollider" HOMEPAGE="https://github.com/supercollider/sc3-plugins" @@ -33,5 +33,5 @@ src_configure() { -DSUPERNOVA=ON ) - cmake-utils_src_configure + cmake_src_configure }