commit: 00886bcf4896a643622d79277397ff1c76323e2a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:00:51 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:00:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=00886bcf
dev-lisp/montezuma: Updates to common-lisp-3 eclass dev-lisp/montezuma/montezuma-0.1.3.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/montezuma/montezuma-0.1.3.ebuild b/dev-lisp/montezuma/montezuma-0.1.3.ebuild index 24206c9c..c5e579bf 100644 --- a/dev-lisp/montezuma/montezuma-0.1.3.ebuild +++ b/dev-lisp/montezuma/montezuma-0.1.3.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 +inherit common-lisp-3 DESCRIPTION="A fast, useful text search engine library written entirely in pure Common Lisp." HOMEPAGE="http://code.google.com/p/montezuma/" @@ -26,7 +25,7 @@ src_prepare() { } src_install() { - common-lisp-install ${PN}.asd src/ contrib/ tests/ - common-lisp-symlink-asdf + common-lisp-install-sources src/ contrib/ tests/ + common-lisp-install-asdf dodoc BUGS.txt README.txt TUTORIAL.txt }