public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Zac Medico <zmedico@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [OT] Ebuild with scons and sandbox
Date: Tue, 16 Aug 2005 04:25:12 -0700	[thread overview]
Message-ID: <4301CD18.9040708@gmail.com> (raw)
In-Reply-To: <4301C3DE.6040402@gmail.com>

Nagatoro wrote:
> src_compile() {
> # Waring message "borrowed" from the enlightenment.eclass
> # by vapier@gentoo.org
>         eerror "This is a LIVE CVS ebuild."
>         eerror "That means there are NO promises it will work."
>         eerror "If it fails to build, FIX THE CODE YOURSELF"
>         eerror "before reporting any issues."
> 
>     scons release=1 || die "scons failed"
> }

If you run "equery depends -a scons" and read some of those ebuilds you'll see something like this:

scons DESTDIR=${D}

See the explanation of ${D} in the ebuild(5) manpage.  That helps keep you inside the sandbox.

Zac
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2005-08-16 11:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-16  9:57 [gentoo-user] [OT] Ebuild with scons and sandbox Nagatoro
2005-08-16 10:14 ` Zac Medico
2005-08-16 10:45   ` Nagatoro
2005-08-16 11:25     ` Zac Medico [this message]
2005-08-16 14:01       ` Nagatoro
2005-08-16 19:21         ` Zac Medico
2005-08-17 11:43 ` [gentoo-user] " Andreas Fredriksson

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=4301CD18.9040708@gmail.com \
    --to=zmedico@gmail.com \
    --cc=gentoo-user@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