commit:     c8bb59ec1c86b39a76042e089d22dbac4bd9d4c1
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:58:43 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 13:58:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c8bb59ec

dev-lisp/named-readtables: new live ebuild

 .../named-readtables/named-readtables-9999.ebuild   | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild 
b/dev-lisp/named-readtables/named-readtables-9999.ebuild
new file mode 100644
index 0000000..0e4f9de
--- /dev/null
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -0,0 +1,21 @@
+# 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="A Common Lisp library that provides a namespace for readtables."
+HOMEPAGE="http://common-lisp.net/project/editor-hints/";
+EGIT_REPO_URI="git://github.com/melisgl/named-readtables"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+
+src_install() {
+       common-lisp-install-sources src test
+       common-lisp-install-asdf
+       use doc && dohtml doc/${PN}.html
+}

Reply via email to