Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
Date: Fri, 07 Jul 2017 09:11:11
Message-Id: 1499418675.06c436e2571f24cccd3edb5ec47c65c2797ee80b.nimiux@gentoo
1 commit: 06c436e2571f24cccd3edb5ec47c65c2797ee80b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:11:15 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:11:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=06c436e2
7
8 dev-lisp/cl-opengl: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild | 15 +++++++++------
11 dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 3 +--
12 2 files changed, 10 insertions(+), 8 deletions(-)
13
14 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
15 index de090f8c..e5256a15 100644
16 --- a/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild
17 +++ b/dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild
18 @@ -1,8 +1,9 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2
25 +EAPI=6
26 +
27 +inherit common-lisp-3
28
29 DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs."
30 HOMEPAGE="http://common-lisp.net/project/cl-opengl/"
31 @@ -18,10 +19,12 @@ RDEPEND="dev-lisp/cffi
32
33 CLSYSTEMS="cl-opengl cl-glu cl-glut cl-glut-examples"
34
35 -src_compile() { true; }
36 +src_compile() {
37 + true;
38 +}
39
40 src_install() {
41 - common-lisp-install *.asd gl glu glut examples
42 - common-lisp-symlink-asdf
43 + common-lisp-install-sources gl glu glut examples
44 + common-lisp-install-asdf
45 dodoc README
46 }
47
48 diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
49 index 3c8440ce..af19c973 100644
50 --- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
51 +++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
52 @@ -1,6 +1,5 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 +# Copyright 1999-2017 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Id$
57
58 EAPI=6