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/lift/
Date: Wed, 30 Nov 2016 21:46:40
Message-Id: 1480542394.5edf68f360d3e5fe57e43e281ffaafba8d13e576.nimiux@gentoo
1 commit: 5edf68f360d3e5fe57e43e281ffaafba8d13e576
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 21:46:34 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 21:46:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5edf68f3
7
8 dev-lisp/lift: Updates header and EAPI
9
10 dev-lisp/lift/lift-1.7.0.ebuild | 4 ++--
11 dev-lisp/lift/lift-9999.ebuild | 8 ++++----
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/lift/lift-1.7.0.ebuild b/dev-lisp/lift/lift-1.7.0.ebuild
15 index 1f3af17..9ea74cb 100644
16 --- a/dev-lisp/lift/lift-1.7.0.ebuild
17 +++ b/dev-lisp/lift/lift-1.7.0.ebuild
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2010 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 inherit common-lisp-2 eutils
26
27
28 diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
29 index e55c72e..c94d734 100644
30 --- a/dev-lisp/lift/lift-9999.ebuild
31 +++ b/dev-lisp/lift/lift-9999.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2013 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="LIFT is yet another LIsp Framework for Testing"
46 HOMEPAGE="http://common-lisp.net/project/lift/"