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-cont/
Date: Fri, 07 Jul 2017 08:33:35
Message-Id: 1499416421.978f111fd490dc0769004f503aa75e9fe777ff49.nimiux@gentoo
1 commit: 978f111fd490dc0769004f503aa75e9fe777ff49
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:33:41 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:33:41 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=978f111f
7
8 dev-lisp/cl-cont: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-cont/cl-cont-0.3.7.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild b/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
14 index 612dc0cd..1328074b 100644
15 --- a/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
16 +++ b/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -inherit common-lisp-2
22 +inherit common-lisp-3
23
24 MY_P=${PN}_${PV}
25
26 @@ -25,7 +25,7 @@ CLSYSTEMS="${PN} ${PN}-test"
27 S="${WORKDIR}"/${MY_P}
28
29 src_install() {
30 - common-lisp-install *.asd src test
31 - common-lisp-symlink-asdf
32 + common-lisp-install-sources src test
33 + common-lisp-install-asdf
34 dodoc doc/*
35 }