Gentoo Archives: gentoo-user

From: Zac Medico <zmedico@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Ebuild with scons and sandbox
Date: Tue, 16 Aug 2005 11:29:41
Message-Id: 4301CD18.9040708@gmail.com
In Reply to: Re: [gentoo-user] [OT] Ebuild with scons and sandbox by Nagatoro
1 Nagatoro wrote:
2 > src_compile() {
3 > # Waring message "borrowed" from the enlightenment.eclass
4 > # by vapier@g.o
5 > eerror "This is a LIVE CVS ebuild."
6 > eerror "That means there are NO promises it will work."
7 > eerror "If it fails to build, FIX THE CODE YOURSELF"
8 > eerror "before reporting any issues."
9 >
10 > scons release=1 || die "scons failed"
11 > }
12
13 If you run "equery depends -a scons" and read some of those ebuilds you'll see something like this:
14
15 scons DESTDIR=${D}
16
17 See the explanation of ${D} in the ebuild(5) manpage. That helps keep you inside the sandbox.
18
19 Zac
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] Ebuild with scons and sandbox Nagatoro <nagatoro@×××××.com>