commit: c2be04fb3bcce13abc295777ea4fc4313a3894ab Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:04:38 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:04:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2be04fb
dev-lisp/cl-berkeley-db: Updates to common-lisp-3 eclass dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild index b0a1cf05..a054c399 100644 --- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild +++ b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.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=1 +EAPI=6 -inherit common-lisp-2 +inherit common-lisp-3 DESCRIPTION="A common-lisp wrapper to the Berkeley database library." HOMEPAGE="http://common-lisp.net/project/cl-berkeley-db/" @@ -22,8 +21,8 @@ RDEPEND="sys-libs/db:4.6 CLSYSTEMS="src/${PN}" src_install() { - common-lisp-install src/*.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources src/*.lisp + common-lisp-install-asdf dodoc docs/AUTHORS dohtml docs/{api,index.html,style.css} }
