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/ch-util/
Date: Thu, 06 Jul 2017 19:05:58
Message-Id: 1499367960.220dba42da6ecb034a44b19afb518e75801255b9.nimiux@gentoo
1 commit: 220dba42da6ecb034a44b19afb518e75801255b9
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:06:00 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:06:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=220dba42
7
8 dev-lisp/ch-util: Updates to common-lisp-3 eclass
9
10 dev-lisp/ch-util/ch-util-0.3.10.ebuild | 17 +++++++++++------
11 1 file changed, 11 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/ch-util/ch-util-0.3.10.ebuild b/dev-lisp/ch-util/ch-util-0.3.10.ebuild
14 index a21c8cc1..e513ce51 100644
15 --- a/dev-lisp/ch-util/ch-util-0.3.10.ebuild
16 +++ b/dev-lisp/ch-util/ch-util-0.3.10.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 MY_P=${PN}_${PV}
29
30 @@ -23,11 +24,15 @@ S="${WORKDIR}"/${MY_P}
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 *.{lisp,asd} test/ version.lisp-expr
44 - common-lisp-symlink-asdf
45 + common-lisp-install-sources *.lisp test/ version.lisp-expr
46 + common-lisp-install-asdf
47 dodoc README
48 }