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/lift/
Date: Fri, 07 Jul 2017 08:59:14
Message-Id: 1499417959.cdd0bc220e194a85c138fe8138e085350d472261.nimiux@gentoo
1 commit: cdd0bc220e194a85c138fe8138e085350d472261
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:59:19 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:59:19 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cdd0bc22
7
8 dev-lisp/lift: Updates to common-lisp-3 eclass
9
10 dev-lisp/lift/lift-1.7.0.ebuild | 11 ++++++-----
11 dev-lisp/lift/lift-9999.ebuild | 3 +--
12 2 files changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/dev-lisp/lift/lift-1.7.0.ebuild b/dev-lisp/lift/lift-1.7.0.ebuild
15 index 9ea74cbc..3c24f3c7 100644
16 --- a/dev-lisp/lift/lift-1.7.0.ebuild
17 +++ b/dev-lisp/lift/lift-1.7.0.ebuild
18 @@ -1,8 +1,9 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2 eutils
25 +EAPI=6
26 +
27 +inherit common-lisp-3 eutils
28
29 DESCRIPTION="LIFT is an SUnit variant and much much more."
30 HOMEPAGE="http://common-lisp.net/project/lift/"
31 @@ -16,8 +17,8 @@ IUSE=""
32 CLSYSTEMS="${PN} ${PN}-test"
33
34 src_install() {
35 - common-lisp-install *.asd {dev,timeout,test}/*.lisp
36 - common-lisp-symlink-asdf
37 + common-lisp-install-sources {dev,timeout,test}/*.lisp
38 + common-lisp-install-asdf
39 for i in compare data examples resources; do
40 docinto ${i} && dodoc ${i}/*
41 done
42
43 diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
44 index c94d7346..029a956a 100644
45 --- a/dev-lisp/lift/lift-9999.ebuild
46 +++ b/dev-lisp/lift/lift-9999.ebuild
47 @@ -1,6 +1,5 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52
53 EAPI=6