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-rng/
Date: Thu, 06 Jul 2017 19:48:03
Message-Id: 1499370488.97d262f67c4c5f74defe55a6eeaaf341851a5464.nimiux@gentoo
1 commit: 97d262f67c4c5f74defe55a6eeaaf341851a5464
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:48:08 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:48:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97d262f6
7
8 dev-lisp/cxml-rng: Updates to common-lisp-3 eclass
9
10 dev-lisp/cxml-rng/cxml-rng-20081130.ebuild | 13 ++++++++-----
11 1 file changed, 8 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild b/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
14 index b6e82b89..b5a5dfd3 100644
15 --- a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
16 +++ b/dev-lisp/cxml-rng/cxml-rng-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 @@ -25,13 +26,15 @@ S="${WORKDIR}"/${PN}-${MY_PV}
31
32 src_unpack() {
33 unpack ${A} && cd "${S}"
34 +}
35
36 +src_prepare() {
37 rm "${S}"/GNUmakefile
38 }
39
40 src_install() {
41 - common-lisp-install *.{lisp,asd,rng,rnc}
42 - common-lisp-symlink-asdf
43 + common-lisp-install-sources *.{lisp,rng,rnc}
44 + common-lisp-install-asdf
45 dodoc README NEWS NIST *TEST
46 dohtml -r doc/* || die "Cannot install HTML documentation"
47 }