Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-variates/
Date: Fri, 07 Jul 2017 09:08:08
Message-Id: 1499418492.15c406624a5531518d45aed37e8d00d7224e2946.nimiux@gentoo
1 commit: 15c406624a5531518d45aed37e8d00d7224e2946
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:08:12 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:08:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=15c40662
7
8 dev-lisp/cl-variates: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-variates/cl-variates-0.9.0-r1.ebuild | 17 +++++++++++------
11 1 file changed, 11 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/cl-variates/cl-variates-0.9.0-r1.ebuild b/dev-lisp/cl-variates/cl-variates-0.9.0-r1.ebuild
14 index 97c059e7..eee491d6 100644
15 --- a/dev-lisp/cl-variates/cl-variates-0.9.0-r1.ebuild
16 +++ b/dev-lisp/cl-variates/cl-variates-0.9.0-r1.ebuild
17 @@ -1,8 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2 eutils
24 +EAPI=6
25 +
26 +inherit common-lisp-3 eutils
27
28 DESCRIPTION="Portable Common Lisp Random Number Generation."
29 HOMEPAGE="http://common-lisp.net/project/cl-variates/"
30 @@ -19,10 +20,14 @@ CLSYSTEMS="${PN} ${PN}-test"
31
32 src_unpack() {
33 unpack ${A}
34 - epatch "${FILESDIR}"/${PV}-fix-asd.patch
35 +}
36 +
37 +src_prepare() {
38 + eapply "${FILESDIR}"/${PV}-fix-asd.patch
39 + eapply_user
40 }
41
42 src_install() {
43 - common-lisp-install *.asd dev/*.lisp tests *.config
44 - common-lisp-symlink-asdf
45 + common-lisp-install-sources dev/*.lisp tests *.config
46 + common-lisp-install-asdf
47 }