commit:     e788c620de98dd40c5e8969b8af47dc1a474c9da
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 19:44:12 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 19:44:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e788c620

dev-lisp/plexippus-xpath: Updates to common-lisp-3 eclass

 dev-lisp/plexippus-xpath/plexippus-xpath-20081207.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/plexippus-xpath/plexippus-xpath-20081207.ebuild 
b/dev-lisp/plexippus-xpath/plexippus-xpath-20081207.ebuild
index b0b3d3f1..c0c3e490 100644
--- a/dev-lisp/plexippus-xpath/plexippus-xpath-20081207.ebuild
+++ b/dev-lisp/plexippus-xpath/plexippus-xpath-20081207.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,12 +27,14 @@ CLSYSTEMS="xpath"
 
 src_unpack() {
        unpack ${A}
+}
+
+src_prepare() {
        find "${S}"/doc -type f -not \( -name '*.html' -or -name '*.css' -or 
-name '*.gif' \) -delete
 }
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
-
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dohtml -r doc/* || die "Cannot install HTML docs"
 }

Reply via email to