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 1EBFE1381F3 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 52FD2E065A; Thu, 4 Apr 2013 21:55:59 +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 E211AE065A for ; Thu, 4 Apr 2013 21:55:58 +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 EE73733DD77 for ; Thu, 4 Apr 2013 21:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4C93BE4073 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: <1365112530.fac6d166998a998a08be94383e20dec3ac375056.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/ecls/ecls-12.12.1-r1.ebuild X-VCS-Directories: dev-lisp/ecls/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: fac6d166998a998a08be94383e20dec3ac375056 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: 1a27fe68-ad5a-47ae-a49b-9e7ea33959a8 X-Archives-Hash: a9bd536a53432064dee3f8e59572a383 commit: fac6d166998a998a08be94383e20dec3ac375056 Author: Stelian Ionescu cddr org> AuthorDate: Thu Apr 4 21:55:30 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Thu Apr 4 21:55:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=fac6d166 dev-lisp/ecls: don't build docs --- dev-lisp/ecls/ecls-12.12.1-r1.ebuild | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/dev-lisp/ecls/ecls-12.12.1-r1.ebuild b/dev-lisp/ecls/ecls-12.12.1-r1.ebuild index 172ba3e..ce637ed 100644 --- a/dev-lisp/ecls/ecls-12.12.1-r1.ebuild +++ b/dev-lisp/ecls/ecls-12.12.1-r1.ebuild @@ -15,7 +15,7 @@ RESTRICT="mirror" LICENSE="BSD LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc emacs gengc precisegc sse +threads +unicode X" +IUSE="debug emacs gengc precisegc sse +threads +unicode X" CDEPEND="dev-libs/gmp virtual/libffi @@ -72,12 +72,6 @@ src_compile() { #parallel make fails emake -j1 || die "Compilation failed" - - if use doc; then - pushd build/doc - emake || die "Building docs failed" - popd - fi } src_install () { @@ -88,8 +82,5 @@ src_install () { pushd build/doc newman ecl.man ecl.1 newman ecl-config.man ecl-config.1 - if use doc; then - doinfo ecl{,dev}.info || die "Installing info docs failed" - fi popd }