commit:     ccc1de7a3721152dbc251bc8e0b03f1ad18877ae
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:52:08 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:52:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ccc1de7a

dev-lisp/gsd: Updates to common-lisp-3.eclass. Updates header.

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

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 60d8e08f..816866f9 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-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="Grid Structured Data library."
 HOMEPAGE="http://common-lisp.net/project/gsll/";
@@ -26,7 +25,7 @@ RDEPEND=">=dev-lisp/cffi-0.10.5
 CLSYSTEMS="c-array/c-array grid/grid grid/grid-tests"
 
 src_install() {
-       common-lisp-install c-array grid
-       common-lisp-symlink-asdf
+       common-lisp-install-sources c-array grid
+       common-lisp-install-asdf
        use doc && dohtml -r documentation/grid
 }

Reply via email to