summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/_ipc
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-3/+4
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-141-26/+60
* best_version() and has_version(): Improve die() messages.Arfrever Frehtes Taifersar Arahesis2012-10-071-2/+2
* QueryCommand: add get_db() classmethodZac Medico2012-06-111-3/+7
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* Support repository dependencies in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-161-3/+6
* Remove unneeded _unicode_decode for io.StringIO.Zac Medico2011-07-121-3/+1
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-3/+4
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-7/+45
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-081-1/+1
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-011-6/+5
* Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+8
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-4/+5
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+55
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-133-0/+38