public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/
Date: Tue, 10 Sep 2024 13:00:00 +0000 (UTC)	[thread overview]
Message-ID: <1725973191.2869341fddfe1c3d232551ddffac507e167f5677.mjo@gentoo> (raw)

commit:     2869341fddfe1c3d232551ddffac507e167f5677
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 12:51:10 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 12:59:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2869341f

sci-mathematics/giac: delete more build artifacts in src_prepare()

Closes: https://bugs.gentoo.org/939308
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../giac/{giac-1.9.0.995.ebuild => giac-1.9.0.995-r1.ebuild} | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/giac/giac-1.9.0.995.ebuild b/sci-mathematics/giac/giac-1.9.0.995-r1.ebuild
similarity index 92%
rename from sci-mathematics/giac/giac-1.9.0.995.ebuild
rename to sci-mathematics/giac/giac-1.9.0.995-r1.ebuild
index 28dba8596875..6a9a85a14f05 100644
--- a/sci-mathematics/giac/giac-1.9.0.995.ebuild
+++ b/sci-mathematics/giac/giac-1.9.0.995-r1.ebuild
@@ -78,9 +78,15 @@ src_prepare() {
 	# similar deal with gl2ps
 	rm src/gl2ps.[ch] || die
 
-	# mjs is an arm executable artifact that should not have been shipped
-	# Removing it so it can be rebuilt with the host architecture
-	rm src/mkjs || die
+	# These are executable (ARM) build artifacts that should not have
+	# been shipped. We remove them so they can be rebuilt properly.
+	rm src/mkjs doc/khicas.nwa || die
+
+	# Don't waste time eautoreconfing the bundled micropython that we
+	# never use.
+	sed -e 's/micropython-1.12//g' -i Makefile.am || die
+	sed -e '/micropython-1.12/d' -i configure.ac || die
+	rm -r micropython-1.12 || die
 
 	default
 	eautoreconf


             reply	other threads:[~2024-09-10 13:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10 13:00 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 17:50 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/ Ionen Wolkens
2024-09-06  0:35 Michael Orlitzky
2023-11-22 22:42 Michael Orlitzky
2022-12-24  0:03 Michael Orlitzky
2022-11-20 12:10 Michael Orlitzky
2022-11-11  1:15 Michael Orlitzky
2022-11-11  1:15 Michael Orlitzky
2022-09-06 14:09 Michael Orlitzky
2022-07-16 12:27 Michael Orlitzky
2022-04-22 23:35 Michael Orlitzky
2022-02-03  0:21 Michael Orlitzky
2022-02-03  0:21 Michael Orlitzky
2022-01-15 15:06 Michael Orlitzky
2021-12-18 17:32 Fabian Groffen
2021-11-02 18:11 Michael Orlitzky
2021-06-18 13:15 David Seifert
2021-05-10 12:50 Michael Orlitzky
2021-05-04 19:10 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725973191.2869341fddfe1c3d232551ddffac507e167f5677.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox