Gentoo Archives: gentoo-dev

From: William McArthur <sandymac@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ebuild requiring user input
Date: Sun, 19 May 2002 13:36:21
Message-Id: 3CE7F0A1.8030100@gentoo.org
In Reply to: [gentoo-dev] ebuild requiring user input by Scott J Garner
1 An ebuild should be completely automated. I should be able to emerge a
2 huge list of things and come back in a day with them all compiled and
3 installed. That means you cannot require human input.
4
5 USE flags are the main way to configure pagkage. Please read
6 /usr/portage/profiles/use.desc for a full list.
7
8 Also, autodetecting things about the current system should be advoided.
9 We want to be able to build a PPC package on a x86 box.
10
11 Basicly if it's set in /etc/make.conf you can use it for configuration
12 purposes.
13
14 Sandy McArthur