* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/
@ 2014-06-13 18:30 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2014-06-13 18:30 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/
@ 2016-12-03 22:25 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-03 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 2aa025d00da2fda428a11960bdcdfc525793abc3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 22:25:48 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 22:25:48 2016 +0000
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/
@ 2017-07-07 10:41 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 2aa07a90ab0f80b4e7e8512470559b260c0111f5
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 10:41:22 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 10:41:22 2017 +0000
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-07 10:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 18:30 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-03 22:25 José María Alonso
2017-07-07 10:41 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox