commit: 06c436e2571f24cccd3edb5ec47c65c2797ee80b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 09:11:15 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 09:11:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=06c436e2
dev-lisp/cl-opengl: Updates to common-lisp-3 eclass dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild | 15 +++++++++------ dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 3 +-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild b/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild index de090f8c..e5256a15 100644 --- a/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild +++ b/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.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="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs." HOMEPAGE="http://common-lisp.net/project/cl-opengl/" @@ -18,10 +19,12 @@ RDEPEND="dev-lisp/cffi CLSYSTEMS="cl-opengl cl-glu cl-glut cl-glut-examples" -src_compile() { true; } +src_compile() { + true; +} src_install() { - common-lisp-install *.asd gl glu glut examples - common-lisp-symlink-asdf + common-lisp-install-sources gl glu glut examples + common-lisp-install-asdf dodoc README } diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild index 3c8440ce..af19c973 100644 --- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild +++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6
