| Commit message (Expand) | Author | Age | Files | Lines |
* | broke the conditional node class out into portage.package.conditionals.base, ... | Brian Harring | 2005-08-09 | 2 | -33/+95 |
* | documentation first off (across the board) | Brian Harring | 2005-08-09 | 3 | -67/+140 |
* | whee. | Brian Harring | 2005-08-09 | 5 | -32/+123 |
* | dicts.py => mappings.py | Brian Harring | 2005-08-09 | 7 | -323/+103 |
* | blah | Brian Harring | 2005-08-05 | 1 | -0/+11 |
* | bam, herpes | Brian Harring | 2005-08-05 | 1 | -0/+11 |
* | use set, not dict for valid. | Brian Harring | 2005-08-05 | 1 | -3/+3 |
* | fix header again | Mike Frysinger | 2005-08-05 | 3 | -6/+6 |
* | update of how to handle package.provided. | Brian Harring | 2005-08-03 | 1 | -1/+2 |
* | useful little utility for converting between cache backends without having to... | Brian Harring | 2005-08-03 | 1 | -0/+44 |
* | ver_cmp info | Brian Harring | 2005-08-03 | 1 | -0/+4 |
* | tweak to the instantiation target for domain (not reay to use it yet) | Brian Harring | 2005-08-03 | 1 | -2/+2 |
* | whitespace fix in errors.py | Brian Harring | 2005-08-03 | 3 | -9/+74 |
* | cleanup, and a few bug fixes to profiles. | Brian Harring | 2005-08-03 | 4 | -36/+46 |
* | __str__ , and cleanup/bug fixing of versionmatch | Brian Harring | 2005-08-03 | 1 | -12/+42 |
* | pref_curry is now pre_curry | Brian Harring | 2005-08-03 | 2 | -16/+28 |
* | collapsed now is fully functional (and fast, too). | Brian Harring | 2005-08-03 | 3 | -64/+170 |
* | reworked the visibility filter, now it accepts only one instance of a restric... | Brian Harring | 2005-08-03 | 1 | -11/+7 |
* | bit 'o' cleanup. added cleanse_keys class attribute, serves as an indication... | Brian Harring | 2005-08-03 | 6 | -24/+47 |
* | rewrite prepallman to use find rather than hardcoded paths | Mike Frysinger | 2005-07-29 | 2 | -8/+11 |
* | rewrite by Aron Griffis so that it works flawlessly with all options #97324 | Mike Frysinger | 2005-07-29 | 3 | -37/+11 |
* | fix IMAGE usage in pkg_preinst so that ebuild authors dont have to know/care ... | Mike Frysinger | 2005-07-29 | 2 | -16/+22 |
* | negation inversion via operators mangling. | Brian Harring | 2005-07-28 | 1 | -1/+13 |
* | changed default intersect results to None, rather then exception. | Brian Harring | 2005-07-28 | 1 | -2/+2 |
* | hokay, now it works. | Brian Harring | 2005-07-28 | 1 | -3/+9 |
* | ouch. | Brian Harring | 2005-07-28 | 1 | -3/+50 |
* | addition of readonly + bool type to cache section definition, and setting con... | Brian Harring | 2005-07-28 | 2 | -3/+9 |
* | bug in bool_parser's var interpretation ("no" != True, "no" == False) | Brian Harring | 2005-07-28 | 1 | -2/+5 |
* | bug fixes, and updates. | Brian Harring | 2005-07-28 | 4 | -23/+77 |
* | fix to rewrite_eclasses base | Brian Harring | 2005-07-28 | 1 | -3/+3 |
* | typo in StrSubstringMatch instantation) | Brian Harring | 2005-07-28 | 1 | -2/+2 |
* | bleh, yanked the interesect stub since it's not finished. | Brian Harring | 2005-07-27 | 1 | -2/+2 |
* | touched up prototype.itermatch so that it now supports full range of package ... | Brian Harring | 2005-07-27 | 2 | -21/+30 |
* | changed the visibility masker so it's proper | Brian Harring | 2005-07-27 | 1 | -4/+8 |
* | restrictions updates, addition of intersects (still underway), and a lookup b... | Brian Harring | 2005-07-27 | 4 | -26/+164 |
* | added description attribute | Brian Harring | 2005-07-27 | 1 | -1/+3 |
* | threw out some unused vars | Brian Harring | 2005-07-27 | 1 | -17/+4 |
* | cleanup | Brian Harring | 2005-07-22 | 1 | -5/+4 |
* | bleh | Brian Harring | 2005-07-22 | 1 | -2/+6 |
* | update... | Brian Harring | 2005-07-22 | 1 | -0/+26 |
* | typo. | Brian Harring | 2005-07-21 | 1 | -2/+7 |
* | updated horked with what still is needed to get to equivalent functionality, ... | Brian Harring | 2005-07-21 | 7 | -37/+201 |
* | basic contents objs. | Brian Harring | 2005-07-21 | 2 | -0/+76 |
* | whee. | Brian Harring | 2005-07-21 | 7 | -26/+56 |
* | updates... | Brian Harring | 2005-07-20 | 6 | -40/+83 |
* | central now uses currying (portage.util.curry). curry has been broken into a... | Brian Harring | 2005-07-20 | 20 | -161/+708 |
* | removed hardcoded paths, split inherit into two seperate chunks (internal, an... | Brian Harring | 2005-07-20 | 6 | -371/+417 |
* | exists in portage.util.dicts now | Brian Harring | 2005-07-13 | 1 | -97/+0 |
* | header adjustment | Brian Harring | 2005-07-13 | 1 | -0/+2 |
* | shifted imports, added some documentation to the class. | Brian Harring | 2005-07-13 | 1 | -3/+8 |