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-asdf/
Date: Mon, 03 Jul 2017 21:42:56
Message-Id: 1499118174.222a53007965031d32201d116723a340f9b14541.nimiux@gentoo
1 commit: 222a53007965031d32201d116723a340f9b14541
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 21:42:54 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 21:42:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=222a5300
7
8 dev-lisp/ch-asdf: Updates to common-lisp-3
9
10 dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
14 index 58642ef3..d422d217 100644
15 --- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
16 +++ b/dev-lisp/ch-asdf/ch-asdf-0.2.14.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 @@ -22,6 +23,6 @@ RDEPEND="!dev-lisp/cl-${PN}
31 S="${WORKDIR}"/${MY_P}
32
33 src_install() {
34 - common-lisp-install *.{lisp,asd} version.lisp-expr
35 - common-lisp-symlink-asdf
36 + common-lisp-install-sources *.lisp version.lisp-expr
37 + common-lisp-install-asdf
38 }