summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-launch/cl-launch-4.0.3.ebuild')
-rw-r--r--dev-lisp/cl-launch/cl-launch-4.0.3.ebuild20
1 files changed, 0 insertions, 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
-}