Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Remove redundant entries in "world" - howto
Date: Wed, 08 Dec 2010 16:30:01
Message-Id: 7F316306-E279-4D8F-8870-C774A9A6AF1C@stellar.eclipse.co.uk
In Reply to: Re: [gentoo-user] Remove redundant entries in "world" - howto by Albert Hopkins
1 On 8/12/2010, at 4:11pm, Albert Hopkins wrote:
2 > ...
3 > I have a script I used to locate "redudancies" in the world file. It
4 > requires gentoolkit. It basically looks at packages in world that have
5 > reverse dependencies also in world (but only goes one level deep). Just
6 >
7 > # auditworld < /var/lib/portage/world
8 >
9 > http://paste.pocoo.org/show/302273/
10
11 I think this only works on ~ARCH, right?
12
13 On x86 I get:
14
15 Traceback (most recent call last):
16 File "./auditworld", line 20, in <module>
17 import gentoolkit.sets
18 ImportError: No module named sets
19
20 Stroller

Replies

Subject Author
Re: [gentoo-user] Remove redundant entries in "world" - howto Albert Hopkins <marduk@×××××××××××.org>
Re: [gentoo-user] Remove redundant entries in "world" - howto Kevin O'Gorman <kogorman@×××××.com>