summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix inverted logic in superuser logic for bug #267104.Zac Medico2009-05-021-2/+2
* Only generate KV when setting up the environment for a real ebuild phase. ThisZac Medico2009-05-011-1/+4
* In config.setcpv() reuse split USE from built packages instead of splittingZac Medico2009-04-301-3/+2
* Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) andZac Medico2009-04-301-19/+38
* Bug #267104 - When appropriate, advise the user that they may set FEATURES=Zac Medico2009-04-301-4/+17
* Fix _lazy_accept_license to discard || from the set of licenses.Zac Medico2009-04-301-0/+1
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-5/+12
* Fix error in calculations from bug #267104.Zac Medico2009-04-301-2/+2
* In config.setcpv(), move the code that makes sure "pkg" values override "env"Zac Medico2009-04-301-4/+8
* Generate a pruned version of ACCEPT_LICENSE, by intersection withZac Medico2009-04-301-0/+28
* In config.regenerate(), explicitly include self.backupenv when processingZac Medico2009-04-301-0/+1
* Exclude 'backupenv' from config.configlist and lookuplist since it doesn'tZac Medico2009-04-301-13/+12
* Fix the code from bug #267104 to account non-root users.Zac Medico2009-04-291-1/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-291-2/+9
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-231-0/+3
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-161-1/+6
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-161-3/+11
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-151-0/+1
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-151-8/+9
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-131-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-0/+3
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-111-0/+45
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-101-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-101-1/+3
* Fix some _doebuild_exit_status_check() calls so that they only happen whenZac Medico2009-04-071-14/+17
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-1/+7
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-051-4/+10
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-1/+1
* Add support in MetadataRegen for cleansing stale cache when only a subsetZac Medico2009-03-301-0/+2
* Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly.Zac Medico2009-03-301-1/+7
* Make the argument hash in config.setcpv() a little stronger.v2.2_rc28Zac Medico2009-03-271-5/+7
* Fix typo in comment.Zac Medico2009-03-271-1/+1
* In config.setcpv(), make sure the current args are really identical to theZac Medico2009-03-271-2/+7
* Inside config.setcpv(), don't clear out self.configdict['pkg'] entirelyZac Medico2009-03-271-4/+11
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-261-5/+23
* In config.regenerate(), always synchronize self.features with self['FEATURES'].Zac Medico2009-03-261-4/+6
* In config.setcpv(), clear out self.configdict["pkg"] to make sure that noZac Medico2009-03-261-0/+1
* Remove redundant EAPI assingment inside doebuild_environment().v2.2_rc27Zac Medico2009-03-241-1/+1
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-11/+53
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-0/+36
* When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()Zac Medico2009-03-231-3/+3
* Fix misc typos in comments.Zac Medico2009-03-231-1/+1
* Replace xrange() usage with normal iteration and enumerate() whereZac Medico2009-03-221-14/+15
* Inside config.environ(), skip stat call on $T/environment for phases suchZac Medico2009-03-221-5/+6
* Remove pointless usage of xrange(). Thanks to Douglass AndersonZac Medico2009-03-221-2/+2
* Make sure mysettings.setcpv() always gets called when necessary insideZac Medico2009-03-181-7/+9
* Add docstrings for the fd_pipes and returnpid parameters of doebuild().Zac Medico2009-03-181-0/+7
* Make config.features a set instead of a list.Zac Medico2009-03-181-5/+4
* Bug #261670 - Automatically revert the CHOST metadata to the initial valuev2.2_rc25Zac Medico2009-03-121-0/+12