[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/

2017-07-06 Thread José María Alonso
commit: 39aa9d93626fa893446bd6fea174e8c9e8c9cd01
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Jul  6 19:53:18 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Jul  6 19:53:18 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=39aa9d93

dev-lisp/cl-emb: Updates to common-lisp-3 eclass

 dev-lisp/cl-emb/cl-emb-0.4.4.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild 
b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
index 144c169f..e98fe51c 100644
--- a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
+++ b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Embedded Common Lisp and template system"
 HOMEPAGE="http://common-lisp.net/project/cl-emb/;
@@ -15,8 +17,8 @@ IUSE=""
 RDEPEND="dev-lisp/cl-ppcre"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml examples.*
dodoc TODO README
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/

2017-04-04 Thread José María Alonso
commit: aba63c5777cdd32a56d9f4e1b28d0468c3463719
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Apr  4 18:29:07 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Apr  4 18:29:07 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aba63c57

dev-lisp/cl-emb: Updates header and keywords

 dev-lisp/cl-emb/cl-emb-0.4.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild 
b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
index ff91b12f..144c169f 100644
--- a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
+++ b/dev-lisp/cl-emb/cl-emb-0.4.4.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$
 
 inherit common-lisp-2
 
@@ -10,7 +9,7 @@ SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.gz;
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/cl-ppcre"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/

2016-12-03 Thread José María Alonso
commit: 8667a19b0949c4c8c3d3ae362782dcc027b8dbb4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec  3 21:48:26 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec  3 21:48:26 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8667a19b

dev-lisp/cl-emb: Updates header

 dev-lisp/cl-emb/cl-emb-0.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild 
b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
index 99bcbba..ff91b12 100644
--- a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
+++ b/dev-lisp/cl-emb/cl-emb-0.4.4.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