commit: 8125eec65eabdb49937b5f9959e045a3f1ac6583 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 20:38:52 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 20:38:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8125eec6
dev-lisp/cl-launch: Drops old version dev-lisp/cl-launch/cl-launch-2.36.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild deleted file mode 100644 index 7841da81..00000000 --- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit common-lisp-2 - -DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line" -HOMEPAGE="http://www.cliki.net/cl-launch" -SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${PN}_${PV}.tar.gz" -SRC_URI="http://common-lisp.net/~sionescu/files/${PN}_${PV}.tar.gz" -LICENSE="LLGPL-2.1" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -CL_LAUNCH_FASLDIR=/var/cache/cl-launch - -src_install() { - dobin cl-launch.sh - common-lisp-install launcher.lisp wrapper.sh cl-launch.asd - common-lisp-symlink-asdf - keepdir "${CL_LAUNCH_FASLDIR}" - fperms 1777 "${CL_LAUNCH_FASLDIR}" -}
