From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CF6E139694 for ; Fri, 7 Jul 2017 15:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F3C2340AF; Fri, 7 Jul 2017 15:52:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A00F82340AF for ; Fri, 7 Jul 2017 15:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7238341953 for ; Fri, 7 Jul 2017 15:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EE217478 for ; Fri, 7 Jul 2017 15:52:01 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1499442729.d771e8dc33658f3695c8513f22ea376beb8a97c4.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/bordeaux-threads/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/bordeaux-threads/bordeaux-threads-0.8.2.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.3.ebuild dev-lisp/bordeaux-threads/bordeaux-threads-0.8.5.ebuild X-VCS-Directories: dev-lisp/bordeaux-threads/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d771e8dc33658f3695c8513f22ea376beb8a97c4 X-VCS-Branch: master Date: Fri, 7 Jul 2017 15:52:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6cf4d63-a0c3-4d67-99f6-59b5083629c9 X-Archives-Hash: 57e5a1ffe42b43bd5fbc4ecd2d17c7ea commit: d771e8dc33658f3695c8513f22ea376beb8a97c4 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 15:52:09 2017 +0000 Commit: José María Alonso gentoo 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 }