commit: d771e8dc33658f3695c8513f22ea376beb8a97c4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:52:09 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:52:09 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d771e8dc
dev-lisp/bordeaux-threads: Removes asd files installation. Updates EAPI
dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild | 4 ++--
dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild | 4 ++--
dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
index c586c538..750abb81 100644
--- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
+++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -20,7 +20,7 @@ RDEPEND="dev-lisp/alexandria
CLSYSTEMS="bordeaux-threads bordeaux-threads-test"
src_install() {
- common-lisp-install-sources -t all *.asd src test version.lisp-expr
+ common-lisp-install-sources -t all src test version.lisp-expr
common-lisp-install-asdf
dodoc CONTRIBUTORS README
}
diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
index c586c538..750abb81 100644
--- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
+++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -20,7 +20,7 @@ RDEPEND="dev-lisp/alexandria
CLSYSTEMS="bordeaux-threads bordeaux-threads-test"
src_install() {
- common-lisp-install-sources -t all *.asd src test version.lisp-expr
+ common-lisp-install-sources -t all src test version.lisp-expr
common-lisp-install-asdf
dodoc CONTRIBUTORS README
}
diff --git a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
index 7018b99d..1af87d8a 100644
--- a/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
+++ b/dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-lisp/alexandria
dev-lisp/fiveam"
src_install() {
- common-lisp-install-sources -t all *.asd src test version.sexp
+ common-lisp-install-sources -t all src test version.sexp
common-lisp-install-asdf
dodoc CONTRIBUTORS README
}