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

commit:     8667a19b0949c4c8c3d3ae362782dcc027b8dbb4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 21:48:26 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 21:48:26 2016 +0000
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
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/
@ 2017-04-04 18:28 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-04-04 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     aba63c5777cdd32a56d9f4e1b28d0468c3463719
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 18:29:07 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 18:29:07 2017 +0000
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"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/
@ 2017-07-06 19:53 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-06 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     39aa9d93626fa893446bd6fea174e8c9e8c9cd01
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 19:53:18 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 19:53:18 2017 +0000
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
 }


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-04 18:28 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-06 19:53 José María Alonso
2016-12-03 21:48 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