diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-21 12:09:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:03:42 +0100 |
commit | ce86df7eb9cdd27b8da28b84541ed0894fac4b53 (patch) | |
tree | 3924362d6b5210d43d0502e02ac8f34b776b09c9 /dev-util/cmake/cmake-3.13.5.ebuild | |
parent | kde5.eclass: Switch to cmake.eclass (diff) | |
download | gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.gz gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.bz2 gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.zip |
*/*: Switch kde proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/cmake/cmake-3.13.5.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-3.13.5.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild index 62c8b00e4ae6..529cc0a350ef 100644 --- a/dev-util/cmake/cmake-3.13.5.ebuild +++ b/dev-util/cmake/cmake-3.13.5.ebuild @@ -4,8 +4,8 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" -CMAKE_REMOVE_MODULES="no" -inherit bash-completion-r1 elisp-common flag-o-matic toolchain-funcs virtualx xdg cmake-utils +CMAKE_REMOVE_MODULES_LIST=( none ) +inherit bash-completion-r1 elisp-common flag-o-matic toolchain-funcs virtualx xdg cmake MY_P="${P/_/-}" @@ -135,7 +135,7 @@ cmake_src_test() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # disable Xcode hooks, bug #652134 if [[ ${CHOST} == *-darwin* ]] ; then @@ -174,15 +174,15 @@ src_configure() { if use qt5 ; then mycmakeargs+=( -DBUILD_QtDialog=ON - $(cmake-utils_use_find_package qt5 Qt5Widgets) + $(cmake_use_find_package qt5 Qt5Widgets) ) fi - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile use emacs && elisp-compile Auxiliary/cmake-mode.el } @@ -191,7 +191,7 @@ src_test() { } src_install() { - cmake-utils_src_install + cmake_src_install if use emacs; then elisp-install ${PN} Auxiliary/cmake-mode.el Auxiliary/cmake-mode.elc |