commit: 97d262f67c4c5f74defe55a6eeaaf341851a5464
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:48:08 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 19:48:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97d262f6
dev-lisp/cxml-rng: Updates to common-lisp-3 eclass
dev-lisp/cxml-rng/cxml-rng-20081130.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
b/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
index b6e82b89..b5a5dfd3 100644
--- a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
+++ b/dev-lisp/cxml-rng/cxml-rng-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}
@@ -25,13 +26,15 @@ S="${WORKDIR}"/${PN}-${MY_PV}
src_unpack() {
unpack ${A} && cd "${S}"
+}
+src_prepare() {
rm "${S}"/GNUmakefile
}
src_install() {
- common-lisp-install *.{lisp,asd,rng,rnc}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.{lisp,rng,rnc}
+ common-lisp-install-asdf
dodoc README NEWS NIST *TEST
dohtml -r doc/* || die "Cannot install HTML documentation"
}