diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 16:53:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 16:53:30 +0200 |
commit | 00bc70500bcd8a45238fbea2f5378e973080a732 (patch) | |
tree | 8f2ea86bc8db9a9dbcd35a6e406c66fa8548820c | |
parent | dev-lisp/cl-plus-ssl: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-00bc70500bcd8a45238fbea2f5378e973080a732.tar.gz lisp-00bc70500bcd8a45238fbea2f5378e973080a732.tar.bz2 lisp-00bc70500bcd8a45238fbea2f5378e973080a732.zip |
dev-lisp/cl-xmpp: Drop ~sparc because of unkeyworded dependencies
Update HOMEPAGE and SRC_URI.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild index 6bbd19da..37eccc89 100644 --- a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild +++ b/dev-lisp/cl-xmpp/cl-xmpp-0.8.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="A Common Lisp client implementation of the XMPP." -HOMEPAGE="http://common-lisp.net/project/cl-xmpp/" -SRC_URI="http://common-lisp.net/project/${PN}/${P}.tar.gz" -LICENSE="MIT" +HOMEPAGE="https://cl-xmpp.common-lisp.dev/" +SRC_URI="https://cl-xmpp.common-lisp.dev/${P}.tar.gz" +LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/usocket dev-lisp/cxml |