* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2013-12-02 15:21 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-12-02 15:21 UTC (permalink / raw
To: gentoo-commits
commit: d4f51f90f1c18b856477190623ba77ce917ab42b
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 15:22:41 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 15:22:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d4f51f90
dev-lisp/cl-opengl: new live ebuild
---
dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
new file mode 100644
index 0000000..9fd323a
--- /dev/null
+++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs."
+HOMEPAGE="http://common-lisp.net/project/cl-opengl/"
+EGIT_REPO_URI="git://github.com/3b/${PN}.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/cffi
+ media-libs/freeglut"
+
+CLSYSTEMS="cl-opengl cl-glu cl-glut cl-glut-examples"
+
+src_install() {
+ common-lisp-install-sources gl glu glut examples
+ common-lisp-install-asdf
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2016-11-30 21:41 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-11-30 21:41 UTC (permalink / raw
To: gentoo-commits
commit: abc74f7d5417c8fbedde5b321f5ee8ceb0c1f202
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:41:40 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:41:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=abc74f7d
dev-lisp/cl-opengl: Updates header and EAPI
dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild | 4 ++--
dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 10 +++++-----
2 files changed, 7 insertions(+), 7 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 3b49084..de090f8 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,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2
diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
index 9fd323a..12b12ac 100644
--- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
+++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs."
HOMEPAGE="http://common-lisp.net/project/cl-opengl/"
-EGIT_REPO_URI="git://github.com/3b/${PN}.git"
+EGIT_REPO_URI="git://github.com/3b/${PN}"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2016-12-03 22:37 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-12-03 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 359c3eaf3deedb25cadbd109874f9c1ed7223d8d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 22:37:38 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 22:37:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=359c3eaf
dev-lisp/cl-opengl: Drops KEYWORDS in live ebuild
dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
index 12b12ac..3c8440c 100644
--- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
+++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
@@ -12,7 +12,6 @@ EGIT_REPO_URI="git://github.com/3b/${PN}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-lisp/cffi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2017-07-07 9:11 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-07 9:11 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2017-08-07 11:15 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-08-07 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 9ada59d17ca3b77edc850a8f62eef7e8c0ea3f15
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:16:06 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:16:06 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ada59d1
dev-lisp/cl-opengl: Use https schema in live ebuild
dev-lisp/cl-opengl/cl-opengl-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
index af19c973..57bedee2 100644
--- a/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
+++ b/dev-lisp/cl-opengl/cl-opengl-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="A set of CFFI bindings to the OpenGL, GLU and GLUT APIs."
HOMEPAGE="http://common-lisp.net/project/cl-opengl/"
-EGIT_REPO_URI="git://github.com/3b/${PN}"
+EGIT_REPO_URI="https://github.com/3b/${PN}"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/
@ 2022-04-01 12:03 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2022-04-01 12:03 UTC (permalink / raw
To: gentoo-commits
commit: 183f231870fc8490f955d739e411d4137ee3e9c3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 11:58:42 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 11:58:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=183f2318
dev-lisp/cl-opengl: Drop ~sparc because of unkeyworded dependencies
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-opengl/cl-opengl-0.1_p20090725-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 e5256a15..06848458 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,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-lisp/cffi
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-01 12:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 21:41 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-opengl/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 12:03 Ulrich Müller
2017-08-07 11:15 José María Alonso
2017-07-07 9:11 José María Alonso
2016-12-03 22:37 José María Alonso
2013-12-02 15:21 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox