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/parse-js/
Date: Wed, 30 Nov 2016 21:57:28
Message-Id: 1480543042.338421a6778275faa2d94c924b0478cb294b0009.nimiux@gentoo
1 commit: 338421a6778275faa2d94c924b0478cb294b0009
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 21:57:22 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 21:57:22 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=338421a6
7
8 dev-lisp/parse-js: Updates header and EAPI
9
10 dev-lisp/parse-js/parse-js-9999.ebuild | 13 ++++++-------
11 1 file changed, 6 insertions(+), 7 deletions(-)
12
13 diff --git a/dev-lisp/parse-js/parse-js-9999.ebuild b/dev-lisp/parse-js/parse-js-9999.ebuild
14 index 4d65ebf..5a9ebbe 100644
15 --- a/dev-lisp/parse-js/parse-js-9999.ebuild
16 +++ b/dev-lisp/parse-js/parse-js-9999.ebuild
17 @@ -1,18 +1,17 @@
18 -# Copyright 1999-2015 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="parse-js is a Common Lisp package for parsing JavaScript"
31 HOMEPAGE="http://marijnhaverbeke.nl/parse-js/"
32 EGIT_REPO_URI="http://marijnhaverbeke.nl//git/${PN}"
33
34 LICENSE="ZLIB"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +SLOT=0
38 IUSE="doc"
39
40 DEPEND=""
41 @@ -21,5 +20,5 @@ RDEPEND=""
42 src_install() {
43 common-lisp-install-sources src
44 common-lisp-install-asdf
45 - use doc && dohtml index.html
46 + use doc && dodoc index.html
47 }