www-misc/remwharead: Update eclass: cmake-utils → cmake.
This commit is contained in:
parent
b745413cfa
commit
e33bd31927
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@ -53,11 +53,11 @@ src_configure() {
|
|||||||
-DWITH_MOZILLA="$(usex firefox)"
|
-DWITH_MOZILLA="$(usex firefox)"
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cmake-utils_src_compile
|
cmake_src_compile
|
||||||
|
|
||||||
if use doc; then
|
if use doc; then
|
||||||
./build_doc.sh || die
|
./build_doc.sh || die
|
||||||
@ -71,7 +71,7 @@ src_install() {
|
|||||||
|
|
||||||
use rofi && dobin scripts/remwharead-rofi || die
|
use rofi && dobin scripts/remwharead-rofi || die
|
||||||
|
|
||||||
cmake-utils_src_install
|
cmake_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@ -52,11 +52,11 @@ src_configure() {
|
|||||||
-DWITH_MOZILLA="$(usex firefox)"
|
-DWITH_MOZILLA="$(usex firefox)"
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cmake-utils_src_compile
|
cmake_src_compile
|
||||||
|
|
||||||
if use doc; then
|
if use doc; then
|
||||||
./build_doc.sh || die
|
./build_doc.sh || die
|
||||||
@ -70,7 +70,7 @@ src_install() {
|
|||||||
|
|
||||||
use rofi && dobin scripts/remwharead-rofi || die
|
use rofi && dobin scripts/remwharead-rofi || die
|
||||||
|
|
||||||
cmake-utils_src_install
|
cmake_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@ -52,11 +52,11 @@ src_configure() {
|
|||||||
-DWITH_MOZILLA="$(usex firefox)"
|
-DWITH_MOZILLA="$(usex firefox)"
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cmake-utils_src_compile
|
cmake_src_compile
|
||||||
|
|
||||||
if use doc; then
|
if use doc; then
|
||||||
./build_doc.sh || die
|
./build_doc.sh || die
|
||||||
@ -70,7 +70,7 @@ src_install() {
|
|||||||
|
|
||||||
use rofi && dobin scripts/remwharead-rofi || die
|
use rofi && dobin scripts/remwharead-rofi || die
|
||||||
|
|
||||||
cmake-utils_src_install
|
cmake_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
Reference in New Issue
Block a user