commit: 653a8c15500afa4acf77321c8b4d8c80e8d79da2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 13:45:29 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 13:51:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653a8c15
dev-scheme/guile-json: drop 4.7.3 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-scheme/guile-json/guile-json-4.7.3.ebuild | 34 --------------------------- 1 file changed, 34 deletions(-) diff --git a/dev-scheme/guile-json/guile-json-4.7.3.ebuild b/dev-scheme/guile-json/guile-json-4.7.3.ebuild deleted file mode 100644 index 88908a185dea..000000000000 --- a/dev-scheme/guile-json/guile-json-4.7.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="JSON module for Guile" -HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/" -SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-scheme/guile-2.0.0:=" -DEPEND="${RDEPEND}" - -# guile generates ELF files without use of C or machine code -# It's a portage's false positive. bug #677600 -QA_PREBUILT='*[.]go' - -src_prepare() { - default - - # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112 - find "${S}" -name "*.scm" -exec touch {} + || die -} - -src_install() { - default - - # Workaround llvm-strip problem of mangling guile ELF debug - # sections: https://bugs.gentoo.org/905898 - dostrip -x "/usr/$(get_libdir)/guile" -}