commit:     cde6ed50b8af198570305f645f4f9bc6f196ed38
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:33:41 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:33:41 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cde6ed50

dev-lisp/name-readtables: Updates to common-lisp-3 eclass. Updates header

 dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 12 ++++++------
 dev-lisp/named-readtables/named-readtables-9999.ebuild   |  7 +++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild 
b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
index 92789db0..46a7bb41 100644
--- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
@@ -1,9 +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
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp library that provides a namespace for readtables."
 HOMEPAGE="http://common-lisp.net/project/editor-hints/";
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 src_install() {
-       common-lisp-install *.{lisp,asd} tests/*.lisp
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp tests/*.lisp
+       common-lisp-install-asdf
        dohtml doc/${PN}.html
 }

diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild 
b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index b1be7c1d..e02616a6 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-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=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="A Common Lisp library that provides a namespace for readtables."
 HOMEPAGE="http://common-lisp.net/project/editor-hints/";

Reply via email to