diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:32:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 09:32:29 +0200 |
commit | 34714a3098a5488dc8b89004d6591590583ee581 (patch) | |
tree | f04cd0defcc527309c9c35357fce47bde6732d53 | |
parent | dev-lisp/elephant: Remove package (diff) | |
download | lisp-34714a3098a5488dc8b89004d6591590583ee581.tar.gz lisp-34714a3098a5488dc8b89004d6591590583ee581.tar.bz2 lisp-34714a3098a5488dc8b89004d6591590583ee581.zip |
dev-lisp/gsll: Drop keywords of live ebuild
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/gsll/gsll-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild index 18187c6b..7cb80c9c 100644 --- a/dev-lisp/gsll/gsll-9999.ebuild +++ b/dev-lisp/gsll/gsll-9999.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,11 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="Common Lisp interface to the GNU Scientific Library." -HOMEPAGE="http://common-lisp.net/project/gsll/" +HOMEPAGE="https://gsll.common-lisp.dev/" EGIT_REPO_URI="git://repo.or.cz/gsll.git" LICENSE="GPL-3 FDL-1.2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND=">=sci-libs/gsl-1.9 >=dev-lisp/cffi-0.10.5 @@ -33,6 +31,7 @@ src_install() { ordinary-differential-equations/ physical-constants/ random/ \ solve-minimize-fit/ special-functions/ statistics/ tests/ test-unit/ common-lisp-install-asdf - dohtml documentation/*.{html,css} dodoc documentation/*.text + docinto html + dodoc documentation/*.{html,css} } |