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/cl-closure-template/
Date: Fri, 07 Jul 2017 10:21:05
Message-Id: 1499422868.e3fc1bff549d55b45b8c435129b2029728c31d88.nimiux@gentoo
1 commit: e3fc1bff549d55b45b8c435129b2029728c31d88
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:21:08 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:21:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e3fc1bff
7
8 dev-lisp/cl-closure-template: Updates header and EAPI
9
10 dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild | 6 +++---
11 dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild | 5 ++---
12 2 files changed, 5 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild b/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild
15 index 076740f5..a13bc2ac 100644
16 --- a/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild
17 +++ b/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2016 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 elisp-common eutils
28
29 DESCRIPTION="Common Lisp implementation of Google's Closure Templates."
30
31 diff --git a/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild b/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild
32 index 13fabe14..92b758d6 100644
33 --- a/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.ebuild
34 +++ b/dev-lisp/cl-closure-template/cl-closure-template-0.2.1.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 elisp-common eutils