public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bigloo/
Date: Sun, 15 Jan 2023 23:05:12 +0000 (UTC)	[thread overview]
Message-ID: <1673823909.ff3eea5071e5d079341ac378cea3f9b8e02dff8a.xgqt@gentoo> (raw)

commit:     ff3eea5071e5d079341ac378cea3f9b8e02dff8a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 23:04:44 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 23:05:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3eea50

dev-scheme/bigloo: do not install static libs

Closes: https://bugs.gentoo.org/890820
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../bigloo/{bigloo-4.4c_p4-r3.ebuild => bigloo-4.4c_p4-r4.ebuild}    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild b/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
similarity index 97%
rename from dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild
rename to dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
index 9e7c5157fb76..2baba06090ea 100644
--- a/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild
+++ b/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -161,6 +161,9 @@ src_install() {
 	emake DESTDIR="${D}" -C bdb install
 	emake DESTDIR="${D}" -C cigloo install
 
+	# Remove static libs, bug #890820
+	find "${ED}" -type f -name "*.a" -delete || die
+
 	# The ".sh" scripts set proper environment and library order for Bigloo,
 	# but programs (and the Bigloo Emacs library, "bee-mode") want "bigloo",
 	# not "bigloo.sh". To make programs work we install all executable files


             reply	other threads:[~2023-01-15 23:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15 23:05 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06  8:09 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bigloo/ Maciej Barć
2024-06-05 19:33 Maciej Barć
2024-03-17  5:34 Sam James
2023-10-22  8:46 Maciej Barć
2023-07-08 21:22 Maciej Barć
2023-01-16 20:18 Maciej Barć
2022-04-19 23:16 Maciej Barć
2022-03-27 15:55 Maciej Barć

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=1673823909.ff3eea5071e5d079341ac378cea3f9b8e02dff8a.xgqt@gentoo \
    --to=xgqt@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