public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/
@ 2016-11-30 12:56 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-11-30 12:56 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/
@ 2017-07-04 15:53 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-04 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     65af6a81a6b3574cdb2a487c6f4cc9b4d51c3a1b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 15:53:45 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 15:53:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=65af6a81

dev-lisp/ieee-floats: Updates to common-lisp-3 eclass

 dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild | 11 ++++++-----
 dev-lisp/ieee-floats/ieee-floats-9999.ebuild            |  3 +--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
index f06018a5..7c8e6b94 100644
--- a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="A library for converting values of type FLOAT and DOUBLE-FLOAT to and from their binary representation as defined by IEEE 754."
 HOMEPAGE="http://common-lisp.net/project/ieee-floats/"
@@ -16,7 +17,7 @@ IUSE=""
 RDEPEND="dev-lisp/fiveam"
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dohtml doc/*
 }

diff --git a/dev-lisp/ieee-floats/ieee-floats-9999.ebuild b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild
index 39ba5ad1..9bd5e100 100644
--- a/dev-lisp/ieee-floats/ieee-floats-9999.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/
@ 2016-11-30 12:53 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-11-30 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2f7609ae21ef12cf7aa978606237d9c86a06c8a8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 12:53:24 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 12:53:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2f7609ae

dev-lisp/ieee-floats: Updates header

 dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
index 82fa8c8..f06018a 100644
--- a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2 eutils
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-04 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 12:56 [gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-04 15:53 José María Alonso
2016-11-30 12:53 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox