From 3b3258cfe50faa1a2b315d6539503c5961d1b0c4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 2 Apr 2022 18:30:33 +0200 Subject: dev-lisp/cl-launch: Update HOMEPAGE and SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 9 ++++----- 1 file 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 -- cgit v1.2.3-65-gdbad