Merge from genscripts r446: brian.dolbec
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 22 Sep 2010 21:33:43 +0000 (21:33 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 22 Sep 2010 21:33:43 +0000 (21:33 -0000)
fix the new has module description line.

Merge from genscripts r442: brian.dolbec
initial commit of a general purpose equery has module useable for nearly all
the available vardb ENVIRONMENT data

svn path=/trunk/gentoolkit/; revision=810

pym/gentoolkit/equery/__init__.py

index 60ec161eaab43b133c26c47ac5ba19e0685ea75b..be30ed814658f81932b1602a9f163175bdffa0ea 100644 (file)
@@ -54,6 +54,7 @@ NAME_MAP = {
        'f': 'files',
        'h': 'hasuse',
        'l': 'list_',
+       'a': 'has',
        'm': 'meta',
        's': 'size',
        'u': 'uses',
@@ -91,6 +92,7 @@ def print_help(with_description=True):
                (" (d)epends", "list all packages directly depending on ATOM"),
                (" dep(g)raph", "display a tree of all dependencies for PKG"),
                (" (f)iles", "list all files installed by PKG"),
+               (" h(a)s", "list all packages for matching ENVIRONMENT data stored in /var/db/pkg"),
                (" (h)asuse", "list all packages that have USE flag"),
                (" (l)ist", "list package matching PKG"),
                (" (m)eta", "display metadata about PKG"),