diff options
author | 2015-08-14 10:40:06 -0400 | |
---|---|---|
committer | 2015-08-14 10:40:06 -0400 | |
commit | ae779d8001fa40d54e2b003a8935b33454864611 (patch) | |
tree | d139640b63acf2f89cbc24d08b0a095d308162f3 /doc | |
parent | test: check restrictions from path_restrict() return proper # of matches (diff) | |
download | pkgcore-ae779d8001fa40d54e2b003a8935b33454864611.tar.gz pkgcore-ae779d8001fa40d54e2b003a8935b33454864611.tar.bz2 pkgcore-ae779d8001fa40d54e2b003a8935b33454864611.zip |
doc: remove freeform restrictions from pquery examples
This was dropped from the code a while back.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getting-started/pquery-usage.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/getting-started/pquery-usage.rst b/doc/getting-started/pquery-usage.rst index 668913a9..bb79f39f 100644 --- a/doc/getting-started/pquery-usage.rst +++ b/doc/getting-started/pquery-usage.rst @@ -88,15 +88,3 @@ No equivalent ``pquery --maintainer seemant`` list all It can also do some things equery/emerge do not let you do, like restricting based on maintainer or herd and printing various other package attributes. See ``--help`` for those. If you miss a query file a ticket. - -Freeform Restrictions -===================== - -One possibly interesting feature is: - -``pquery --expr "and(or(herd(python), maintainer(me)), match('dev-*/*'))"`` - -which matches packages in a category starting with dev that are either -maintained by "me" or in the python herd. This code is not heavily tested and -the "not" boolean is currently broken. Should be fixed for the next release -though. |