Parse flag descriptions in repoman.utilities.parse_metadata_use().
authorMichał Górny <gentoo@mgorny.alt.pl>
Thu, 26 Aug 2010 16:51:14 +0000 (18:51 +0200)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 Aug 2010 17:17:32 +0000 (10:17 -0700)
commitda50b12d4c6eeca8dda1f97e49163c611c2b78b2
treeea249786fb5f1aff4f66faf71e737397f2ebb342
parentebfcfc636536a3d6fcaa0c0d8de27cac391b5b3c
Parse flag descriptions in repoman.utilities.parse_metadata_use().

Grab the USE descriptions from metadata.xml within parse_metadata_use().
Instead of a plain flag list, return a dict containing both the flag
names and their descriptions.
bin/repoman
pym/repoman/utilities.py