From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D6B7138200 for ; Thu, 4 Apr 2013 21:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74596E064E; Thu, 4 Apr 2013 21:55:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BB57E064E for ; Thu, 4 Apr 2013 21:55:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC2C333DD6C for ; Thu, 4 Apr 2013 21:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72EDDE408E for ; Thu, 4 Apr 2013 21:55:55 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <1365112549.5ed6d2ac4ff5f1130d09dc65243ca4cb0ec2e60c.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cmucl/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cmucl/cmucl-20d.ebuild X-VCS-Directories: dev-lisp/cmucl/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 5ed6d2ac4ff5f1130d09dc65243ca4cb0ec2e60c X-VCS-Branch: master Date: Thu, 4 Apr 2013 21:55:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77704e61-af32-4738-bcb9-0f66d9c1eaea X-Archives-Hash: 18920a740f2fa6994c4799c0d1c6d93c commit: 5ed6d2ac4ff5f1130d09dc65243ca4cb0ec2e60c Author: Stelian Ionescu cddr org> AuthorDate: Thu Apr 4 21:55:49 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Thu Apr 4 21:55:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5ed6d2ac dev-lisp/cmucl: build ASDF contrib --- dev-lisp/cmucl/cmucl-20d.ebuild | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/dev-lisp/cmucl/cmucl-20d.ebuild b/dev-lisp/cmucl/cmucl-20d.ebuild index aace2ea..0bd8ce5 100644 --- a/dev-lisp/cmucl/cmucl-20d.ebuild +++ b/dev-lisp/cmucl/cmucl-20d.ebuild @@ -37,12 +37,25 @@ src_compile() { local cmufpu=$(glo_usev sse2 sse2 x87) local cmuopts="$(glo_usev !X -u) -f ${cmufpu}" local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core -noinit -nositeinit -batch" + env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" + + # Compile up the asdf and defsystem modules + $TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || die +(in-package :cl-user) +(setf (ext:search-list "target:") + '("$TARGET/" "src/")) +(setf (ext:search-list "modules:") + '("target:contrib/")) + +(compile-file "modules:asdf/asdf") +(compile-file "modules:defsystem/defsystem") +EOF } src_install() { env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \ - bin/make-dist.sh -S -g -G root -O root build-4 ${MY_PV} x86 linux \ + bin/make-dist.sh -S -g -G root -O root linux-4 ${MY_PV} x86 linux \ || die "Cannot build installation archive" # Necessary otherwise tar will fail dodir /usr