commit:     e09e9d25114c50765aa77144ccc4d19886a90f79
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 22:42:34 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 22:42:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e09e9d25

dev-lisp/smackjack: Adds new live ebuild

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

diff --git a/dev-lisp/smackjack/smackjack-9999.ebuild 
b/dev-lisp/smackjack/smackjack-9999.ebuild
new file mode 100644
index 0000000..60e64bc
--- /dev/null
+++ b/dev-lisp/smackjack/smackjack-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="An Ajax Common Lisp Library using parenscript and hunchentoot"
+HOMEPAGE="https://github.com/aarvid/SmackJack";
+EGIT_REPO_URI="git://github.com/aarvid/SmackJack"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lisp/alexandria
+       dev-lisp/hunchentoot
+       dev-lisp/cl-json
+       dev-lisp/parenscript
+       dev-lisp/cl-containers"
+
+#src_install() {
+#      common-lisp-install-sources -t all *.lisp LICENCE
+#      common-lisp-install-asdf
+#      dodoc README AUTHORS
+#      use doc && doinfo doc/${PN}.info && dohtml doc/${PN}.html && dodoc 
doc/${PN}.pdf
+#}

Reply via email to