From a22f5eb38d32eb1ad095c6c1cd2931aae0487baa Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Wed, 22 Sep 2010 21:33:43 +0000 Subject: [PATCH] Merge from genscripts r446: brian.dolbec 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py index 60ec161..be30ed8 100644 --- a/pym/gentoolkit/equery/__init__.py +++ b/pym/gentoolkit/equery/__init__.py @@ -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"), -- 2.26.2