commit: 98ffd797891b06eaffb91b6825e15f0a694fb44d Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:15:36 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:15:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98ffd797
dev-lisp/trivial-shell: Updates to common-lisp-3 eclass dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild b/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild index de82a204..ff4d00f2 100644 --- a/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild +++ b/dev-lisp/trivial-shell/trivial-shell-0.1.10.ebuild @@ -1,8 +1,9 @@ -# 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 eutils +EAPI=6 + +inherit common-lisp-3 eutils DESCRIPTION="LIFT is an SUnit variant and much much more." HOMEPAGE="http://common-lisp.net/project/trivial-shell" @@ -16,7 +17,7 @@ IUSE="" CLSYSTEMS="${PN} ${PN}-test" src_install() { - common-lisp-install *.asd dev/{*.lisp,mcl} tests - common-lisp-symlink-asdf + common-lisp-install-sources dev/{*.lisp,mcl} tests + common-lisp-install-asdf dodoc *.config }
