From 75b7b7da41881995754ded71c9c029cb1686096d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 18 May 2023 04:11:17 +0100 Subject: gentoo auto-resync : 18:05:2023 - 04:11:16 --- dev-lang/eisl/eisl-2.72.ebuild | 43 ------------------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 dev-lang/eisl/eisl-2.72.ebuild (limited to 'dev-lang/eisl/eisl-2.72.ebuild') diff --git a/dev-lang/eisl/eisl-2.72.ebuild b/dev-lang/eisl/eisl-2.72.ebuild deleted file mode 100644 index c79630e56a74..000000000000 --- a/dev-lang/eisl/eisl-2.72.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" -HOMEPAGE="https://github.com/sasagawa888/eisl/" -SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -RESTRICT="test" # Tests run cppcheck (and fail) - -DOCS=( README{,-ja}.md documents ) - -RDEPEND="sys-libs/ncurses:=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-2.67-Makefile.patch - "${FILESDIR}"/${PN}-2.65-implicit.patch -) - -src_compile() { - emake CC="$(tc-getCC)" clean edlis eisl -} - -src_install() { - exeinto /usr/bin - doexe edlis eisl - - # Compilation of ISLisp files on installation fails. - # Do not compile them and mimic "make install". - insinto /usr/share/${PN} - doins -r library - doins fast.h ffi.h - - einstalldocs -} -- cgit v1.2.3