From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01D3415808B for ; Sat, 2 Apr 2022 16:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4604BE0855; Sat, 2 Apr 2022 16:30:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BAAAE0855 for ; Sat, 2 Apr 2022 16:30:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E39E3413BA for ; Sat, 2 Apr 2022 16:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1C0936B for ; Sat, 2 Apr 2022 16:30:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648917033.3b3258cfe50faa1a2b315d6539503c5961d1b0c4.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild X-VCS-Directories: dev-lisp/cl-launch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3b3258cfe50faa1a2b315d6539503c5961d1b0c4 X-VCS-Branch: master Date: Sat, 2 Apr 2022 16:30:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0a20abd-62eb-4414-b403-69ca3f5f464d X-Archives-Hash: 542cf1f12f7261d256870c080400414d commit: 3b3258cfe50faa1a2b315d6539503c5961d1b0c4 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 16:30:33 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 2 16:30:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b3258cf dev-lisp/cl-launch: Update HOMEPAGE and SRC_URI Signed-off-by: Ulrich Müller gentoo.org> 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