Gentoo Archives: gentoo-dev

From: Andy Spencer <andy753421@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Please enhance your USE descriptions!
Date: Tue, 29 Mar 2011 16:10:29
Message-Id: 20110329160248.GA26285@c.hsd1.tn.comcast.net
In Reply to: Re: [gentoo-dev] Please enhance your USE descriptions! by Jeroen Roovers
1 On 2011-03-29 17:10, Jeroen Roovers wrote:
2 > You could start by pointing out some good examples of bad
3 > descriptions.
4
5 A few regular expressions might help with that:
6
7 /:(\w+) - (Enable|Add) support for \1$/
8 /:(\w+) - (Enable|Add) \1( support)?$/
9
10 For example:
11
12 app-admin/puppet:shadow - Enable shadow support
13 app-editors/tea:hacking - Enable hacking support
14 app-emulation/q4wine:icoutils - Enable icoutils support
15 app-misc/roadnav:openstreetmap - Enable openstreetmap support
16 app-misc/roadnav:scripting - Enable scripting support
17 app-office/abiword-plugins:thesaurus - Enable thesaurus support
18 app-office/abiword:thesaurus - Enable thesaurus support
19 app-pda/barry:boost - Enable boost support
20 ....

Replies