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

dev-lisp/ch-util: Updates to common-lisp-3 eclass

 dev-lisp/ch-util/ch-util-0.3.10.ebuild | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/ch-util/ch-util-0.3.10.ebuild 
b/dev-lisp/ch-util/ch-util-0.3.10.ebuild
index a21c8cc1..e513ce51 100644
--- a/dev-lisp/ch-util/ch-util-0.3.10.ebuild
+++ b/dev-lisp/ch-util/ch-util-0.3.10.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 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 MY_P=${PN}_${PV}
 
@@ -23,11 +24,15 @@ S="${WORKDIR}"/${MY_P}
 
 src_unpack() {
        unpack ${A}
-       epatch "${FILESDIR}"/${PV}-fix-asd.patch
+}
+
+src_prepare() {
+       eapply "${FILESDIR}"/${PV}-fix-asd.patch
+       eapply_user
 }
 
 src_install() {
-       common-lisp-install *.{lisp,asd} test/ version.lisp-expr
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp test/ version.lisp-expr
+       common-lisp-install-asdf
        dodoc README
 }

Reply via email to