summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2021-03-30 07:19:21 -0400
committerMichael Orlitzky <mjo@gentoo.org>2021-03-30 08:40:52 -0400
commitd165604ed61363129ae90021ba998bde968ab2a1 (patch)
treef1af5fb76a3ec878e5d8c32847eb0938704a1b2f /sci-mathematics/maxima
parentnet-misc/htpdate: Removed old (diff)
downloadgentoo-d165604ed61363129ae90021ba998bde968ab2a1.tar.gz
gentoo-d165604ed61363129ae90021ba998bde968ab2a1.tar.bz2
gentoo-d165604ed61363129ae90021ba998bde968ab2a1.zip
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@gentoo.org>
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r--sci-mathematics/maxima/maxima-5.44.0-r7.ebuild (renamed from sci-mathematics/maxima/maxima-5.44.0-r6.ebuild)7
1 files 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
index 540d0048980b..f428670e1bf6 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