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/cxml-stp/
Date: Thu, 06 Jul 2017 19:51:45
Message-Id: 1499370710.5e9e25983c858d2e16f8c198e94a7e380bb1e961.nimiux@gentoo
1 commit: 5e9e25983c858d2e16f8c198e94a7e380bb1e961
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:51:50 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:51:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5e9e2598
7
8 dev-lisp/cxml-stp: Updates to common-lisp-3 eclass
9
10 dev-lisp/cxml-stp/cxml-stp-20081130.ebuild | 14 +++++++++-----
11 1 file changed, 9 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cxml-stp/cxml-stp-20081130.ebuild b/dev-lisp/cxml-stp/cxml-stp-20081130.ebuild
14 index 64b46ad2..f4fc7ffd 100644
15 --- a/dev-lisp/cxml-stp/cxml-stp-20081130.ebuild
16 +++ b/dev-lisp/cxml-stp/cxml-stp-20081130.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 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
29
30 @@ -23,12 +24,15 @@ S="${WORKDIR}"/${PN}-${MY_PV}
31
32 src_unpack() {
33 unpack ${A}
34 +}
35 +
36 +src_prepare() {
37 rm "${S}"/{tutorial,}/GNUmakefile "${S}"/tutorial/tutorial.{xml,xsl}
38 }
39
40 src_install() {
41 - common-lisp-install *.{lisp,asd}
42 - common-lisp-symlink-asdf
43 + common-lisp-install-sources *.lisp
44 + common-lisp-install-asdf
45 dodoc DOM-COMPARISON README
46 dohtml -r doc || die "Cannot install HTML documentation"
47 dohtml -r tutorial || die "Cannot install tutorial"