From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 915781395E2 for ; Wed, 30 Nov 2016 12:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E7EE0BA7; Wed, 30 Nov 2016 12:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B86E4E0BA7 for ; Wed, 30 Nov 2016 12:56:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E946341663 for ; Wed, 30 Nov 2016 12:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91A34A5 for ; Wed, 30 Nov 2016 12:56:10 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1480510567.58c9bc363b632462a0fb965da8d08249459aa3f0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/ieee-floats/ieee-floats-9999.ebuild X-VCS-Directories: dev-lisp/ieee-floats/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 58c9bc363b632462a0fb965da8d08249459aa3f0 X-VCS-Branch: master Date: Wed, 30 Nov 2016 12:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b01ecf78-e33b-492a-af96-2f75c2fb8c8e X-Archives-Hash: bb8049f436189ec58c212ba78e3d49a4 commit: 58c9bc363b632462a0fb965da8d08249459aa3f0 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Nov 30 12:56:07 2016 +0000 Commit: José María Alonso gentoo 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"