commit: c0ca36d4f1cf789b394dec437723b0a7774cc79d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 08:41:32 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 08:56:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ca36d4
games-strategy/colobot: Port to cmake.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-strategy/colobot/colobot-0.1.12.ebuild | 6 +++--- games-strategy/colobot/colobot-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-strategy/colobot/colobot-0.1.12.ebuild b/games-strategy/colobot/colobot-0.1.12.ebuild index 7f53954e401..89f5010924c 100644 --- a/games-strategy/colobot/colobot-0.1.12.ebuild +++ b/games-strategy/colobot/colobot-0.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils desktop xdg-utils +inherit cmake desktop xdg-utils DESCRIPTION="Colobot is an educational real-time strategy video game featuring 3D graphics" HOMEPAGE="https://colobot.info/" @@ -43,7 +43,7 @@ PATCHES=( ) src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # we need to call it explicitly to help Ninja figure out the deps cd desktop || die @@ -60,7 +60,7 @@ src_configure() { -DCOLOBOT_INSTALL_BIN_DIR="${EPREFIX}"/usr/bin -DCOLOBOT_INSTALL_LIB_DIR="${EPREFIX}"/usr/$(get_libdir) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/games-strategy/colobot/colobot-9999.ebuild b/games-strategy/colobot/colobot-9999.ebuild index 49d5ea90727..83f1bba5279 100644 --- a/games-strategy/colobot/colobot-9999.ebuild +++ b/games-strategy/colobot/colobot-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils desktop git-r3 xdg-utils +inherit cmake desktop git-r3 xdg-utils DESCRIPTION="Colobot is an educational real-time strategy video game featuring 3D graphics" HOMEPAGE="https://colobot.info/" @@ -38,7 +38,7 @@ RDEPEND="${DEPEND} games-strategy/colobot-data" src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # we need to call it explicitly to help Ninja figure out the deps cd desktop || die @@ -55,7 +55,7 @@ src_configure() { -DCOLOBOT_INSTALL_BIN_DIR="${EPREFIX}"/usr/bin -DCOLOBOT_INSTALL_LIB_DIR="${EPREFIX}"/usr/$(get_libdir) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {
