From 7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 3 Jan 2020 20:34:09 +0100 Subject: */*: Switch games proj to cmake.eclass Signed-off-by: Andreas Sturmlechner --- games-util/lgogdownloader/lgogdownloader-3.5.ebuild | 6 +++--- games-util/lgogdownloader/lgogdownloader-9999.ebuild | 6 +++--- games-util/qjoypad/qjoypad-4.3.1.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'games-util') diff --git a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild index 9a73f51a45c8..bd02b105269b 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Unofficial GOG.com downloader for Linux" HOMEPAGE="https://sites.google.com/site/gogdownloader/" @@ -35,10 +35,10 @@ src_configure() { local mycmakeargs=( -DUSE_QT_GUI=$(usex gui) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die } diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index d0d1304d0133..37dfd7c2f858 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="Unofficial GOG.com downloader for Linux" HOMEPAGE="https://sites.google.com/site/gogdownloader/" @@ -30,10 +30,10 @@ src_configure() { local mycmakeargs=( -DUSE_QT_GUI=$(usex gui) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install gunzip "${ED}"/usr/share/man/man1/${PN}.1.gz || die } diff --git a/games-util/qjoypad/qjoypad-4.3.1.ebuild b/games-util/qjoypad/qjoypad-4.3.1.ebuild index bbe3cb1a2576..ba8e0cec815f 100644 --- a/games-util/qjoypad/qjoypad-4.3.1.ebuild +++ b/games-util/qjoypad/qjoypad-4.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils desktop +inherit cmake desktop DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X" HOMEPAGE="https://github.com/panzi/qjoypad" @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-4.3.0-cmake.patch" ) src_install() { - cmake-utils_src_install + cmake_src_install local i cd icons || die -- cgit v1.2.3-65-gdbad