Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] questions of semantics in ebuild.sh
Date: Tue, 27 Jan 2004 23:00:08
Message-Id: 200401271739.53627.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] questions of semantics in ebuild.sh by Drake Wyrm
1 On Tuesday 27 January 2004 14:44, Drake Wyrm wrote:
2 > Okay, *that* makes sense. To continue that logic, src_* functions need
3 > to be sandboxed, while pkg_* functions need to be unsandboxed. Now,
4 > what about the dyn_* functions?
5
6 they're internal functions you should never ever overload ... basically,
7 unless you're gonna do internal portage hacking, forget they exist :P
8
9 they setup the env for the func call they're responsible for ...
10 dyn_unpack() setups up the environment for src_unpack() for example
11 -mike
12
13
14 --
15 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] questions of semantics in ebuild.sh Drake Wyrm <wyrm@×××××.com>