www-misc/remwharead: Update eclass: cmake-utils → cmake.

This commit is contained in:
tastytea 2020-10-31 18:54:49 +01:00
parent b745413cfa
commit e33bd31927
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 14 additions and 14 deletions

View File

@ -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() {

View File

@ -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() {

View File

@ -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() {