Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/spatial-trees/
Date: Sun, 02 Jul 2017 20:29:25
Message-Id: 1499027358.712f4b7adb10027894aaf31b298b48ac139f6b4d.nimiux@gentoo
1 commit: 712f4b7adb10027894aaf31b298b48ac139f6b4d
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:29:18 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:29:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=712f4b7a
7
8 dev-lisp/spatial-trees: Updates to common-lisp-3 eclass. Updates header
9
10 dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild | 9 ++++-----
11 1 file changed, 4 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
14 index 8193b5fe..d50a3b34 100644
15 --- a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
16 +++ b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
17 @@ -1,8 +1,7 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +inherit common-lisp-3
25
26 DESCRIPTION="A set of dynamic index data structures for spatially-extended data"
27 HOMEPAGE="http://www.cliki.net/spatial-trees"
28 @@ -16,7 +15,7 @@ IUSE=""
29 RDEPEND="!dev-lisp/cl-${PN}"
30
31 src_install() {
32 - common-lisp-install *.{lisp,asd} LICENCE TODO
33 - common-lisp-symlink-asdf
34 + common-lisp-install-sources *.lisp LICENCE TODO
35 + common-lisp-install-asdf
36 dodoc BUGS TODO
37 }