Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
Date: Sat, 02 Apr 2022 16:30:56
Message-Id: 1648916873.0c5f87ff251b8ca1e8625c477da7172883d761b2.ulm@gentoo
1 commit: 0c5f87ff251b8ca1e8625c477da7172883d761b2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:27:53 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:27:53 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c5f87ff
7
8 dev-lisp/cl-irc: Update HOMEPAGE and SRC_URI
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
16 index 4e406261..410712ab 100644
17 --- a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
18 +++ b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,13 +6,12 @@ EAPI=6
26 inherit common-lisp-3
27
28 DESCRIPTION="A Common Lisp IRC client library"
29 -HOMEPAGE="http://common-lisp.net/project/cl-irc/"
30 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
31 +HOMEPAGE="https://cl-irc.common-lisp.dev/"
32 +SRC_URI="https://cl-irc.common-lisp.dev/releases/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 -IUSE=""
38
39 RDEPEND="dev-lisp/split-sequence
40 dev-lisp/usocket