From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/
Date: Fri, 13 Jun 2014 18:30:26 +0000 (UTC) [thread overview]
Message-ID: <1402684280.d86c62b615a4a1be946fc268bf8fec231502a380.nimiux@gentoo> (raw)
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
next reply other threads:[~2014-06-13 18:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 18:30 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-03 22:25 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/ José María Alonso
2017-07-07 10:41 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1402684280.d86c62b615a4a1be946fc268bf8fec231502a380.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox