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-glfw/
Date: Fri, 02 Dec 2016 22:11:14
Message-Id: 1480716664.606708b01c2e7067ee4ad1723d853e8c37f35147.nimiux@gentoo
1 commit: 606708b01c2e7067ee4ad1723d853e8c37f35147
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 22:11:04 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 22:11:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=606708b0
7
8 dev-lisp/cl-glfw: Updates header and EAPI
9
10 dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
14 index 85c6eef..aa68603 100644
15 --- a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
16 +++ b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit common-lisp-3 git-2
28 +inherit common-lisp-3 git-r3
29
30 DESCRIPTION="Set of CFFI bindings for the GLFW OpenGL helper library"
31 HOMEPAGE="http://www.cliki.net/cl-glfw"
32 @@ -21,6 +21,6 @@ RDEPEND="media-libs/ftgl
33 src_install() {
34 common-lisp-install-sources lib
35 common-lisp-install-asdf
36 - use doc && dodoc README && dohtml index.html
37 + use doc && dodoc README index.html
38 use examples && doins -r examples
39 }