commit:     d165604ed61363129ae90021ba998bde968ab2a1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 11:19:21 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 12:40:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d165604e

sci-mathematics/maxima: drop eutils.eclass and duplicate launcher.

Upstream provides its own xmaxima launcher now, so the one that we
were (attempting to, since I borked it during the EAPI=7 bump) create
is no longer necessary. This commit drops the duplicate icon, and the
use of eutils.eclass which no longer serves any discernable purpose.

Closes: https://bugs.gentoo.org/779325
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../maxima/{maxima-5.44.0-r6.ebuild => maxima-5.44.0-r7.ebuild}    | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/maxima/maxima-5.44.0-r6.ebuild 
b/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild
similarity index 96%
rename from sci-mathematics/maxima/maxima-5.44.0-r6.ebuild
rename to sci-mathematics/maxima/maxima-5.44.0-r7.ebuild
index 540d0048980..f428670e1bf 100644
--- a/sci-mathematics/maxima/maxima-5.44.0-r6.ebuild
+++ b/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-inherit autotools elisp-common eutils flag-o-matic python-single-r1 xdg-utils
+inherit autotools elisp-common flag-o-matic python-single-r1 xdg-utils
 
 DESCRIPTION="Free computer algebra environment based on Macsyma"
 HOMEPAGE="http://maxima.sourceforge.net/";
@@ -115,6 +115,7 @@ src_prepare() {
        rm src/Makefile.in || die
        touch src/*.mk
        touch src/Makefile.am
+
        eautoreconf
 }
 
@@ -182,10 +183,6 @@ src_install() {
        docompress -x /usr/share/info
        emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install
 
-       use gui && make_desktop_entry xmaxima xmaxima \
-               /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \
-               "Science;Math;Education"
-
        # do not use dodoc because interfaces can't read compressed files
        # read COPYING before attempt to remove it from dodoc
        insinto /usr/share/${PN}/${PV}/doc

Reply via email to