commit: 58c9bc363b632462a0fb965da8d08249459aa3f0 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 12:56:07 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 12:56:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58c9bc36
dev-lisp/ieee-floats: Adds live ebuild dev-lisp/ieee-floats/ieee-floats-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/ieee-floats/ieee-floats-9999.ebuild b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild new file mode 100644 index 0000000..39ba5ad --- /dev/null +++ b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild @@ -0,0 +1,17 @@ +# 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="Common Lisp IEEE-754 float en- and decoding" +HOMEPAGE="http://common-lisp.net/project/ieee-floats/" +EGIT_REPO_URI="https://github.com/marijnh/${PN}.git" + +LICENSE="ZLIB" +SLOT="0" +IUSE="" + +RDEPEND="dev-lisp/fiveam"
