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

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

 dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild 
b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
index 8193b5fe..d50a3b34 100644
--- a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
+++ b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="A set of dynamic index data structures for spatially-extended 
data"
 HOMEPAGE="http://www.cliki.net/spatial-trees";
@@ -16,7 +15,7 @@ IUSE=""
 RDEPEND="!dev-lisp/cl-${PN}"
 
 src_install() {
-       common-lisp-install *.{lisp,asd} LICENCE TODO
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp LICENCE TODO
+       common-lisp-install-asdf
        dodoc BUGS TODO
 }

Reply via email to