Gentoo Archives: gentoo-dev

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Find apps not ported to modular X
Date: Wed, 18 Jan 2006 02:09:27
Message-Id: 43CDA2A7.7070007@gentoo.org
In Reply to: [gentoo-dev] Find apps not ported to modular X by Donnie Berkholz
1 Donnie Berkholz wrote:
2 > I hacked together a script this afternoon to find any packages that are
3 > not yet ported to modular X. It will only work on systems _with modular
4 > X installed_. This is because it works by using emerge to check for
5 > blockers, then resolving those blockers down to a single package.
6
7 Here's a small enhancement to take an optional category name as an
8 argument to check packages in that category instead of whatever's
9 installed on your system.
10
11 For example:
12 donnie@supernova ~ $ ./find_broken_modular_package.sh app-accessibility
13 app-accessibility/brltty
14 app-accessibility/dasher
15 app-accessibility/gnome-mag
16
17 Thanks,
18 Donnie

Attachments

File name MIME type
find_broken_modular_package.sh application/x-shellscript
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Find apps not ported to modular X Donnie Berkholz <spyderous@g.o>