[gentoo-commits] proj/lisp:master commit in: dev-lisp/flexichain/

2017-07-07 Thread José María Alonso
commit: 1063d100aa1b6af02afbc3bfa4bbc6a8ee295b3e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 08:43:43 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 08:43:43 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1063d100

dev-lisp/flexichain: Updates to common-lisp-3 eclass

 dev-lisp/flexichain/flexichain-1.5.1.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/flexichain/flexichain-1.5.1.ebuild 
b/dev-lisp/flexichain/flexichain-1.5.1.ebuild
index 02edfe60..ddb5c466 100644
--- a/dev-lisp/flexichain/flexichain-1.5.1.ebuild
+++ b/dev-lisp/flexichain/flexichain-1.5.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Flexichain is an API for editable sequences."
 HOMEPAGE="http://common-lisp.net/project/flexichain/;
@@ -16,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 src_install() {
-   common-lisp-install *.{lisp,asd} version.lisp-expr
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp version.lisp-expr
+   common-lisp-install-asdf
if use doc ; then
dodoc "${DISTDIR}"/{StrandhVilleneuveMoore,${PN}}.pdf
fi



[gentoo-commits] proj/lisp:master commit in: dev-lisp/flexichain/

2016-12-04 Thread José María Alonso
commit: 884325924cd6184317e87fe57ab209d7e26c33a4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec  4 20:25:15 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec  4 20:25:15 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=88432592

dev-lisp/flexichain: Updates header

 dev-lisp/flexichain/flexichain-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/flexichain/flexichain-1.5.1.ebuild 
b/dev-lisp/flexichain/flexichain-1.5.1.ebuild
index 38f6ebb..02edfe6 100644
--- a/dev-lisp/flexichain/flexichain-1.5.1.ebuild
+++ b/dev-lisp/flexichain/flexichain-1.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2