public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/
@ 2014-06-11  9:33 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2014-06-11  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5f7845bcda91c3a5019be5d1aa934b0ead65c238
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 09:33:55 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 09:33:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5f7845bc

dev-lisp/cl-glfw: new live ebuild

---
 dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
new file mode 100644
index 0000000..63f7598
--- /dev/null
+++ b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="Set of CFFI bindings for the GLFW OpenGL helper library"
+HOMEPAGE="http://www.cliki.net/cl-glfw"
+EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="media-libs/glfw"
+
+src_install() {
+	common-lisp-install-sources lib
+	common-lisp-install-asdf
+	use doc && dodoc README && dohtml index.html
+	use examples && doins -r examples
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/
@ 2014-06-16  8:07 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2014-06-16  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5a4de722ea50ab9e16e3b85f87ee31dd3515025a
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 08:08:50 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 08:08:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5a4de722

dev-lisp/cl-glfw: add missing dependency

---
 dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
index 63f7598..85c6eef 100644
--- a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
+++ b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
 
-RDEPEND="media-libs/glfw"
+RDEPEND="media-libs/ftgl
+	media-libs/glfw"
 
 src_install() {
 	common-lisp-install-sources lib


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/
@ 2016-12-02 22:11 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-02 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     606708b01c2e7067ee4ad1723d853e8c37f35147
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 22:11:04 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 22:11:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=606708b0

dev-lisp/cl-glfw: Updates header and EAPI

 dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
index 85c6eef..aa68603 100644
--- a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
+++ b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 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="Set of CFFI bindings for the GLFW OpenGL helper library"
 HOMEPAGE="http://www.cliki.net/cl-glfw"
@@ -21,6 +21,6 @@ RDEPEND="media-libs/ftgl
 src_install() {
 	common-lisp-install-sources lib
 	common-lisp-install-asdf
-	use doc && dodoc README && dohtml index.html
+	use doc && dodoc README index.html
 	use examples && doins -r examples
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/
@ 2017-07-07 15:42 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     12b5fafa84c464612d2bd6af58c7e2a40fa8b8ad
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 15:42:57 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 15:42:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=12b5fafa

dev-lisp/cl-glfw: Updates header

 dev-lisp/cl-glfw/cl-glfw-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild b/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
index aa686036..aa5a10a9 100644
--- a/dev-lisp/cl-glfw/cl-glfw-9999.ebuild
+++ b/dev-lisp/cl-glfw/cl-glfw-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] 4+ messages in thread

end of thread, other threads:[~2017-07-07 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 15:42 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-02 22:11 José María Alonso
2014-06-16  8:07 José María Alonso
2014-06-11  9:33 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