summaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-19 17:05:47 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-19 17:05:47 +0000
commitb09e7c881e402cfcbc6165ac4cef4f33e27f1577 (patch)
treec97156b86a1a1a5a5c7e55cf3478e7191b97670f /doc/config
parent486c66235de2a25dcd29d1f6d671f3795ff8949d (diff)
downloadportage-b09e7c881e402cfcbc6165ac4cef4f33e27f1577.tar.gz
portage-b09e7c881e402cfcbc6165ac4cef4f33e27f1577.tar.bz2
portage-b09e7c881e402cfcbc6165ac4cef4f33e27f1577.zip
Remove the docs for the extend, remove, and intersect attributes
that are not supported now. svn path=/main/trunk/; revision=14695
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/sets.docbook12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index 8f93b1df2..ec8ff9a2a 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -57,12 +57,6 @@
is missing)</para></listitem>
<listitem><para><varname>world-candidate</varname>, which determines if
given package should be added to the <varname>world</varname> set</para></listitem>
- <listitem><para><varname>extend</varname> to include the contents of other package sets</para>
- </listitem>
- <listitem><para><varname>remove</varname> to remove the contents of other package sets</para>
- </listitem>
- <listitem><para><varname>intersect</varname> to only include packages that are also
- included in one or more other package sets</para></listitem>
</itemizedlist>
<para>
Some handler classes might require additional options for their configuration,
@@ -100,9 +94,8 @@
sets each section still requires the <varname>class</varname> option,
but to indicate that the section should generate multiple sets it's
also necessary to set the <varname>multiset</varname> option to
- <parameter>true</parameter>. The <varname>world-candidate</varname>,
- <varname>extend</varname>, <varname>remove</varname> and
- <varname>intersect</varname> options are also supported like with
+ <parameter>true</parameter>. The <varname>world-candidate</varname>
+ option also supported like with
single sets (they'll apply to all sets generated by the section).
</para>
<para>
@@ -132,7 +125,6 @@
class = portage.sets.dbapi.CategorySet
multiset = true
name_pattern = $category/*
- intersect = installed
</programlisting>
</para>
<!-- TODO: reference list of available set handler classes here -->