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/metabang-bind/
Date: Sun, 02 Jul 2017 20:54:07
Message-Id: 1499028838.cb486d1af1928bac28c83022eec882d1c8f0a068.nimiux@gentoo
1 commit: cb486d1af1928bac28c83022eec882d1c8f0a068
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:53:58 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:53:58 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb486d1a
7
8 dev-lisp/gsd: Updates to common-lisp-3.eclass. Updates header.
9
10 dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 9 ++++-----
11 dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 7 +++----
12 2 files changed, 7 insertions(+), 9 deletions(-)
13
14 diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
15 index fce379d4..20bf58b1 100644
16 --- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
17 +++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
18 @@ -1,8 +1,7 @@
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 +inherit common-lisp-3 eutils
26
27 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
28 HOMEPAGE="http://www.cliki.net/bind
29 @@ -20,7 +19,7 @@ RDEPEND="!dev-lisp/cl-bind
30 CLSYSTEMS="${PN} ${PN}-test"
31
32 src_install() {
33 - common-lisp-install *.asd {unit-tests,dev}/*.lisp
34 - common-lisp-symlink-asdf
35 + common-lisp-install-sources {unit-tests,dev}/*.lisp
36 + common-lisp-install-asdf
37 dodoc *.config
38 }
39
40 diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
41 index 260cb53d..cd4edf25 100644
42 --- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
43 +++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
44 @@ -1,10 +1,9 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 -# $Id$
49
50 -EAPI=5
51 +EAPI=6
52
53 -inherit common-lisp-3 git-2
54 +inherit common-lisp-3 git-r3
55
56 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
57 HOMEPAGE="http://common-lisp.net/project/metabang-bind