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
 }

Reply via email to