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 66309139694 for ; Tue, 4 Jul 2017 15:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3DEFE0E8C; Tue, 4 Jul 2017 15:54:32 +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 B5D92E0E8C for ; Tue, 4 Jul 2017 15:54:32 +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 0765434179F for ; Tue, 4 Jul 2017 15:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E167499 for ; Tue, 4 Jul 2017 15:54:30 +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: <1499183676.70a1a324f2119c8ae8ed17369eb06de81d8b6280.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/gsll/gsll-9999.ebuild X-VCS-Directories: dev-lisp/gsll/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 70a1a324f2119c8ae8ed17369eb06de81d8b6280 X-VCS-Branch: master Date: Tue, 4 Jul 2017 15:54:30 +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: b3d362fd-72c5-46eb-b4d5-6eaadc7b257e X-Archives-Hash: 9dd2c005178dd4435dae272b156f7718 commit: 70a1a324f2119c8ae8ed17369eb06de81d8b6280 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Jul 4 15:54:36 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Jul 4 15:54:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=70a1a324 dev-lisp/gsll: Updates to common-lisp-3 eclass dev-lisp/gsll/gsll-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild index 252e9edf..18187c6b 100644 --- a/dev-lisp/gsll/gsll-9999.ebuild +++ b/dev-lisp/gsll/gsll-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=2 +EAPI=6 -inherit common-lisp-2 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="Common Lisp interface to the GNU Scientific Library." HOMEPAGE="http://common-lisp.net/project/gsll/" @@ -28,12 +27,12 @@ RDEPEND=">=sci-libs/gsl-1.9 CLSYSTEMS="${PN} ${PN}-tests" src_install() { - common-lisp-install *.{lisp,asd} calculus/ data/ eigensystems/ \ + common-lisp-install-sources *.lisp calculus/ data/ eigensystems/ \ fast-fourier-transforms/ floating-point/ histogram/ init/ \ interpolation/ linear-algebra/ mathematical/ \ ordinary-differential-equations/ physical-constants/ random/ \ solve-minimize-fit/ special-functions/ statistics/ tests/ test-unit/ - common-lisp-symlink-asdf + common-lisp-install-asdf dohtml documentation/*.{html,css} dodoc documentation/*.text }