[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/

2017-07-07 Thread José María Alonso
commit: 2aa07a90ab0f80b4e7e8512470559b260c0111f5
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 10:41:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 10:41:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2aa07a90

dev-lisp/cl-yacc: Updates header and EAPI

 dev-lisp/cl-yacc/cl-yacc-0.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild 
b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
index d351a7db..d796df90 100644
--- a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
+++ b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/

2016-12-03 Thread José María Alonso
commit: 2aa025d00da2fda428a11960bdcdfc525793abc3
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec  3 22:25:48 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec  3 22:25:48 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2aa025d0

dev-lisp/cl-yacc: Updates header

 dev-lisp/cl-yacc/cl-yacc-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild 
b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
index 60833f8..d351a7d 100644
--- a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
+++ b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
@@ -1,6 +1,6 @@
-# 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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/

2014-06-13 Thread José María Alonso
commit: d86c62b615a4a1be946fc268bf8fec231502a380
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Fri Jun 13 18:31:20 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Fri Jun 13 18:31:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d86c62b6

dev-lisp/cl-yacc: moved to EAPI 5 and common-lisp-3

---
 dev-lisp/cl-yacc/cl-yacc-0.3.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild 
b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
index 374b02f..60833f8 100644
--- a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
+++ b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit common-lisp-2
+EAPI=5
+
+inherit common-lisp-3
 
 DESCRIPTION=CL-YACC is a LALR(1) parser generator for Common Lisp
 HOMEPAGE=http://www.pps.jussieu.fr/~jch/software/cl-yacc/
@@ -17,8 +19,6 @@ IUSE=doc
 DEPEND=sys-apps/texinfo
doc? ( virtual/texi2dvi )
 
-CLSYSTEMS=yacc
-
 src_compile() {
makeinfo ${PN}.texi -o ${PN}.info || die Cannot build info docs
if use doc ; then
@@ -28,8 +28,8 @@ src_compile() {
 }
 
 src_install() {
-   common-lisp-install yacc{,-tests}.lisp yacc.asd
-   common-lisp-symlink-asdf
+   common-lisp-install-sources yacc{,-tests}.lisp
+   common-lisp-install-asdf
dodoc CHANGES README
doinfo ${PN}.info
use doc  dodoc ${PN}.pdf