summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add special handling for updates of Package.metadata['USE'], so thatZac Medico2010-06-011-3/+15
* Add a Package.copy() method.Zac Medico2010-06-011-2/+9
* Make depgraph._serialize_tasks show a debug message when itZac Medico2010-05-301-4/+2
* Add _emerge.Package.iuse.get_missing_iuse to return missing IUSE flags. Resto...Sebastian Luther2010-05-251-0/+13
* _emerge.Package.iuse.is_valid_flags should return a list of flags missing fro...Sebastian Luther2010-05-251-2/+3
* Allow _emerge.Package.iuse.is_valid_flag() to take a list of flagsSebastian Luther2010-05-251-4/+9
* _emerge.Package.__str__(): handle operation==uninstallSebastian Luther2010-05-211-0/+6
* Add _emerge.Package.__str__() for nicer output formattingSebastian Luther2010-05-201-0/+28
* Add a Package.iuse.is_valid_flag() method to replace the regex attribute,Zac Medico2010-04-271-20/+9
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-301-1/+6
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use isvalidatom to validate PROVIDE entries.Zac Medico2010-02-191-2/+8
* Cache BUILD_TIME in Package.metadata.Zac Medico2010-02-151-1/+1
* Optimized the code for bug #288083 and make it handle more cases. Now Packagev2.2_rc51Zac Medico2009-11-211-2/+79
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-121-2/+4
* Fix SyntaxError with Python 3 added in r14462.Arfrever Frehtes Taifersar Arahesis2009-09-291-1/+1
* Revert the rest of r14280 since it seems that dict bypasses __getitem__Zac Medico2009-09-291-26/+7
* Add back _PackageMetadataWrapper__setitem__, removed in r14280, since removingZac Medico2009-09-291-30/+64
* Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clearZac Medico2009-09-231-1/+0
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Use a dict for Package.metadata, because it's faster. Thanks to MaratZac Medico2009-09-191-49/+33
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-9/+1
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-7/+3
* Make Package.invalid suitable for use by repoman.Zac Medico2009-06-281-4/+8
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+6
* Use @property instead of __getattribute__ to implement lazy Package.iuse.regexZac Medico2009-06-251-15/+20
* Add a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-251-0/+4
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-251-0/+4
* * Add a Package.invalid attribute to store messages about invalid LICENSE,Zac Medico2009-06-251-5/+23
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* * Make Package.metadata['USE'] access trigger USE calculation for unbuiltZac Medico2009-06-251-7/+39
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+185