commit:     96df24c34facd20135beaa30423c025c79fc15e2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:23:56 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:23:56 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=96df24c3

dev-lisp/trivial-timeout: Updates to common-lisp-3 eclass and EAPI 6

 dev-lisp/cl-mathstats/cl-mathstats-0.8.2-r1.ebuild | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/cl-mathstats/cl-mathstats-0.8.2-r1.ebuild 
b/dev-lisp/cl-mathstats/cl-mathstats-0.8.2-r1.ebuild
index 8869dd65..725797d4 100644
--- a/dev-lisp/cl-mathstats/cl-mathstats-0.8.2-r1.ebuild
+++ b/dev-lisp/cl-mathstats/cl-mathstats-0.8.2-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 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Common Lisp math and statistics routines."
 HOMEPAGE="http://common-lisp.net/project/cl-mathstats";
@@ -21,10 +22,14 @@ CLSYSTEMS="${PN} ${PN}-test"
 
 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 *.asd dev/*.lisp unit-tests
-       common-lisp-symlink-asdf
+       common-lisp-install-sources dev/*.lisp unit-tests
+       common-lisp-install-asdf
 }

Reply via email to