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/montezuma/
Date: Thu, 06 Jul 2017 21:00:48
Message-Id: 1499374851.00886bcf4896a643622d79277397ff1c76323e2a.nimiux@gentoo
1 commit: 00886bcf4896a643622d79277397ff1c76323e2a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:00:51 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:00:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=00886bcf
7
8 dev-lisp/montezuma: Updates to common-lisp-3 eclass
9
10 dev-lisp/montezuma/montezuma-0.1.3.ebuild | 11 +++++------
11 1 file changed, 5 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/montezuma/montezuma-0.1.3.ebuild b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
14 index 24206c9c..c5e579bf 100644
15 --- a/dev-lisp/montezuma/montezuma-0.1.3.ebuild
16 +++ b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
17 @@ -1,10 +1,9 @@
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 -EAPI=2
24 +EAPI=6
25
26 -inherit common-lisp-2
27 +inherit common-lisp-3
28
29 DESCRIPTION="A fast, useful text search engine library written entirely in pure Common Lisp."
30 HOMEPAGE="http://code.google.com/p/montezuma/"
31 @@ -26,7 +25,7 @@ src_prepare() {
32 }
33
34 src_install() {
35 - common-lisp-install ${PN}.asd src/ contrib/ tests/
36 - common-lisp-symlink-asdf
37 + common-lisp-install-sources src/ contrib/ tests/
38 + common-lisp-install-asdf
39 dodoc BUGS.txt README.txt TUTORIAL.txt
40 }