commit: 97f8cf6f1f82fc26e792a987eead706139a0edf7 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 16:28:34 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 16:28:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97f8cf6f
dev-lisp/cl-launch: Remove old Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild deleted file mode 100644 index c1222a20..00000000 --- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit common-lisp-3 - -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}/${P}.tar.gz" -LICENSE="LLGPL-2.1" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_install() { - mkdir -p "${D}/usr/bin" || die - emake PREFIX="${D}/usr" install -}
