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/xlunit/
Date: Fri, 07 Jul 2017 08:26:35
Message-Id: 1499416000.8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843.nimiux@gentoo
1 commit: 8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:26:40 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:26:40 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f43c988
7
8 dev-lisp/xlunit: Updates to common-lisp-3 eclass
9
10 dev-lisp/xlunit/xlunit-0.6.3.ebuild | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/xlunit/xlunit-0.6.3.ebuild b/dev-lisp/xlunit/xlunit-0.6.3.ebuild
14 index ef266920..345db15f 100644
15 --- a/dev-lisp/xlunit/xlunit-0.6.3.ebuild
16 +++ b/dev-lisp/xlunit/xlunit-0.6.3.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -EAPI=2
24 -inherit common-lisp-2
25 +EAPI=6
26 +
27 +inherit common-lisp-3
28
29 DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit."
30 HOMEPAGE="http://www.cliki.net/xlunit"
31 @@ -17,5 +17,5 @@ IUSE=""
32 RDEPEND="!dev-lisp/cl-${PN}"
33
34 src_prepare() {
35 - rm Makefile
36 + rm -f Makefile
37 }