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: Wed, 30 Nov 2016 21:41:48
Message-Id: 1480542100.abc74f7d5417c8fbedde5b321f5ee8ceb0c1f202.nimiux@gentoo
1 commit: abc74f7d5417c8fbedde5b321f5ee8ceb0c1f202
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 21:41:40 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 21:41:40 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=abc74f7d
7
8 dev-lisp/cl-opengl: Updates header and EAPI
9
10 dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild | 4 ++--
11 dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 10 +++++-----
12 2 files changed, 7 insertions(+), 7 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 3b49084..de090f8 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,6 +1,6 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Id$
24
25 inherit common-lisp-2
26
27
28 diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
29 index 9fd323a..12b12ac 100644
30 --- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
31 +++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
32 @@ -1,14 +1,14 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 +# Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 -# $Header: $
37 +# $Id$
38
39 -EAPI=5
40 +EAPI=6
41
42 -inherit common-lisp-3 git-2
43 +inherit common-lisp-3 git-r3
44
45 DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs."
46 HOMEPAGE="http://common-lisp.net/project/cl-opengl/"
47 -EGIT_REPO_URI="git://github.com/3b/${PN}.git"
48 +EGIT_REPO_URI="git://github.com/3b/${PN}"
49
50 LICENSE="BSD"
51 SLOT="0"