diff options
| author | NHOrus <jy6x2b32pie9@yahoo.com> | 2026-03-26 16:13:15 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2026-03-28 14:13:15 +0000 |
| commit | 9acd2f324a8b7626da6c4e94d1707a01e422cbac (patch) | |
| tree | 04112aa8bf32de2191eb78d10c7d8050c8349bbd /dev-scheme | |
| parent | 82cd41616b91c3fad0856be2d1334516cf8e59a4 (diff) | |
dev-scheme/elk: drop 3.99.8-r1
Closes: https://bugs.gentoo.org/942412
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/422
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
| -rw-r--r-- | dev-scheme/elk/elk-3.99.8-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-scheme/elk/elk-3.99.8-r1.ebuild b/dev-scheme/elk/elk-3.99.8-r1.ebuild deleted file mode 100644 index 5254a1c930ab..000000000000 --- a/dev-scheme/elk/elk-3.99.8-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Scheme implementation designed to be embeddable extension to C/C++ applications" -HOMEPAGE="http://sam.zoy.org/elk/" -SRC_URI="http://sam.zoy.org/elk/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}"/${P}-implicit-int-incompat-ptr.patch - "${FILESDIR}"/${P}-implicit-function.patch -) - -src_configure() { - econf --disable-static -} - -src_compile() { - # parallel build is broken - emake -j1 -} - -# tests are run automatically during make and fail with default src_test -src_test() { - echo "Tests already run during compile" -} - -src_install() { - # parallel install is broken - emake -j1 DESTDIR="${D}" \ - docsdir="${EPREFIX}"/usr/share/doc/${PF} \ - examplesdir="${EPREFIX}"/usr/share/doc/${PF}/examples \ - install - einstalldocs - docompress -x /usr/share/doc/${PF} - - # no static archives - find "${D}" -name '*.la' -delete || die -} |
