From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03CFE1382C5 for ; Tue, 30 Mar 2021 12:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B0E6E0A65; Tue, 30 Mar 2021 12:43:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36985E0A65 for ; Tue, 30 Mar 2021 12:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B738340E0C for ; Tue, 30 Mar 2021 12:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3AF75B8 for ; Tue, 30 Mar 2021 12:43:31 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1617108052.d165604ed61363129ae90021ba998bde968ab2a1.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.44.0-r6.ebuild sci-mathematics/maxima/maxima-5.44.0-r7.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d165604ed61363129ae90021ba998bde968ab2a1 X-VCS-Branch: master Date: Tue, 30 Mar 2021 12:43:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0199a8de-50c1-448d-80ca-5a4ebe4218ee X-Archives-Hash: e484ba0da9ab12b44241e2761f863c93 commit: d165604ed61363129ae90021ba998bde968ab2a1 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Mar 30 11:19:21 2021 +0000 Commit: Michael Orlitzky gentoo 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 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