diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:42:20 +0100 |
commit | be0ab352405aa2d5d968a8c3905557b914df9626 (patch) | |
tree | 5b5da6a6ab8feb0c82b1f5c6b02e9fafdee83463 /games-action | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.7 (diff) | |
download | gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.gz gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.bz2 gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.zip |
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/minetest-5.1.0-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-action/minetest/minetest-5.1.0-r1.ebuild b/games-action/minetest/minetest-5.1.0-r1.ebuild index 30beb3bfeb10..018526a2e715 100644 --- a/games-action/minetest/minetest-5.1.0-r1.ebuild +++ b/games-action/minetest/minetest-5.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg +inherit cmake xdg DESCRIPTION="A free open-source voxel game engine with easy modding and game creation" HOMEPAGE="https://www.minetest.net" @@ -58,7 +58,7 @@ BDEPEND=" PATCHES="${FILESDIR}/${PV}-FindJson.patch" src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # set paths sed \ -e "s#@BINDIR@#${EPREFIX}/usr/bin#g" \ @@ -98,20 +98,20 @@ src_configure() { -DIRRLICHT_INCLUDE_DIR="${EPREFIX}/usr/include/irrlicht" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc ; then - cmake-utils_src_compile doc + cmake_src_compile doc HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) fi } src_install() { - cmake-utils_src_install + cmake_src_install if use server ; then keepdir /var/log/minetest |