From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ImkFt-00014e-V0 for garchives@archives.gentoo.org; Tue, 30 Oct 2007 06:07:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9U66QR6000509; Tue, 30 Oct 2007 06:06:26 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9U637AA027591 for ; Tue, 30 Oct 2007 06:03:08 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 454A565381; Tue, 30 Oct 2007 06:03:07 +0000 (UTC) Date: Mon, 29 Oct 2007 23:03:05 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, cla@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild metadata.xml Manifest ChangeLog Message-ID: <20071030060305.GC30328@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 4d2f31db-c559-4daf-b69e-628311b5e016 X-Archives-Hash: 1987e3b090cbeec3a10bb4b6703b136d On 22:45 Mon 29 Oct , Dawid Weglinski (cla) wrote: > Revision Changes Path > 1.1 net-irc/mistbot/mistbot-0.9.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.1&content-type=text/plain > src_compile() { > ebegin "Change build.conf to fit needs" > > if ! use xml; then > sed -e '/^MODS\ +=\ rss$/d' -i build.conf || die "sed failed" > fi > > if ! use nls; then > sed -e '/^NLS = nls$/d' -i build.conf || die "sed failed" > fi > > if ! use debug; then > sed -e '/^DEBUG = debug$/d' -i build.conf || die "sed failed" > fi > > if ! use ssl; then > sed -e '/^SSL = ssl$/d' -i build.conf || die "sed failed" > fi > > sed -e 's/^#ONCE\ =\ yes$/ONCE\ =\ yes/' -i build.conf || die "sed failed" What's up with some of these escaping spaces, and others not? > echo "CXXFLAGS=${CXXFLAGS}" >> build.conf > echo "CXX=$(tc-getCXX)" >> build.conf > echo "PREFIX=/usr" >> build.conf > > ebegin "compiling source" > > emake all-oneGo || die "emake failed" > > if use doc; then > ebegin "generate documentation" > make doc || die "make doc failed" > fi > } > > src_install() { > make install DESTDIR="${D}" || die "make install failed" Any particular reason 'emake' isn't used here or in the 'make doc' call? Thanks, Donnie -- gentoo-dev@gentoo.org mailing list