summaryrefslogtreecommitdiffstats
path: root/doc/config
Commit message (Collapse)AuthorAgeFilesLines
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-0/+15
| | | | | | | packages for which there are no visible ebuilds corresponding to the same $CATEGORY/$PN:$SLOT. svn path=/main/trunk/; revision=12043
* remove the 'repository' option from CategorySet in favor of the generic ↵Marius Mauch2008-09-281-8/+4
| | | | | | 'intersect' option svn path=/main/trunk/; revision=11597
* document AgeSet handler classMarius Mauch2008-09-281-0/+26
| | | | svn path=/main/trunk/; revision=11587
* update set config documentation to include extend, remove and intersect optionsMarius Mauch2008-09-281-7/+18
| | | | svn path=/main/trunk/; revision=11586
* Update for @everything -> @installed rename. Thanks to Arfrever.Zac Medico2008-08-181-1/+1
| | | | svn path=/main/trunk/; revision=11435
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-21/+11
| | | | | | | classes. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch from bug #233589 (with some minor adjustments from me). svn path=/main/trunk/; revision=11320
* Document the fact that use of @installed/EverythingSet makes it impossibleZac Medico2008-08-021-1/+3
| | | | | | for emerge to solve blockers by automatic uninstallation of blocked packages. svn path=/main/trunk/; revision=11318
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-0/+18
| | | | | | | RESTRICT values. This could be useful for implementing something like a @live-rebuild based on RESTRICT metadata, as suggested in bug #233589. svn path=/main/trunk/; revision=11317
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-0/+10
| | | | | | | | | | the highest visible ebuild version is lower than the currently installed version. This is useful if you have installed packages from an overlay and you want to downgrade to the highest visible after removing the overlay, even though the packages that will be dowgraded are not necessarily masked in any way. svn path=/main/trunk/; revision=11299
* Describe InheritSet and OwnerSet.Zac Medico2008-07-311-0/+4
| | | | svn path=/main/trunk/; revision=11296
* * Rename @live-ebuilds to @live-rebuild, for consistency with the otherZac Medico2008-07-311-0/+24
| | | | | | | *-rebuild sets. * Document the new sets. svn path=/main/trunk/; revision=11295
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-1/+1
| | | | svn path=/main/trunk/; revision=10787
* Update documentation for package set configuration. Original patch by ↵Marius Mauch2008-05-021-11/+39
| | | | | | Arfrever Frehtes Taifersar Arahesis svn path=/main/trunk/; revision=10086
* Fix punctuation and spelling. Thanks to Arfrever Frehtes TaifersarZac Medico2007-12-151-5/+5
| | | | | | Arahesis <arfrever.fta@gmail.com>. svn path=/main/trunk/; revision=8932
* Add some documentation for ebuild phases and pre/post phaseZac Medico2007-12-091-0/+22
| | | | | | hooks that can be defined via bashrc. svn path=/main/trunk/; revision=8876
* document default setsMarius Mauch2007-10-091-0/+22
| | | | svn path=/main/trunk/; revision=8032
* add descriptions for dbapi set classesMarius Mauch2007-10-091-0/+3
| | | | svn path=/main/trunk/; revision=8031
* add description to security set handlersMarius Mauch2007-10-091-1/+21
| | | | svn path=/main/trunk/; revision=8030
* security sets actually have one optionMarius Mauch2007-10-091-5/+30
| | | | svn path=/main/trunk/; revision=8029
* document all optionsMarius Mauch2007-10-091-1/+119
| | | | svn path=/main/trunk/; revision=8028
* Start documentation of set handler classesMarius Mauch2007-10-091-1/+170
| | | | svn path=/main/trunk/; revision=8025
* Add some documentation about set configurationMarius Mauch2007-10-061-0/+114
svn path=/main/trunk/; revision=7978