summaryrefslogtreecommitdiffstats
path: root/cnf/sets.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add 'tla' to the lists of live eclasses.Zac Medico2009-12-061-1/+1
| | | | svn path=/main/trunk/; revision=14935
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+7
| | | | | | | | to portage-2.2_rc* releases. In addition to @system, @world now includes a @selected set which represents user-selected "world" packages and sets that saved in /var/lib/portage/world{,sets}. svn path=/main/trunk/; revision=14614
* Add back accidentally removed @downgrade set. Thanks to Arfrever.Zac Medico2008-11-221-0/+6
| | | | svn path=/main/trunk/; revision=12044
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-4/+4
| | | | | | | packages for which there are no visible ebuilds corresponding to the same $CATEGORY/$PN:$SLOT. svn path=/main/trunk/; revision=12043
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-1/+1
| | | | svn path=/main/trunk/; revision=11721
* Bug #238550 - Set world-candidate = False for the @system since the portageZac Medico2008-09-251-0/+1
| | | | | | | | ebuild will now automatically add @system to world_sets on upgrade and therefore it should no longer be necessary to add it world_sets via the command line. svn path=/main/trunk/; revision=11538
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-2/+3
| | | | | | | 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/+4
| | | | | | for emerge to solve blockers by automatic uninstallation of blocked packages. svn path=/main/trunk/; revision=11318
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-0/+6
| | | | | | | | | | 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
* * Rename @live-ebuilds to @live-rebuild, for consistency with the otherZac Medico2008-07-311-1/+1
| | | | | | | *-rebuild sets. * Document the new sets. svn path=/main/trunk/; revision=11295
* Remove quotes since the seem to cause incorrect results.Zac Medico2008-07-311-1/+1
| | | | svn path=/main/trunk/; revision=11294
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-0/+6
| | | | | | | | module-rebuild tool. The /lib/modules path is set in sets.conf via a "files" attribute of an OwnerSet instance. This can be easily used to define similar sets based on paths on installed files. svn path=/main/trunk/; revision=11293
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-0/+6
| | | | | | | | | | that inherit from know live eclasses such as cvs, darcs, git, mercurial, and subversion. The list of eclasses is controlled by an "inherits" attribute that is configure in sets.conf for and instance of InheritSet. This set serves a purpose similar to the -scm ebuild suffix that has been proposed in GLEP 54. svn path=/main/trunk/; revision=11292
* For brevity, and consistency with pkgcore, rename "all-installed" to justZac Medico2008-06-261-1/+1
| | | | | | "installed". Thanks to ferringb for the suggestion. svn path=/main/trunk/; revision=10808
* change default name of EverythingSet to @all-installed (bug #229467)Marius Mauch2008-06-261-1/+1
| | | | svn path=/main/trunk/; revision=10801
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed ↵Marius Mauch2008-05-021-1/+1
| | | | | | LibraryPackageMap class svn path=/main/trunk/; revision=10081
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-021-1/+5
| | | | svn path=/main/trunk/; revision=10077
* Bug #201513 - Fix typos for preserve-libs and PreservedLibraryConsumerSet.Zac Medico2007-12-071-2/+2
| | | | | | | Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> for this patch. svn path=/main/trunk/; revision=8861
* implement the final part of FEATURES=preserved-libs and remove previously ↵Marius Mauch2007-12-031-0/+5
| | | | | | preserved libs that don't have any consumers left. Also fix the notice if preserved libs are found to use the preserved-rebuild package set instead of revdep-rebuild. svn path=/main/trunk/; revision=8821
* default set configuration, should probably go into /usr/share/portageMarius Mauch2007-10-061-0/+34
svn path=/main/trunk/; revision=7977