commit: cc54c316e3375eb7dbbf133910676fda68750886 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 19:58:53 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 19:58:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc54c316
dev-lisp/hyperobject: Updates to common-lisp-3 eclass dev-lisp/hyperobject/hyperobject-2.11.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild index b52971e3..e1951e57 100644 --- a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild +++ b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild @@ -1,9 +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 -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="Hyperobject is a Common Lisp library for representing objects." HOMEPAGE="http://hyperobject.b9.com/ @@ -30,8 +30,8 @@ src_prepare() { } src_install() { - common-lisp-install *.{lisp,asd} examples - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp examples + common-lisp-install-asdf dodoc README use doc && dohtml -r "${WORKDIR}"/html/ }
