commit: 8d1b824e7eb59e856ad4409e852638661ea6bee6 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 20:57:11 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 20:57:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8d1b824e
dev-lisp/terminfo: Updates to common-lisp-3 eclass dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 7 ++++--- dev-lisp/terminfo/terminfo-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild index 1ec9d372..50eb8018 100644 --- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild +++ b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 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="Common Lisp interface to the terminfo database." HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild index 017e9ff3..43231779 100644 --- a/dev-lisp/terminfo/terminfo-9999.ebuild +++ b/dev-lisp/terminfo/terminfo-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2015 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="Common Lisp interface to the terminfo database." HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" @@ -19,5 +18,5 @@ RDEPEND="!dev-lisp/cl-${PN} src_install() { common-lisp-install-sources "${PN}.lisp" - common-lisp-install-asdf "${PN}.asd" + common-lisp-install-asdf }
