diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 14:01:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 14:01:37 +0200 |
commit | c41cffb38d03e2a69b7fab06034b3481861f012d (patch) | |
tree | e6950a30be1e82f349e3a8dd7eaae6fdbbbda739 | |
parent | dev-lisp/cl-opengl: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-c41cffb38d03e2a69b7fab06034b3481861f012d.tar.gz lisp-c41cffb38d03e2a69b7fab06034b3481861f012d.tar.bz2 lisp-c41cffb38d03e2a69b7fab06034b3481861f012d.zip |
dev-lisp/cl-sqlite: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild index ab0a673f..cb291192 100644 --- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild +++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 -DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine." -HOMEPAGE="http://common-lisp.net/project/cl-sqlite/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" +DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine" +HOMEPAGE="https://cl-sqlite.common-lisp.dev/" +SRC_URI="https://cl-sqlite.common-lisp.dev/releases/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/cffi dev-lisp/iterate @@ -24,5 +23,6 @@ CLSYSTEMS="sqlite sqlite-tests" src_install() { common-lisp-install-sources *.lisp common-lisp-install-asdf - dohtml index.html style.css + docinto html + dodoc index.html style.css } |