commit: 442f32c027b5896f4f6971386c5e9e983444177a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 21:55:44 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 21:55:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=442f32c0
dev-lisp/qi Drops package dev-lisp/qi/qi-9.1.ebuild | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-lisp/qi/qi-9.1.ebuild b/dev-lisp/qi/qi-9.1.ebuild deleted file mode 100644 index e31c6f8e..00000000 --- a/dev-lisp/qi/qi-9.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Qi is a Lisp-based functional programming implemented in Common Lisp." -HOMEPAGE="http://www.lambdassociates.org/" -SRC_URI="http://www.lambdassociates.org/Download/Qi${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-lisp/clisp" # dev-lisp/sbcl )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Qi ${PV}" - -src_compile() { -# sbcl <<< '(LOAD "install.txt")' - clisp <<< '(LOAD "install.txt")' -} - -src_install() { -# install_sbcl - install_clisp - - dolib startup.txt -} - -install_clisp() { - newbin Qi-Linux-CLisp qi - dolib lispinit.mem -} - -# install_sbcl() { -# newbin Qi-Linux-SBCL.bat qi -# }
