From: Marius Mauch Date: Sun, 28 Sep 2008 18:09:01 +0000 (-0000) Subject: document AgeSet handler class X-Git-Tag: v2.2_rc12~65 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f91ed82260e8b87033a08e3b10dc9383f8f25cf5;p=portage.git document AgeSet handler class svn path=/main/trunk/; revision=11587 --- 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 @@ + + portage.sets.dbapi.AgeSet + + Package sets created by this class will include installed packages that + have been installed before / after a given date. + + + + Single Set Configuration + + In single set configurations this class supports the following options: + + age: Optional, defaults to 7. Specifies + the number of days passed since installation to use as cut-off point. + + mode: Optional, defaults to "older". Must + be either "older" or "newer" to select packages installed either + before resp. after the cut-off-date given by age. + E.g. the defaults will select all installed packages that have been + installed more than one week ago. + + + + + + portage.sets.dbapi.CategorySet