commit: 1dac9ded9454e55a0b14da7b44bd7dff715a8093 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Jul 4 15:52:55 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Jul 4 15:52:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1dac9ded
dev-lisp/clon: Updates to common-lisp-3 eclass dev-lisp/clon/clon-0.0.2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/clon/clon-0.0.2.ebuild b/dev-lisp/clon/clon-0.0.2.ebuild index 028b40b9..7a258585 100644 --- a/dev-lisp/clon/clon-0.0.2.ebuild +++ b/dev-lisp/clon/clon-0.0.2.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 Common Lisp task scheduler library similar to Unix cron." HOMEPAGE="http://www.cliki.net/Clon" @@ -21,7 +20,7 @@ RDEPEND="dev-lisp/bordeaux-threads CLSYSTEMS="${PN} ${PN}-test" src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp + common-lisp-install-asdf dodoc ChangeLog README TODO doc/example.lisp }