Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-x11 screwup
Date: Sun, 02 Jul 2006 22:12:08
Message-Id: 200607030001.34583.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] xorg-x11 screwup by "Matthew R. Lee"
1 On Sunday 02 July 2006 23:39, Matthew R. Lee wrote:
2 > On Sunday 02 July 2006 17:00, Bo Ørsted Andresen wrote:
3 > > On Sunday 02 July 2006 22:53, Donnie Berkholz wrote:
4 > > > That's gonna remove lots of non-xorg stuff, and not catch all xorg
5 > > > stuff.
6 > > >
7 > > > You can grab a list of all modular X packages at
8 > > > http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
9 > > > run this:
10 > > >
11 > > > emerge -1 $(<modular-x-packages.txt)
12 > >
13 > > Much better. :)
14 >
15 > I'm running ext3 file system
16 > I've had a look at the above but it want's me to unmask a whole bunch of
17 > packages. I'd prefer to stick to the stable stuff. I've only the one
18 > laptop and a lot of work on at the moment. I can't afford to be out of
19 > action for too long
20
21 You can try this. It only emerges packages that are already installed:
22
23 # while read pkg; do equery list "$pkg" | grep -q "$pkg" && emerge -1 "$pkg";
24 done < modular-x-packages.txt
25
26 --
27 Bo Andresen