commit: eeacd8c89ff72a63f974c3b28366770ef8f357d9
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 08:01:58 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 4 08:01:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eeacd8c8
dev-lisp/nibbles: remove unneeded comments
dev-lisp/nibbles/nibbles-0.12.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/nibbles/nibbles-0.12.ebuild
b/dev-lisp/nibbles/nibbles-0.12.ebuild
new file mode 100644
index 0000000..cdcb10f
--- /dev/null
+++ b/dev-lisp/nibbles/nibbles-0.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 eutils
+
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="A library for accessing multibyte integers from octet arrays and
streams"
+HOMEPAGE="http://method-combination.net/lisp/nibbles/"
+SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources .
+ common-lisp-install-asdf
+ dodoc README doc/nibbles-doc.txt
+ dohtml doc/{index.html,style.css}
+}