summaryrefslogtreecommitdiffstats
path: root/cnf/sets.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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