Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/
Date: Wed, 30 Nov 2016 12:56:15
Message-Id: 1480510567.58c9bc363b632462a0fb965da8d08249459aa3f0.nimiux@gentoo
1 commit: 58c9bc363b632462a0fb965da8d08249459aa3f0
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 12:56:07 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 12:56:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58c9bc36
7
8 dev-lisp/ieee-floats: Adds live ebuild
9
10 dev-lisp/ieee-floats/ieee-floats-9999.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/dev-lisp/ieee-floats/ieee-floats-9999.ebuild b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild
14 new file mode 100644
15 index 0000000..39ba5ad
16 --- /dev/null
17 +++ b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild
18 @@ -0,0 +1,17 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3 git-r3
26 +
27 +DESCRIPTION="Common Lisp IEEE-754 float en- and decoding"
28 +HOMEPAGE="http://common-lisp.net/project/ieee-floats/"
29 +EGIT_REPO_URI="https://github.com/marijnh/${PN}.git"
30 +
31 +LICENSE="ZLIB"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +RDEPEND="dev-lisp/fiveam"