[gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/

2017-07-04 Thread José María Alonso
commit: 65af6a81a6b3574cdb2a487c6f4cc9b4d51c3a1b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:53:45 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:53:45 2017 +
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-.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-.ebuild 
b/dev-lisp/ieee-floats/ieee-floats-.ebuild
index 39ba5ad1..9bd5e100 100644
--- a/dev-lisp/ieee-floats/ieee-floats-.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-.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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/

2016-11-30 Thread José María Alonso
commit: 58c9bc363b632462a0fb965da8d08249459aa3f0
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 12:56:07 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 12:56:07 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58c9bc36

dev-lisp/ieee-floats: Adds live ebuild

 dev-lisp/ieee-floats/ieee-floats-.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/dev-lisp/ieee-floats/ieee-floats-.ebuild 
b/dev-lisp/ieee-floats/ieee-floats-.ebuild
new file mode 100644
index 000..39ba5ad
--- /dev/null
+++ b/dev-lisp/ieee-floats/ieee-floats-.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"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/

2016-11-30 Thread José María Alonso
commit: 2f7609ae21ef12cf7aa978606237d9c86a06c8a8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 12:53:24 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 12:53:24 2016 +
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