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() {
