diff options
author | Marius Mauch <genone@gentoo.org> | 2008-09-28 18:09:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2008-09-28 18:09:01 +0000 |
commit | f91ed82260e8b87033a08e3b10dc9383f8f25cf5 (patch) | |
tree | 231a4f13ffa65870c06f4a401abe515ab51b8b56 /doc | |
parent | update set config documentation to include extend, remove and intersect options (diff) | |
download | portage-idfetch-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.tar.gz portage-idfetch-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.tar.bz2 portage-idfetch-f91ed82260e8b87033a08e3b10dc9383f8f25cf5.zip |
document AgeSet handler class
svn path=/main/trunk/; revision=11587
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/sets.docbook | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index ad37486c..78546c4c 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> |