commit:     053551ccdefe3a66641eb250bb1ff232b777e456
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:26:40 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:26:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=053551cc

dev-lisp/cl-launch: Drops old version

 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild 
b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
deleted file mode 100644
index 344e2788..00000000
--- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
+++ /dev/null
@@ -1,27 +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=""
-
-S="${WORKDIR}"/"${PN}"
-
-CL_LAUNCH_FASLDIR=/var/cache/cl-launch
-
-src_install() {
-       dobin cl-launch.sh
-       common-lisp-install-sources -t all launcher.lisp wrapper.sh
-       common-lisp-install-asdf
-       keepdir "${CL_LAUNCH_FASLDIR}"
-       fperms 1777 "${CL_LAUNCH_FASLDIR}"
-}

Reply via email to