summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-09-28 18:09:01 +0000
committerMarius Mauch <genone@gentoo.org>2008-09-28 18:09:01 +0000
commitf91ed82260e8b87033a08e3b10dc9383f8f25cf5 (patch)
tree231a4f13ffa65870c06f4a401abe515ab51b8b56 /doc
parent3136c4ab8cc36599f64839778b984079f7298cc5 (diff)
downloadportage-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.tar.gz
portage-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.tar.bz2
portage-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.zip
document AgeSet handler class
svn path=/main/trunk/; revision=11587
Diffstat (limited to 'doc')
-rw-r--r--doc/config/sets.docbook26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index ad37486c6..78546c4cb 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -397,6 +397,32 @@
</sect3>
</sect2>
+ <sect2 id='config-set-classes-AgeSet'>
+ <title>portage.sets.dbapi.AgeSet</title>
+ <para>
+ Package sets created by this class will include installed packages that
+ have been installed before / after a given date.
+ </para>
+
+ <sect3>
+ <title>Single Set Configuration</title>
+ <para>
+ In single set configurations this class supports the following options:
+ <itemizedlist>
+ <listitem><varname>age</varname>: Optional, defaults to 7. Specifies
+ the number of days passed since installation to use as cut-off point.
+ </listitem>
+ <listitem><varname>mode</varname>: Optional, defaults to "older". Must
+ be either "older" or "newer" to select packages installed either
+ before resp. after the cut-off-date given by <varname>age</varname>.
+ E.g. the defaults will select all installed packages that have been
+ installed more than one week ago.
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect3>
+ </sect2>
+
<sect2 id='config-set-classes-CategorySet'>
<title>portage.sets.dbapi.CategorySet</title>
<para>