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/uffi/
Date: Fri, 07 Jul 2017 15:10:17
Message-Id: 1499440218.961b5fd33905fcbdc780ff49f5126a99f76c8c72.nimiux@gentoo
1 commit: 961b5fd33905fcbdc780ff49f5126a99f76c8c72
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 15:10:18 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 15:10:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=961b5fd3
7
8 dev-lisp/uffi: Updates header and EAPI
9
10 dev-lisp/uffi/uffi-2.0.0.ebuild | 6 +++---
11 dev-lisp/uffi/uffi-2.1.2.ebuild | 7 +++----
12 2 files changed, 6 insertions(+), 7 deletions(-)
13
14 diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
15 index 664f9d5f..48935b6e 100644
16 --- a/dev-lisp/uffi/uffi-2.0.0.ebuild
17 +++ b/dev-lisp/uffi/uffi-2.0.0.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -EAPI=2
25 +EAPI=6
26 +
27 inherit common-lisp-3 multilib
28
29 DESCRIPTION="Portable FFI library for Common Lisp."
30
31 diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
32 index 01bb1e89..5f6f2381 100644
33 --- a/dev-lisp/uffi/uffi-2.1.2.ebuild
34 +++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
35 @@ -1,8 +1,7 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40
41 -EAPI=5
42 +EAPI=6
43
44 inherit common-lisp-3
45
46 @@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
47 IUSE="doc examples"
48
49 src_prepare() {
50 - rm -f tests/*dylib || die
51 + rm -f tests/*dylib
52 }
53
54 src_install() {