Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
Date: Mon, 03 Jul 2017 21:50:13
Message-Id: 1499118615.5c7e4a8c46bc5b35d10a67c9590a06f71b25c823.nimiux@gentoo
1 commit: 5c7e4a8c46bc5b35d10a67c9590a06f71b25c823
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 21:50:15 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 21:50:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c7e4a8c
7
8 dev-lisp/iterate: Updates to common-lisp-3
9
10 dev-lisp/iterate/iterate-1.4.3.ebuild | 10 +++++++---
11 dev-lisp/iterate/iterate-9999.ebuild | 5 ++---
12 2 files changed, 9 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
15 index b1e13fdf..a68feba7 100644
16 --- a/dev-lisp/iterate/iterate-1.4.3.ebuild
17 +++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
18 @@ -1,8 +1,9 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2 eutils
25 +EAPI=6
26 +
27 +inherit common-lisp-3 eutils
28
29 DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
30 HOMEPAGE="http://common-lisp.net/project/iterate/"
31 @@ -17,6 +18,9 @@ RDEPEND="!dev-lisp/cl-${PN}"
32
33 src_unpack() {
34 unpack ${A}
35 +}
36 +
37 +src_prepare() {
38 rm "${S}"/Makefile
39 }
40
41
42 diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild
43 index 3653a55a..56957f1b 100644
44 --- a/dev-lisp/iterate/iterate-9999.ebuild
45 +++ b/dev-lisp/iterate/iterate-9999.ebuild
46 @@ -1,8 +1,7 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51
52 -EAPI=5
53 +EAPI=6
54
55 inherit common-lisp-3 darcs