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-heredoc/
Date: Sat, 03 Dec 2016 22:22:08
Message-Id: 1480803720.123820eb989e85a13e7dfa479342e641002aaeea.nimiux@gentoo
1 commit: 123820eb989e85a13e7dfa479342e641002aaeea
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:22:00 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 22:22:00 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=123820eb
7
8 dev-lisp/cl-heredoc: Updates header and EAPI
9
10 dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild
14 index 5cbcf03..fb21e5d 100644
15 --- a/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild
16 +++ b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit common-lisp-3 git-2
28 +inherit common-lisp-3 git-r3
29
30 DESCRIPTION="Common Lisp reader heredoc dispatcher"
31 HOMEPAGE="http://www.cliki.net/cl-heredoc"