public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dawid Węgliński" <cla@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild metadata.xml Manifest ChangeLog
Date: Tue, 30 Oct 2007 23:03:16 +0100	[thread overview]
Message-ID: <1193781796.6188.13.camel@sapphire> (raw)
In-Reply-To: <20071030060305.GC30328@supernova>

[-- Attachment #1: Type: text/plain, Size: 1906 bytes --]

Dnia 29-10-2007, Pn o godzinie 23:03 -0700, Donnie Berkholz napisał(a):
> 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

Fixed, thanks

Cheers
-- 
,-----------------------------.
| Dawid Węgliński             |
| cla@gentoo.org              |
| cla @ irc.freenode.net      |
| GPG: 295E72D9               |
`-----------------------------'


[-- Attachment #2: To jest część listu podpisana cyfrowo --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2007-10-30 21:06 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 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild metadata.xml Manifest ChangeLog Donnie Berkholz
2007-10-30 22:03   ` Dawid Węgliński [this message]

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=1193781796.6188.13.camel@sapphire \
    --to=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