Gentoo Archives: gentoo-dev

From: Christoph Niethammer <christoph.niethammer@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Undocumented and unused USE variables
Date: Fri, 16 Mar 2012 12:06:30
Message-Id: 1813960.lTJXjFAotk@elephant
1 Hello.
2
3 Currently I am doing a from scratch installation of gentoo.
4
5 While setting up my USE flags I noticed, that some default USE flags in the
6 default environment (default/linux/amd64/10.0/desktop/kde) are neither
7 documented (in /usr/portage/profiles/use.desc) nor used in IUSE by any package
8 (amd64).
9
10 I am wondering if they are a leftover from older/outdated packages and could
11 be removed.
12
13 Here is the list of USE flags I identified at my system:
14
15 * Undocumented use flags:
16 ----------
17 amd64
18 consolekit
19 declarative
20 gdu
21 kipi
22 mudflap
23 nptlonly
24 pango
25 phonon
26 pppd
27 qt3support
28 sysfs
29 xorg
30
31 * Unused and undocumented USE flags:
32 ----------
33 amd64
34 mudflap
35 sysfs
36
37
38 For those who want to search on their system I attached two scripts:
39 * find_undocumented_uses.sh :
40 searches for use flags which are active but not documenten in
41 /usr/portage/profiles/use.desc.
42 * find_unused_uses.sh :
43 Checks for given USE flags if they are found in any ebuild's IUSE statment

Attachments

File name MIME type
find_undocumented_uses.sh application/x-shellscript
find_unused_uses.sh application/x-shellscript

Replies

Subject Author
Re: [gentoo-dev] Undocumented and unused USE variables "Jory A. Pratt" <anarchy@g.o>
Re: [gentoo-dev] Undocumented and unused USE variables "René Neumann" <lists@××××××.eu>
Re: [gentoo-dev] Undocumented and unused USE variables Kent Fredric <kentfredric@×××××.com>
Re: [gentoo-dev] Undocumented and unused USE variables Joshua Kinard <kumba@g.o>