Remove the docs for the extend, remove, and intersect attributes
authorZac Medico <zmedico@gentoo.org>
Mon, 19 Oct 2009 17:05:47 +0000 (17:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 19 Oct 2009 17:05:47 +0000 (17:05 -0000)
that are not supported now.

svn path=/main/trunk/; revision=14695

doc/config/sets.docbook

index 8f93b1df2d33641564cf059c69c778f254c999da..ec8ff9a2a83c7a22cc7e395db0ab933f44a7bcb6 100644 (file)
                        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,
                        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>
                        class = portage.sets.dbapi.CategorySet
                        multiset = true
                        name_pattern = $category/*
-                       intersect = installed
                        </programlisting>
                        </para>
                        <!-- TODO: reference list of available set handler classes here -->