[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2022-04-02 Thread Ulrich Müller
commit: 34714a3098a5488dc8b89004d6591590583ee581
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Apr  2 07:32:29 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Apr  2 07:32:29 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=34714a30

dev-lisp/gsll: Drop keywords of live ebuild

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

 dev-lisp/gsll/gsll-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index 18187c6b..7cb80c9c 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.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}
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2017-07-04 Thread José María Alonso
commit: 70a1a324f2119c8ae8ed17369eb06de81d8b6280
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:54:36 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:54:36 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=70a1a324

dev-lisp/gsll: Updates to common-lisp-3 eclass

 dev-lisp/gsll/gsll-.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index 252e9edf..18187c6b 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."
 HOMEPAGE="http://common-lisp.net/project/gsll/";
@@ -28,12 +27,12 @@ RDEPEND=">=sci-libs/gsl-1.9
 CLSYSTEMS="${PN} ${PN}-tests"
 
 src_install() {
-   common-lisp-install *.{lisp,asd} calculus/ data/ eigensystems/ \
+   common-lisp-install-sources *.lisp calculus/ data/ eigensystems/ \
fast-fourier-transforms/ floating-point/ histogram/ init/ \
interpolation/ linear-algebra/ mathematical/ \
ordinary-differential-equations/ physical-constants/ random/ \
solve-minimize-fit/ special-functions/ statistics/ tests/ 
test-unit/
-   common-lisp-symlink-asdf
+   common-lisp-install-asdf
dohtml documentation/*.{html,css}
dodoc documentation/*.text
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2016-12-10 Thread José María Alonso
commit: b72c00db514fa2b4e987999c5230ff306d108545
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec 10 16:29:10 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec 10 16:29:10 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b72c00db

-dev-lisp/gsll: Removes quotes from EAPI

 dev-lisp/gsll/gsll-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index e96af0f..252e9ed 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=2
+
 inherit common-lisp-2 git-2
 
 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."



[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2016-10-02 Thread José María Alonso
commit: d320fee9211d45d464b3749549b21c6b2ad6104e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Oct  2 14:52:29 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Oct  2 14:52:29 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d320fee9

dev-lisp/gsll: Update header

 dev-lisp/gsll/gsll-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index b327934..e96af0f 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI="2"
 inherit common-lisp-2 git-2



[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2015-08-18 Thread José María Alonso
commit: 88f4f0e58abd9db06c29ae6aad0bf278e985434c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Aug 18 21:20:13 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Aug 18 21:20:13 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=88f4f0e5

dev-lisp/gsll: Use git-2 eclass (bug #557710)

 dev-lisp/gsll/gsll-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index 9a12988..b327934 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="2"
-inherit common-lisp-2 git
+inherit common-lisp-2 git-2
 
 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."
 HOMEPAGE="http://common-lisp.net/project/gsll/";