diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 18:30:33 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 18:30:33 +0200 |
commit | 3b3258cfe50faa1a2b315d6539503c5961d1b0c4 (patch) | |
tree | 5d702f8f84f9f2be031f118819baefbff5f63b2a | |
parent | dev-lisp/cl-launch: Remove old (diff) | |
download | lisp-3b3258cfe50faa1a2b315d6539503c5961d1b0c4.tar.gz lisp-3b3258cfe50faa1a2b315d6539503c5961d1b0c4.tar.bz2 lisp-3b3258cfe50faa1a2b315d6539503c5961d1b0c4.zip |
dev-lisp/cl-launch: Update HOMEPAGE and SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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 index 3f262f7a..ceef4982 100644 --- a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild +++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,13 +6,12 @@ EAPI=6 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" +HOMEPAGE="https://www.cliki.net/cl-launch" +SRC_URI="https://xcvb.common-lisp.dev/${PN}/${P}.tar.gz" +LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" src_install() { mkdir -p "${D}/usr/bin" || die |