Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
Date: Wed, 30 Aug 2017 13:27:05
Message-Id: 1504099600.053551ccdefe3a66641eb250bb1ff232b777e456.nimiux@gentoo
1 commit: 053551ccdefe3a66641eb250bb1ff232b777e456
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:26:40 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:26:40 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=053551cc
7
8 dev-lisp/cl-launch: Drops old version
9
10 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 27 ---------------------------
11 1 file changed, 27 deletions(-)
12
13 diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
14 deleted file mode 100644
15 index 344e2788..00000000
16 --- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
17 +++ /dev/null
18 @@ -1,27 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -
24 -inherit common-lisp-3
25 -
26 -DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
27 -HOMEPAGE="http://www.cliki.net/cl-launch"
28 -SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
29 -LICENSE="LLGPL-2.1"
30 -
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -S="${WORKDIR}"/"${PN}"
36 -
37 -CL_LAUNCH_FASLDIR=/var/cache/cl-launch
38 -
39 -src_install() {
40 - dobin cl-launch.sh
41 - common-lisp-install-sources -t all launcher.lisp wrapper.sh
42 - common-lisp-install-asdf
43 - keepdir "${CL_LAUNCH_FASLDIR}"
44 - fperms 1777 "${CL_LAUNCH_FASLDIR}"
45 -}