From e33bd31927d480b879ecd62e353e2efc8c2ae080 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 31 Oct 2020 18:54:49 +0100 Subject: [PATCH] =?UTF-8?q?www-misc/remwharead:=20Update=20eclass:=20cmake?= =?UTF-8?q?-utils=20=E2=86=92=20cmake.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www-misc/remwharead/remwharead-0.10.0.ebuild | 8 ++++---- www-misc/remwharead/remwharead-0.9.2.ebuild | 10 +++++----- www-misc/remwharead/remwharead-9999.ebuild | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/www-misc/remwharead/remwharead-0.10.0.ebuild b/www-misc/remwharead/remwharead-0.10.0.ebuild index 7334871df..c7e123564 100644 --- a/www-misc/remwharead/remwharead-0.10.0.ebuild +++ b/www-misc/remwharead/remwharead-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -53,11 +53,11 @@ src_configure() { -DWITH_MOZILLA="$(usex firefox)" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc; then ./build_doc.sh || die @@ -71,7 +71,7 @@ src_install() { use rofi && dobin scripts/remwharead-rofi || die - cmake-utils_src_install + cmake_src_install } pkg_postinst() { diff --git a/www-misc/remwharead/remwharead-0.9.2.ebuild b/www-misc/remwharead/remwharead-0.9.2.ebuild index 62b905677..a5bb3dc46 100644 --- a/www-misc/remwharead/remwharead-0.9.2.ebuild +++ b/www-misc/remwharead/remwharead-0.9.2.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 if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -52,11 +52,11 @@ src_configure() { -DWITH_MOZILLA="$(usex firefox)" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc; then ./build_doc.sh || die @@ -70,7 +70,7 @@ src_install() { use rofi && dobin scripts/remwharead-rofi || die - cmake-utils_src_install + cmake_src_install } pkg_postinst() { diff --git a/www-misc/remwharead/remwharead-9999.ebuild b/www-misc/remwharead/remwharead-9999.ebuild index 62b905677..a5bb3dc46 100644 --- a/www-misc/remwharead/remwharead-9999.ebuild +++ b/www-misc/remwharead/remwharead-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 if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -52,11 +52,11 @@ src_configure() { -DWITH_MOZILLA="$(usex firefox)" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc; then ./build_doc.sh || die @@ -70,7 +70,7 @@ src_install() { use rofi && dobin scripts/remwharead-rofi || die - cmake-utils_src_install + cmake_src_install } pkg_postinst() {