Gentoo Archives: gentoo-dev

From: Markus Nigbur <pYrania@××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Script to determine packages missing the metadata.xml file.
Date: Thu, 14 Aug 2003 12:45:39
Message-Id: 20030814144113.6c31a4cd.pYrania@c0ffeine.de
1 I wrote a little python script to lookup packages that still have no metadata.xml file.
2
3 >From the --help switch:
4 pyrania@powerix $ metadata -h
5 Usage:
6 metadata <category>/<package>
7 * Checks whether the <package> in <category> has a metadata.xml file.
8
9 metadata -p | --package <package>
10 * Checks whether the <package> has a metadata.xml file.
11
12 metadata -c | --category <category>
13 * Returns a list of packages in <category> missing the metadata.xml file.
14
15 metadata -s | --statistics
16 * Number of total packages and those who miss the file.
17
18 metadata -a | --all
19 * For a complete list of packages missing the file.
20
21
22 Optionally:
23 -d | --developer
24 * Displays the developer with most changelog entries.
25
26
27 NOTE: Don't use --all without grep. Currently 4048 out of 5122 packages miss the file (--statistics). This would produce a hugh list ;)
28
29 You can grep it here: http://www.c0ffeine.de/metadata
30
31 --
32 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Script to determine packages missing the metadata.xml file. Markus Nigbur <pYrania@××××××××.de>