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/s-xml/
Date: Thu, 06 Jul 2017 21:24:29
Message-Id: 1499376273.8c62beb1bb034f721209fc17aa75f0ac15877e71.nimiux@gentoo
1 commit: 8c62beb1bb034f721209fc17aa75f0ac15877e71
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:24:33 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:24:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8c62beb1
7
8 dev-lisp/s-xml: Updates to common-lisp-3 eclass
9
10 dev-lisp/s-xml/s-xml-20060521-r1.ebuild | 14 +++++++++-----
11 1 file changed, 9 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild b/dev-lisp/s-xml/s-xml-20060521-r1.ebuild
14 index 4c9a51c8..506420e0 100644
15 --- a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild
16 +++ b/dev-lisp/s-xml/s-xml-20060521-r1.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="S-XML is a simple XML parser implemented in Common Lisp."
29 HOMEPAGE="http://www.common-lisp.net/project/s-xml/"
30 @@ -17,11 +18,14 @@ RDEPEND="!dev-lisp/cl-${PN}"
31
32 src_unpack() {
33 unpack ${A}
34 +}
35 +
36 +src_prepare() {
37 rm "${S}"/Makefile
38 }
39
40 src_install() {
41 - common-lisp-install src ${PN}.asd
42 - common-lisp-symlink-asdf
43 + common-lisp-install-sources src
44 + common-lisp-install-asdf
45 dohtml doc/{index,S-XML}.html doc/style.css
46 }