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/lml/
Date: Thu, 06 Jul 2017 21:05:07
Message-Id: 1499375112.901252fb19e4f15209394d95cd759bece2230776.nimiux@gentoo
1 commit: 901252fb19e4f15209394d95cd759bece2230776
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:05:12 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:05:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=901252fb
7
8 dev-lisp/lml: Updates to common-lisp-3 eclass
9
10 dev-lisp/lml/lml-2.5.7.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild
14 index f95e3c95..64ecf2af 100644
15 --- a/dev-lisp/lml/lml-2.5.7.ebuild
16 +++ b/dev-lisp/lml/lml-2.5.7.ebuild
17 @@ -1,8 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +EAPI=6
25 +
26 +inherit common-lisp-3
27
28 DESCRIPTION="Common Lisp package to provide a markup language for generation XHTML web pages"
29 HOMEPAGE="http://lml.b9.com/
30 @@ -17,8 +18,8 @@ IUSE=""
31 RDEPEND="!dev-lisp/cl-${PN}"
32
33 src_install() {
34 - common-lisp-install *.{lisp,asd}
35 - common-lisp-symlink-asdf
36 + common-lisp-install-sources *.lisp
37 + common-lisp-install-asdf
38 dohtml doc/readme.html
39 docinto examples && dodoc doc/readme.lml
40 }