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: 1648917033.3b3258cfe50faa1a2b315d6539503c5961d1b0c4.ulm@gentoo
1 commit: 3b3258cfe50faa1a2b315d6539503c5961d1b0c4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:30:33 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:30:33 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b3258cf
7
8 dev-lisp/cl-launch: Update HOMEPAGE and SRC_URI
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
16 index 3f262f7a..ceef4982 100644
17 --- a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
18 +++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,13 +6,12 @@ EAPI=6
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 +HOMEPAGE="https://www.cliki.net/cl-launch"
33 +SRC_URI="https://xcvb.common-lisp.dev/${PN}/${P}.tar.gz"
34
35 +LICENSE="LLGPL-2.1"
36 SLOT="0"
37 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 -IUSE=""
39
40 src_install() {
41 mkdir -p "${D}/usr/bin" || die