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/cxml/
Date: Thu, 01 Dec 2016 14:52:20
Message-Id: 1480603931.f5585adb747c7a481b6408773925b998b7bb778a.nimiux@gentoo
1 commit: f5585adb747c7a481b6408773925b998b7bb778a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 14:52:11 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 14:52:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f5585adb
7
8 dev-lisp/cxml: Updates header and EAPI
9
10 dev-lisp/cxml/cxml-20081130.ebuild | 4 ++--
11 dev-lisp/cxml/cxml-9999.ebuild | 12 +++++-------
12 2 files changed, 7 insertions(+), 9 deletions(-)
13
14 diff --git a/dev-lisp/cxml/cxml-20081130.ebuild b/dev-lisp/cxml/cxml-20081130.ebuild
15 index 000b80d..26b19c0 100644
16 --- a/dev-lisp/cxml/cxml-20081130.ebuild
17 +++ b/dev-lisp/cxml/cxml-20081130.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
26
27
28 diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
29 index d49c62f..b6ef408 100644
30 --- a/dev-lisp/cxml/cxml-9999.ebuild
31 +++ b/dev-lisp/cxml/cxml-9999.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2014 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="An XML parser written in Common Lisp"
46 HOMEPAGE="http://common-lisp.net/project/cxml/"
47 @@ -12,7 +12,6 @@ EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
48
49 LICENSE="LLGPL-2.1"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
52 IUSE="doc"
53
54 RDEPEND="!dev-lisp/cl-${PN}
55 @@ -24,6 +23,5 @@ src_install() {
56 common-lisp-install-sources -t all *.dtd
57 common-lisp-install-sources {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
58 common-lisp-install-asdf
59 -
60 - use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dohtml doc/*.{html,css,png}
61 + use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dodoc doc/*.{html,css,png}
62 }