Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-emb/
Date: Thu, 06 Jul 2017 19:53:13
Message-Id: 1499370798.39aa9d93626fa893446bd6fea174e8c9e8c9cd01.nimiux@gentoo
1 commit: 39aa9d93626fa893446bd6fea174e8c9e8c9cd01
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:53:18 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:53:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=39aa9d93
7
8 dev-lisp/cl-emb: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-emb/cl-emb-0.4.4.ebuild | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
14 index 144c169f..e98fe51c 100644
15 --- a/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
16 +++ b/dev-lisp/cl-emb/cl-emb-0.4.4.ebuild
17 @@ -1,7 +1,9 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -inherit common-lisp-2
22 +EAPI=6
23 +
24 +inherit common-lisp-3
25
26 DESCRIPTION="Embedded Common Lisp and template system"
27 HOMEPAGE="http://common-lisp.net/project/cl-emb/"
28 @@ -15,8 +17,8 @@ IUSE=""
29 RDEPEND="dev-lisp/cl-ppcre"
30
31 src_install() {
32 - common-lisp-install *.{lisp,asd}
33 - common-lisp-symlink-asdf
34 + common-lisp-install-sources *.lisp
35 + common-lisp-install-asdf
36 dohtml examples.*
37 dodoc TODO README
38 }