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-cont/
Date: Tue, 04 Apr 2017 18:39:15
Message-Id: 1491331187.c4954081bce1727174632d1d501ee4f1e61eeb94.nimiux@gentoo
1 commit: c4954081bce1727174632d1d501ee4f1e61eeb94
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 18:39:47 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 18:39:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c4954081
7
8 dev-lisp/cl-cont: Updates header, EAPI and SRC_URI
9
10 dev-lisp/cl-cont/cl-cont-0.3.7.ebuild | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild b/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
14 index 48e295cb..612dc0cd 100644
15 --- a/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
16 +++ b/dev-lisp/cl-cont/cl-cont-0.3.7.ebuild
17 @@ -1,13 +1,15 @@
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=6
24
25 inherit common-lisp-2
26
27 MY_P=${PN}_${PV}
28
29 DESCRIPTION="A code walker that implements delimited continuations in Common Lisp."
30 -HOMEPAGE="http://common-lisp.net/project/cl-cont/"
31 +HOMEPAGE="http://common-lisp.net/project/cl-cont/
32 + http://www.cliki.net/cl-cont"
33 SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"
34
35 LICENSE="LLGPL-2.1"