summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Raise an error if the named repository doesn't existv2.2_pre7Marius Mauch2008-05-211-2/+8
* remove 'sets/' name-prefix for file-based package setsMarius Mauch2008-05-021-1/+1
* Fix some more broken logic inside WorldSet.load().Zac Medico2008-04-141-1/+5
* Fix buggy logic in WorldSet.load() that causes it to discard all ofZac Medico2008-04-141-2/+5
* store sets in a different physical location than normal packages for 'world' ...Marius Mauch2008-04-131-5/+62
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2
* add a placeholder for repository paths in 'filename' and 'directory' options ...Marius Mauch2008-03-151-4/+16
* For greedy slot behavior, in addition to any installed slots alsoZac Medico2008-02-191-5/+6
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-191-6/+24
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-011-1/+2
* Allow sets to get through world file validation andZac Medico2007-10-261-4/+14
* revert r8256 (plans changed)Marius Mauch2007-10-231-10/+8
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+2
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-8/+10
* Move clean_world() into WorldSetMarius Mauch2007-10-161-0/+25
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-091-0/+2
* clean up module namespaceMarius Mauch2007-10-061-0/+2
* replace category sets in test configuration with user setsMarius Mauch2007-10-051-5/+8
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-051-3/+46
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-6/+7
* Undo some unwanted changesMarius Mauch2007-09-071-17/+11
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-071-5/+6
* Handle the ENOENT error if the world file doesn't exist.Zac Medico2007-07-311-1/+7
* Fix imports for style, deprecate grab*, what is foo.metadata and what does it...Alec Warner2007-07-231-8/+20
* fix missing import, default value for value in case we try to .join on a vari...Alec Warner2007-07-221-0/+1
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-161-2/+22
* fix metadata parsing for file-based sets, add support for user-defined file s...Marius Mauch2007-07-161-0/+4
* add support for metadataMarius Mauch2007-07-161-1/+16
* use a more logical approach for editable setsMarius Mauch2007-07-161-15/+15
* Make PackageSet to behave more like a real set, and change loading logic a bi...Marius Mauch2007-07-161-1/+8
* s/node/atom/ and other minor updatesMarius Mauch2007-07-161-3/+3
* fix copyright yearMarius Mauch2007-07-061-1/+1
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-061-0/+30