public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/climacs/
Date: Fri,  7 Jul 2017 09:27:32 +0000 (UTC)	[thread overview]
Message-ID: <1499419661.4d46624db68a3c8791c5e5d0b105e14bd54f1c7d.nimiux@gentoo> (raw)

commit:     4d46624db68a3c8791c5e5d0b105e14bd54f1c7d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:27:41 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:27:41 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d46624d

dev-lisp/climacs: Updates to common-lisp-3 eclass

 dev-lisp/climacs/climacs-20080209-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/climacs/climacs-20080209-r1.ebuild b/dev-lisp/climacs/climacs-20080209-r1.ebuild
index cf8ae773..092a7d74 100644
--- a/dev-lisp/climacs/climacs-20080209-r1.ebuild
+++ b/dev-lisp/climacs/climacs-20080209-r1.ebuild
@@ -20,10 +20,10 @@ RDEPEND=">=dev-lisp/flexichain-0.4.1
 		>=dev-lisp/mcclim-0.9.5_p20080209"
 
 src_compile() {
-	cd Doc
-	makeinfo --force ${PN}-internals.texi -o ${PN}-internals.info
+	cd Doc || die
+	makeinfo --force ${PN}-internals.texi -o ${PN}-internals.info || die
 	[[ -e ${PN}-internals.info ]] || die "Cannot build info docs(internals)"
-	makeinfo --force ${PN}-user.texi -o ${PN}-user.info
+	makeinfo --force ${PN}-user.texi -o ${PN}-user.info || die
 	[[ -e ${PN}-user.info ]] || die "Cannot build info docs(user manual)"
 	if use doc ; then
 		VARTEXFONTS="${T}"/fonts \
@@ -36,8 +36,8 @@ src_compile() {
 }
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dodoc INSTALL* README TODO
 	doinfo Doc/${PN}-{internals,user}.info
 	use doc && dodoc Doc/${PN}-{internals,user}.pdf


             reply	other threads:[~2017-07-07  9:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07  9:27 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02 15:34 [gentoo-commits] proj/lisp:master commit in: dev-lisp/climacs/ Ulrich Müller
2017-07-03 21:30 José María Alonso
2016-12-10 20:56 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=1499419661.4d46624db68a3c8791c5e5d0b105e14bd54f1c7d.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