commit: 5c7e4a8c46bc5b35d10a67c9590a06f71b25c823 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Jul 3 21:50:15 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 21:50:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c7e4a8c
dev-lisp/iterate: Updates to common-lisp-3 dev-lisp/iterate/iterate-1.4.3.ebuild | 10 +++++++--- dev-lisp/iterate/iterate-9999.ebuild | 5 ++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild index b1e13fdf..a68feba7 100644 --- a/dev-lisp/iterate/iterate-1.4.3.ebuild +++ b/dev-lisp/iterate/iterate-1.4.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 eutils +EAPI=6 + +inherit common-lisp-3 eutils DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" HOMEPAGE="http://common-lisp.net/project/iterate/" @@ -17,6 +18,9 @@ RDEPEND="!dev-lisp/cl-${PN}" src_unpack() { unpack ${A} +} + +src_prepare() { rm "${S}"/Makefile } diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild index 3653a55a..56957f1b 100644 --- a/dev-lisp/iterate/iterate-9999.ebuild +++ b/dev-lisp/iterate/iterate-9999.ebuild @@ -1,8 +1,7 @@ -# 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 darcs
