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-xmpp/
Date: Fri, 01 Apr 2022 14:56:48
Message-Id: 1648824810.00bc70500bcd8a45238fbea2f5378e973080a732.ulm@gentoo
1 commit: 00bc70500bcd8a45238fbea2f5378e973080a732
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 14:53:30 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:53:30 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=00bc7050
7
8 dev-lisp/cl-xmpp: Drop ~sparc because of unkeyworded dependencies
9
10 Update HOMEPAGE and SRC_URI.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | 11 +++++------
15 1 file changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild
18 index 6bbd19da..37eccc89 100644
19 --- a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild
20 +++ b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,13 +6,12 @@ EAPI=6
28 inherit common-lisp-3
29
30 DESCRIPTION="A Common Lisp client implementation of the XMPP."
31 -HOMEPAGE="http://common-lisp.net/project/cl-xmpp/"
32 -SRC_URI="http://common-lisp.net/project/${PN}/${P}.tar.gz"
33 -LICENSE="MIT"
34 +HOMEPAGE="https://cl-xmpp.common-lisp.dev/"
35 +SRC_URI="https://cl-xmpp.common-lisp.dev/${P}.tar.gz"
36
37 +LICENSE="MIT"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
40 -IUSE=""
41 +KEYWORDS="~amd64 ~ppc ~x86"
42
43 RDEPEND="dev-lisp/usocket
44 dev-lisp/cxml