Gentoo Archives: gentoo-dev

From: Panard <panard@×××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] emerge with interacitve use
Date: Tue, 29 Apr 2003 17:25:20
Message-Id: 200304291903.19747.panard@inzenet.org
1 Hello,
2
3 After some experiencies with emerge, it could be great that to do an emerge
4 with USE interactive :
5
6 $ emerge -I php
7 >>> ...
8 Use Java [Y/n]?
9 Use X[y/N] ?
10 ....
11
12 I found, that there are too many errors due to USE vars that we forget to
13 disable or enable...
14
15 So I have taken my hands and my vim, and tried to do this, it gave a good
16 result.
17
18 I join the script, its name is emerge-interactive, this is in fact the emerge
19 script with my modifications (line 1840 to 1877)... place it in the
20 directory
21 /usr/lib/portage/bin
22 then
23 ln -s /usr/lib/portage/bin/emerge-interactive /usr/bin
24
25
26 To use the interactive mide, use
27 $ emerge-interactive -I or --interactive ....
28
29 This is my first gentoo and linux contribution so I'm waiting for some
30 feedback, impression, and sure critiques and amelioration (this is the first
31 time I script in python, so be indulgent !!)
32
33 Thanks!
34
35 Panard
36
37
38 --
39 ________________________________________________________
40 panard@×××××××.org http://www.inzenet.org
41
42 "Computers are like air-conditioners, they stop working properly when you open
43 Windows."

Attachments

File name MIME type
emerge-interactive.bz2 application/x-bzip2

Replies

Subject Author
Re: [gentoo-dev] emerge with interacitve use Tony Clark <tclark@×××××.com>
Re: [gentoo-dev] emerge with interacitve use Sergey Kuleshov <sergey@××××××××××.com>
Re: [gentoo-dev] emerge with interacitve use Eric Noack <eric.noack@×××.de>
Re: [gentoo-dev] emerge with interacitve use Nick Jones <carpaski@××××××.net>
Re: [gentoo-dev] [update] emerge with interacitve use Panard <panard@×××××××.org>