commit:     338421a6778275faa2d94c924b0478cb294b0009
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:57:22 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:57:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=338421a6

dev-lisp/parse-js: Updates header and EAPI

 dev-lisp/parse-js/parse-js-9999.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/parse-js/parse-js-9999.ebuild 
b/dev-lisp/parse-js/parse-js-9999.ebuild
index 4d65ebf..5a9ebbe 100644
--- a/dev-lisp/parse-js/parse-js-9999.ebuild
+++ b/dev-lisp/parse-js/parse-js-9999.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2015 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="parse-js is a Common Lisp package for parsing JavaScript"
 HOMEPAGE="http://marijnhaverbeke.nl/parse-js/";
 EGIT_REPO_URI="http://marijnhaverbeke.nl//git/${PN}";
 
 LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
+SLOT=0
 IUSE="doc"
 
 DEPEND=""
@@ -21,5 +20,5 @@ RDEPEND=""
 src_install() {
        common-lisp-install-sources src
        common-lisp-install-asdf
-       use doc && dohtml index.html
+       use doc && dodoc index.html
 }

Reply via email to