commit:     c41cffb38d03e2a69b7fab06034b3481861f012d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 12:01:37 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 12:01:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c41cffb3

dev-lisp/cl-sqlite: Drop ~sparc because of unkeyworded dependencies

Minor touchups to the ebuild.

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

 dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 14 +++++++-------
 1 file 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
 }

Reply via email to