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-typesetting/
Date: Sat, 03 Dec 2016 21:43:56
Message-Id: 1480801428.7e173195d499668564e23786a6a8aa24c18675c3.nimiux@gentoo
1 commit: 7e173195d499668564e23786a6a8aa24c18675c3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 21:43:48 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 21:43:48 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7e173195
7
8 dev-lisp/cl-typesetting: Updates header and EAPI
9
10 dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
14 index f2796ea..fa58ca6 100644
15 --- a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
16 +++ b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
17 @@ -1,13 +1,14 @@
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="CL-TYPESETTING is a complete typesetting system written in Common Lisp."
31 -HOMEPAGE="http://www.fractalconcept.com:8000/asp/cl-typesetting"
32 +HOMEPAGE="http://www.fractalconcept.com/asp/html/cl-typesetting.html
33 + http://www.cliki.net/cl-typesetting"
34 EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
35
36 LICENSE="BSD-2"