From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1382107-garchives=archives.gentoo.org@lists.gentoo.org>
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 0930F15808F
	for <garchives@archives.gentoo.org>; 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 4FE02E08A8;
	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 3670FE08A0
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2022 16:30:55 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 327243413B0
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2022 16:30:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A91F35F
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2022 16:30:52 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1648916873.0c5f87ff251b8ca1e8625c477da7172883d761b2.ulm@gentoo>
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
X-VCS-Repository: proj/lisp
X-VCS-Files: dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
X-VCS-Directories: dev-lisp/cl-irc/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 0c5f87ff251b8ca1e8625c477da7172883d761b2
X-VCS-Branch: master
Date: Sat,  2 Apr 2022 16:30:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3bc6f246-adc1-40e7-871f-f25f20a6ece1
X-Archives-Hash: 5d3108fdd90537281a9792eb2ba6f32a

commit:     0c5f87ff251b8ca1e8625c477da7172883d761b2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 16:27:53 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 16:27:53 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c5f87ff

dev-lisp/cl-irc: Update HOMEPAGE and SRC_URI

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
index 4e406261..410712ab 100644
--- a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.9.2.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="A Common Lisp IRC client library"
-HOMEPAGE="http://common-lisp.net/project/cl-irc/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+HOMEPAGE="https://cl-irc.common-lisp.dev/"
+SRC_URI="https://cl-irc.common-lisp.dev/releases/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 
 RDEPEND="dev-lisp/split-sequence
 		dev-lisp/usocket