commit:     f5585adb747c7a481b6408773925b998b7bb778a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 14:52:11 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 14:52:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f5585adb

dev-lisp/cxml: Updates header and EAPI

 dev-lisp/cxml/cxml-20081130.ebuild |  4 ++--
 dev-lisp/cxml/cxml-9999.ebuild     | 12 +++++-------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/cxml/cxml-20081130.ebuild 
b/dev-lisp/cxml/cxml-20081130.ebuild
index 000b80d..26b19c0 100644
--- a/dev-lisp/cxml/cxml-20081130.ebuild
+++ b/dev-lisp/cxml/cxml-20081130.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
index d49c62f..b6ef408 100644
--- a/dev-lisp/cxml/cxml-9999.ebuild
+++ b/dev-lisp/cxml/cxml-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="An XML parser written in Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/cxml/";
@@ -12,7 +12,6 @@ EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="!dev-lisp/cl-${PN}
@@ -24,6 +23,5 @@ src_install() {
        common-lisp-install-sources -t all *.dtd
        common-lisp-install-sources 
{contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
        common-lisp-install-asdf
-
-       use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dohtml 
doc/*.{html,css,png}
+       use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dodoc 
doc/*.{html,css,png}
 }

Reply via email to