commit: 8c62beb1bb034f721209fc17aa75f0ac15877e71 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:24:33 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:24:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8c62beb1
dev-lisp/s-xml: Updates to common-lisp-3 eclass dev-lisp/s-xml/s-xml-20060521-r1.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild b/dev-lisp/s-xml/s-xml-20060521-r1.ebuild index 4c9a51c8..506420e0 100644 --- a/dev-lisp/s-xml/s-xml-20060521-r1.ebuild +++ b/dev-lisp/s-xml/s-xml-20060521-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="S-XML is a simple XML parser implemented in Common Lisp." HOMEPAGE="http://www.common-lisp.net/project/s-xml/" @@ -17,11 +18,14 @@ RDEPEND="!dev-lisp/cl-${PN}" src_unpack() { unpack ${A} +} + +src_prepare() { rm "${S}"/Makefile } src_install() { - common-lisp-install src ${PN}.asd - common-lisp-symlink-asdf + common-lisp-install-sources src + common-lisp-install-asdf dohtml doc/{index,S-XML}.html doc/style.css }
