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/gsll/
Date: Sat, 02 Apr 2022 07:39:39
Message-Id: 1648884749.34714a3098a5488dc8b89004d6591590583ee581.ulm@gentoo
1 commit: 34714a3098a5488dc8b89004d6591590583ee581
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 07:32:29 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 07:32:29 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=34714a30
7
8 dev-lisp/gsll: Drop keywords of live ebuild
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/gsll/gsll-9999.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild
16 index 18187c6b..7cb80c9c 100644
17 --- a/dev-lisp/gsll/gsll-9999.ebuild
18 +++ b/dev-lisp/gsll/gsll-9999.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,11 @@ EAPI=6
26 inherit common-lisp-3 git-r3
27
28 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."
29 -HOMEPAGE="http://common-lisp.net/project/gsll/"
30 +HOMEPAGE="https://gsll.common-lisp.dev/"
31 EGIT_REPO_URI="git://repo.or.cz/gsll.git"
32
33 LICENSE="GPL-3 FDL-1.2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37
38 RDEPEND=">=sci-libs/gsl-1.9
39 >=dev-lisp/cffi-0.10.5
40 @@ -33,6 +31,7 @@ src_install() {
41 ordinary-differential-equations/ physical-constants/ random/ \
42 solve-minimize-fit/ special-functions/ statistics/ tests/ test-unit/
43 common-lisp-install-asdf
44 - dohtml documentation/*.{html,css}
45 dodoc documentation/*.text
46 + docinto html
47 + dodoc documentation/*.{html,css}
48 }