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/bordeaux-threads/
Date: Fri, 07 Jul 2017 15:52:04
Message-Id: 1499442729.d771e8dc33658f3695c8513f22ea376beb8a97c4.nimiux@gentoo
1 commit: d771e8dc33658f3695c8513f22ea376beb8a97c4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 15:52:09 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 15:52:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d771e8dc
7
8 dev-lisp/bordeaux-threads: Removes asd files installation. Updates EAPI
9
10 dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild | 4 ++--
11 dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild | 4 ++--
12 dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
16 index c586c538..750abb81 100644
17 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
18 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit common-lisp-3
27
28 @@ -20,7 +20,7 @@ RDEPEND="dev-lisp/alexandria
29 CLSYSTEMS="bordeaux-threads bordeaux-threads-test"
30
31 src_install() {
32 - common-lisp-install-sources -t all *.asd src test version.lisp-expr
33 + common-lisp-install-sources -t all src test version.lisp-expr
34 common-lisp-install-asdf
35 dodoc CONTRIBUTORS README
36 }
37
38 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
39 index c586c538..750abb81 100644
40 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
41 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
42 @@ -1,7 +1,7 @@
43 # Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI=5
47 +EAPI=6
48
49 inherit common-lisp-3
50
51 @@ -20,7 +20,7 @@ RDEPEND="dev-lisp/alexandria
52 CLSYSTEMS="bordeaux-threads bordeaux-threads-test"
53
54 src_install() {
55 - common-lisp-install-sources -t all *.asd src test version.lisp-expr
56 + common-lisp-install-sources -t all src test version.lisp-expr
57 common-lisp-install-asdf
58 dodoc CONTRIBUTORS README
59 }
60
61 diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
62 index 7018b99d..1af87d8a 100644
63 --- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
64 +++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
65 @@ -18,7 +18,7 @@ RDEPEND="dev-lisp/alexandria
66 dev-lisp/fiveam"
67
68 src_install() {
69 - common-lisp-install-sources -t all *.asd src test version.sexp
70 + common-lisp-install-sources -t all src test version.sexp
71 common-lisp-install-asdf
72 dodoc CONTRIBUTORS README
73 }