[gentoo-commits] proj/lisp:master commit in: dev-lisp/parse-js/

2017-07-07 Thread José María Alonso
commit: 509859bdac53a342fb4698292243e2a5fdf8f8de
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 15:40:16 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 15:40:16 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=509859bd

dev-lisp/parse-js: Updates header

 dev-lisp/parse-js/parse-js-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/parse-js/parse-js-.ebuild 
b/dev-lisp/parse-js/parse-js-.ebuild
index 52ed407f..07aa6cf4 100644
--- a/dev-lisp/parse-js/parse-js-.ebuild
+++ b/dev-lisp/parse-js/parse-js-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/parse-js/

2016-11-30 Thread José María Alonso
commit: a646b6b961d45b9a1176908cdb37af21b792cfa5
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 22:25:20 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 22:25:20 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a646b6b9

dev-lisp/parse-js: Adds missing quotes

 dev-lisp/parse-js/parse-js-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/parse-js/parse-js-.ebuild 
b/dev-lisp/parse-js/parse-js-.ebuild
index 5a9ebbe..52ed407 100644
--- a/dev-lisp/parse-js/parse-js-.ebuild
+++ b/dev-lisp/parse-js/parse-js-.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://marijnhaverbeke.nl/parse-js/;
 EGIT_REPO_URI="http://marijnhaverbeke.nl//git/${PN};
 
 LICENSE="ZLIB"
-SLOT=0
+SLOT="0"
 IUSE="doc"
 
 DEPEND=""



[gentoo-commits] proj/lisp:master commit in: dev-lisp/parse-js/

2016-11-30 Thread José María Alonso
commit: 338421a6778275faa2d94c924b0478cb294b0009
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 21:57:22 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 21:57:22 2016 +
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-.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/parse-js/parse-js-.ebuild 
b/dev-lisp/parse-js/parse-js-.ebuild
index 4d65ebf..5a9ebbe 100644
--- a/dev-lisp/parse-js/parse-js-.ebuild
+++ b/dev-lisp/parse-js/parse-js-.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
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/parse-js/

2015-04-28 Thread José María Alonso
commit: eb656008675e084991767689a6c9d5f6d0d3e96e
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 27 08:41:41 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 27 08:41:41 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eb656008

dev-lisp/parse-js: new live ebuild

 dev-lisp/parse-js/parse-js-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/parse-js/parse-js-.ebuild 
b/dev-lisp/parse-js/parse-js-.ebuild
new file mode 100644
index 000..4d65ebf
--- /dev/null
+++ b/dev-lisp/parse-js/parse-js-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+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
+IUSE=doc
+
+DEPEND=
+RDEPEND=
+
+src_install() {
+   common-lisp-install-sources src
+   common-lisp-install-asdf
+   use doc  dohtml index.html
+}