summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/config.py
Commit message (Expand)AuthorAgeFilesLines
* Support per-package bashrc files.Michał Górny2010-04-291-1/+1
* Use shlex_split for splitting PORTDIR_OVERLAY.Zac Medico2010-04-271-15/+16
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-2/+2
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-0/+5
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-0/+9
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-061-2/+2
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Exclude PORTAGE_SYNC_STALE from the ebuild environment.Zac Medico2010-03-081-1/+2
* Call stack_lists on profile_only_variables for incremental processing.Zac Medico2010-03-011-0/+1
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-221-0/+3
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-221-0/+2607