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/defsystem-compatibility/
Date: Sun, 02 Jul 2017 21:16:01
Message-Id: 1499030150.d2862728c5914eed9b7d015fcabd1e137049ded4.nimiux@gentoo
1 commit: d2862728c5914eed9b7d015fcabd1e137049ded4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 21:15:50 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 21:15:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d2862728
7
8 dev-lisp/defsystem-compatibility: Updates to common-lisp-3.eclass
9
10 .../defsystem-compatibility-0.1.2.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild b/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild
14 index 46c96d6e..f0ad5b93 100644
15 --- a/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.ebuild
16 +++ b/dev-lisp/defsystem-compatibility/defsystem-compatibility-0.1.2.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="A compatibility layer that helps make different system definitions play nicely using the same rules."
29 HOMEPAGE="http://common-lisp.net/project/cl-containers/defsystem-compatibility"
30 @@ -19,6 +20,6 @@ RDEPEND=">=dev-lisp/metatilities-base-0.6.0
31 CLSYSTEMS="${PN} ${PN}-test"
32
33 src_install() {
34 - common-lisp-install *.asd dev unit-tests
35 - common-lisp-symlink-asdf
36 + common-lisp-install-sources dev unit-tests
37 + common-lisp-install-asdf
38 }