public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/
@ 2015-08-18 21:19 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-08-18 21:19 UTC (permalink / raw
  To: gentoo-commits

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

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

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

diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild
index 9a12988..b327934 100644
--- a/dev-lisp/gsll/gsll-9999.ebuild
+++ b/dev-lisp/gsll/gsll-9999.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/"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/
@ 2016-10-02 14:52 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-10-02 14:52 UTC (permalink / raw
  To: gentoo-commits

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

dev-lisp/gsll: Update header

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

diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild
index b327934..e96af0f 100644
--- a/dev-lisp/gsll/gsll-9999.ebuild
+++ b/dev-lisp/gsll/gsll-9999.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/
@ 2016-12-10 16:29 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-10 16:29 UTC (permalink / raw
  To: gentoo-commits

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

-dev-lisp/gsll: Removes quotes from EAPI

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

diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild
index e96af0f..252e9ed 100644
--- a/dev-lisp/gsll/gsll-9999.ebuild
+++ b/dev-lisp/gsll/gsll-9999.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."


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/
@ 2017-07-04 15:54 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-04 15:54 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/
@ 2022-04-02  7:39 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2022-04-02  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     34714a3098a5488dc8b89004d6591590583ee581
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:32:29 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:32:29 2022 +0000
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 <ulm <AT> gentoo.org>

 dev-lisp/gsll/gsll-9999.ebuild | 9 ++++-----
 1 file 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}
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-02  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 21:19 [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-10-02 14:52 José María Alonso
2016-12-10 16:29 José María Alonso
2017-07-04 15:54 José María Alonso
2022-04-02  7:39 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox