commit: 6524e8f69bcd4a6bbe60526cf064f06d00fd874c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:23:37 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:23:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6524e8f6
dev-lisp/cxml: Updates to common-lisp-3 eclass
dev-lisp/cxml/cxml-20081130.ebuild | 20 ++++++++++++--------
dev-lisp/cxml/cxml-9999.ebuild | 3 +--
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/cxml/cxml-20081130.ebuild
b/dev-lisp/cxml/cxml-20081130.ebuild
index 26b19c0d..506a896f 100644
--- a/dev-lisp/cxml/cxml-20081130.ebuild
+++ b/dev-lisp/cxml/cxml-20081130.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
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
@@ -26,14 +27,17 @@ S="${WORKDIR}"/${PN}-${MY_PV}
src_unpack() {
unpack ${A}
- rm "${S}"/GNUmakefile
- cp "${FILESDIR}"/${PN}-contrib.asd "${S}"
+}
+
+src_prepare() {
+ rm "${S}"/GNUmakefile || die
+ cp "${FILESDIR}"/${PN}-contrib.asd "${S}" || die
}
src_install() {
- common-lisp-install *.{dtd,asd}
- common-lisp-install {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.dtd
+ common-lisp-install-sources
{contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
+ common-lisp-install-asdf
dodoc README OLDNEWS TIMES
dohtml doc/*.{html,css,png}
diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
index b6ef4087..e83dd119 100644
--- a/dev-lisp/cxml/cxml-9999.ebuild
+++ b/dev-lisp/cxml/cxml-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6