From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bigloo/
Date: Thu, 6 Jun 2024 08:09:33 +0000 (UTC) [thread overview]
Message-ID: <1717661370.509edd0cada8c1cabcb8e9b44cb2b19c3e9aec4b.xgqt@gentoo> (raw)
commit: 509edd0cada8c1cabcb8e9b44cb2b19c3e9aec4b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 07:48:30 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 08:09:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509edd0c
dev-scheme/bigloo: remove libtool .la files
Closes: https://bugs.gentoo.org/933665
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/bigloo/{bigloo-4.5b.ebuild => bigloo-4.5b-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-scheme/bigloo/bigloo-4.5b.ebuild b/dev-scheme/bigloo/bigloo-4.5b-r1.ebuild
similarity index 96%
rename from dev-scheme/bigloo/bigloo-4.5b.ebuild
rename to dev-scheme/bigloo/bigloo-4.5b-r1.ebuild
index 15820af36235..e1175674a698 100644
--- a/dev-scheme/bigloo/bigloo-4.5b.ebuild
+++ b/dev-scheme/bigloo/bigloo-4.5b-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit elisp-common flag-o-matic toolchain-funcs
-MY_PV=${PV/_p/-} # e.g.: 4.4c_p4 -> 4.4c-4
+MY_PV="${PV/_p/-}" # e.g.: 4.4c_p4 -> 4.4c-4
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Practical Scheme Compiler with many extensions"
@@ -56,11 +56,11 @@ BDEPEND="
sys-apps/texinfo
"
+PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
+
DOCS=( ChangeLog README.md TODO.org )
SITEFILE="50${PN}-gentoo.el"
-PATCHES="${FILESDIR}/${P}-makefile.patch"
-
src_prepare() {
default
@@ -211,8 +211,9 @@ src_install() {
einstalldocs
- # Remove static libs, bug #890820, #891041
+ # Remove static libs, bug #890820, #891041, #933665
find "${ED}" -name "*.a" -delete || die
+ find "${ED}" -name "*.la" -delete || die
}
pkg_postinst() {
next reply other threads:[~2024-06-06 8:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 8:09 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-05 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bigloo/ 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ć
2023-01-15 23:05 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=1717661370.509edd0cada8c1cabcb8e9b44cb2b19c3e9aec4b.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