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/lisp-unit/
Date: Thu, 01 Dec 2016 15:16:29
Message-Id: 1480605379.5a44758c7f092217ddbdbc2d0f8b46f05daf6dce.nimiux@gentoo
1 commit: 5a44758c7f092217ddbdbc2d0f8b46f05daf6dce
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 15:16:19 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 15:16:19 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5a44758c
7
8 dev-lisp/lisp-unit: Updates header and EAPI
9
10 dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 4 ++--
11 dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 9 ++++-----
12 2 files changed, 6 insertions(+), 7 deletions(-)
13
14 diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
15 index c099a3b..408c43c 100644
16 --- a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
17 +++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Id$
24
25 EAPI=5
26
27
28 diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
29 index 4425a4c..8e2d3c3 100644
30 --- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
31 +++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 +# Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 -# $Header: $
37 +# $Id$
38
39 -EAPI=5
40 +EAPI=6
41
42 -inherit common-lisp-3 git-2
43 +inherit common-lisp-3 git-r3
44
45 DESCRIPTION="A Common Lisp library for unit testing."
46 HOMEPAGE="http://www.cliki.net/lisp-unit/"
47 @@ -12,5 +12,4 @@ EGIT_REPO_URI="git://repo.or.cz/lisp-unit.git"
48
49 LICENSE="MIT"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
52 IUSE=""