summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild9
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