From 0ca088f5d0d2ebd587897dcc2d00c4d696cf8c19 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 4 Jan 2020 11:10:13 +0100 Subject: sci-mathematics: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-mathematics/wxmaxima') diff --git a/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild index d1fd945c6f9e..809444233eef 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-19.12.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 WX_GTK_VER="3.0" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake-utils wxwidgets l10n xdg +inherit cmake wxwidgets l10n xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}"/${P}.patch ) src_prepare() { setup-wxwidgets - cmake-utils_src_prepare + cmake_src_prepare sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i "${S}"/info/CMakeLists.txt \ || die "sed info/CMakeLists.txt failed" @@ -47,5 +47,5 @@ src_prepare() { src_install() { docompress -x /usr/share/doc/${PF} - cmake-utils_src_install + cmake_src_install } -- cgit v1.2.3-65-gdbad