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

dev-lisp/clinch: new live ebuild

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

diff --git a/dev-lisp/clinch/clinch-9999.ebuild 
b/dev-lisp/clinch/clinch-9999.ebuild
new file mode 100644
index 0000000..a26f7e1
--- /dev/null
+++ b/dev-lisp/clinch/clinch-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="Common Lisp 3D/2D Graphics Engine for OpenGL"
+HOMEPAGE="https://github.com/BradWBeer/CLinch";
+EGIT_REPO_URI="git://github.com/BradWBeer/CLinch.git"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/cl-cairo2
+       dev-lisp/cffi
+       dev-lisp/cl-opengl
+       dev-lisp/lispbuilder-sdl
+       dev-lisp/sb-cga
+       dev-lisp/trivial-garbage
+       dev-lisp/xmls
+       media-libs/freeimage"

Reply via email to