commit:     eb656008675e084991767689a6c9d5f6d0d3e96e
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 08:41:41 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 08:41:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eb656008

dev-lisp/parse-js: new live ebuild

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

diff --git a/dev-lisp/parse-js/parse-js-9999.ebuild 
b/dev-lisp/parse-js/parse-js-9999.ebuild
new file mode 100644
index 0000000..4d65ebf
--- /dev/null
+++ b/dev-lisp/parse-js/parse-js-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="parse-js is a Common Lisp package for parsing JavaScript"
+HOMEPAGE="http://marijnhaverbeke.nl/parse-js/";
+EGIT_REPO_URI="http://marijnhaverbeke.nl//git/${PN}";
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+       common-lisp-install-sources src
+       common-lisp-install-asdf
+       use doc && dohtml index.html
+}

Reply via email to