public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Donnie Berkholz <dberkholz@gentoo.org>
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
Date: Mon, 29 Oct 2007 23:03:05 -0700	[thread overview]
Message-ID: <20071030060305.GC30328@supernova> (raw)
In-Reply-To: <E1ImdM5-0000hW-Oz@stork.gentoo.org>

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



       reply	other threads:[~2007-10-30  6:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1ImdM5-0000hW-Oz@stork.gentoo.org>
2007-10-30  6:03 ` Donnie Berkholz [this message]
2007-10-30 22:03   ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild metadata.xml Manifest ChangeLog Dawid Węgliński

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=20071030060305.GC30328@supernova \
    --to=dberkholz@gentoo.org \
    --cc=cla@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