commit: 9aca35b0d938a79c6db16bc442a1a0b9e6b60135 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Jul 3 21:46:16 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 21:46:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9aca35b0
dev-lisp/rsm-cache: Updates to common-lisp-3 eclass dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild index 4441c6f6..288b02de 100644 --- a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild +++ b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.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 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="R. Scott McIntire's Common Lisp cache library." HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache" @@ -19,7 +20,7 @@ RDEPEND="!dev-lisp/cl-${PN} S="${WORKDIR}"/cl-${PN/_beta/b} src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp + common-lisp-install-asdf dohtml ${PN}.html }
