commit:     d86c62b615a4a1be946fc268bf8fec231502a380
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 18:31:20 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 18:31:20 2014 +0000
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

Reply via email to