aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* broke the conditional node class out into portage.package.conditionals.base, ...Brian Harring2005-08-092-33/+95
* documentation first off (across the board)Brian Harring2005-08-093-67/+140
* whee.Brian Harring2005-08-095-32/+123
* dicts.py => mappings.pyBrian Harring2005-08-097-323/+103
* blahBrian Harring2005-08-051-0/+11
* bam, herpesBrian Harring2005-08-051-0/+11
* use set, not dict for valid.Brian Harring2005-08-051-3/+3
* fix header againMike Frysinger2005-08-053-6/+6
* update of how to handle package.provided.Brian Harring2005-08-031-1/+2
* useful little utility for converting between cache backends without having to...Brian Harring2005-08-031-0/+44
* ver_cmp infoBrian Harring2005-08-031-0/+4
* tweak to the instantiation target for domain (not reay to use it yet)Brian Harring2005-08-031-2/+2
* whitespace fix in errors.pyBrian Harring2005-08-033-9/+74
* cleanup, and a few bug fixes to profiles.Brian Harring2005-08-034-36/+46
* __str__ , and cleanup/bug fixing of versionmatchBrian Harring2005-08-031-12/+42
* pref_curry is now pre_curryBrian Harring2005-08-032-16/+28
* collapsed now is fully functional (and fast, too).Brian Harring2005-08-033-64/+170
* reworked the visibility filter, now it accepts only one instance of a restric...Brian Harring2005-08-031-11/+7
* bit 'o' cleanup. added cleanse_keys class attribute, serves as an indication...Brian Harring2005-08-036-24/+47
* rewrite prepallman to use find rather than hardcoded pathsMike Frysinger2005-07-292-8/+11
* rewrite by Aron Griffis so that it works flawlessly with all options #97324Mike Frysinger2005-07-293-37/+11
* fix IMAGE usage in pkg_preinst so that ebuild authors dont have to know/care ...Mike Frysinger2005-07-292-16/+22
* negation inversion via operators mangling.Brian Harring2005-07-281-1/+13
* changed default intersect results to None, rather then exception.Brian Harring2005-07-281-2/+2
* hokay, now it works.Brian Harring2005-07-281-3/+9
* ouch.Brian Harring2005-07-281-3/+50
* addition of readonly + bool type to cache section definition, and setting con...Brian Harring2005-07-282-3/+9
* bug in bool_parser's var interpretation ("no" != True, "no" == False)Brian Harring2005-07-281-2/+5
* bug fixes, and updates.Brian Harring2005-07-284-23/+77
* fix to rewrite_eclasses baseBrian Harring2005-07-281-3/+3
* typo in StrSubstringMatch instantation)Brian Harring2005-07-281-2/+2
* bleh, yanked the interesect stub since it's not finished.Brian Harring2005-07-271-2/+2
* touched up prototype.itermatch so that it now supports full range of package ...Brian Harring2005-07-272-21/+30
* changed the visibility masker so it's properBrian Harring2005-07-271-4/+8
* restrictions updates, addition of intersects (still underway), and a lookup b...Brian Harring2005-07-274-26/+164
* added description attributeBrian Harring2005-07-271-1/+3
* threw out some unused varsBrian Harring2005-07-271-17/+4
* cleanupBrian Harring2005-07-221-5/+4
* blehBrian Harring2005-07-221-2/+6
* update...Brian Harring2005-07-221-0/+26
* typo.Brian Harring2005-07-211-2/+7
* updated horked with what still is needed to get to equivalent functionality, ...Brian Harring2005-07-217-37/+201
* basic contents objs.Brian Harring2005-07-212-0/+76
* whee.Brian Harring2005-07-217-26/+56
* updates...Brian Harring2005-07-206-40/+83
* central now uses currying (portage.util.curry). curry has been broken into a...Brian Harring2005-07-2020-161/+708
* removed hardcoded paths, split inherit into two seperate chunks (internal, an...Brian Harring2005-07-206-371/+417
* exists in portage.util.dicts nowBrian Harring2005-07-131-97/+0
* header adjustmentBrian Harring2005-07-131-0/+2
* shifted imports, added some documentation to the class.Brian Harring2005-07-131-3/+8