aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-14 10:40:06 -0400
committerTim Harder <radhermit@gmail.com>2015-08-14 10:40:06 -0400
commitae779d8001fa40d54e2b003a8935b33454864611 (patch)
treed139640b63acf2f89cbc24d08b0a095d308162f3 /doc
parenttest: check restrictions from path_restrict() return proper # of matches (diff)
downloadpkgcore-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.rst12
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.