Gentoo Archives: gentoo-commits

From: "Marius Mauch (genone)" <genone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11587 - main/trunk/doc/config
Date: Sun, 28 Sep 2008 18:09:05
Message-Id: E1Kk0ha-0000bM-Nm@stork.gentoo.org
1 Author: genone
2 Date: 2008-09-28 18:09:01 +0000 (Sun, 28 Sep 2008)
3 New Revision: 11587
4
5 Modified:
6 main/trunk/doc/config/sets.docbook
7 Log:
8 document AgeSet handler class
9
10 Modified: main/trunk/doc/config/sets.docbook
11 ===================================================================
12 --- main/trunk/doc/config/sets.docbook 2008-09-28 17:57:45 UTC (rev 11586)
13 +++ main/trunk/doc/config/sets.docbook 2008-09-28 18:09:01 UTC (rev 11587)
14 @@ -397,6 +397,32 @@
15 </sect3>
16 </sect2>
17
18 + <sect2 id='config-set-classes-AgeSet'>
19 + <title>portage.sets.dbapi.AgeSet</title>
20 + <para>
21 + Package sets created by this class will include installed packages that
22 + have been installed before / after a given date.
23 + </para>
24 +
25 + <sect3>
26 + <title>Single Set Configuration</title>
27 + <para>
28 + In single set configurations this class supports the following options:
29 + <itemizedlist>
30 + <listitem><varname>age</varname>: Optional, defaults to 7. Specifies
31 + the number of days passed since installation to use as cut-off point.
32 + </listitem>
33 + <listitem><varname>mode</varname>: Optional, defaults to "older". Must
34 + be either "older" or "newer" to select packages installed either
35 + before resp. after the cut-off-date given by <varname>age</varname>.
36 + E.g. the defaults will select all installed packages that have been
37 + installed more than one week ago.
38 + </listitem>
39 + </itemizedlist>
40 + </para>
41 + </sect3>
42 + </sect2>
43 +
44 <sect2 id='config-set-classes-CategorySet'>
45 <title>portage.sets.dbapi.CategorySet</title>
46 <para>