Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
Date: Sat, 02 Apr 2022 16:30:56
Message-Id: 1648916914.97f8cf6f1f82fc26e792a987eead706139a0edf7.ulm@gentoo
1 commit: 97f8cf6f1f82fc26e792a987eead706139a0edf7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:28:34 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:28:34 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97f8cf6f
7
8 dev-lisp/cl-launch: Remove old
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
16 deleted file mode 100644
17 index c1222a20..00000000
18 --- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit common-lisp-3
27 -
28 -DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
29 -HOMEPAGE="http://www.cliki.net/cl-launch"
30 -SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
31 -LICENSE="LLGPL-2.1"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -src_install() {
38 - mkdir -p "${D}/usr/bin" || die
39 - emake PREFIX="${D}/usr" install
40 -}