summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.1.6_rc3Zac Medico2008-12-051-2/+11
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-041-4/+5
* Use stat st_dev attributes instead of the older approach. (trunk r12117)v2.1.6_rc2Zac Medico2008-11-271-2/+1
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-261-6/+47
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
* Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1Zac Medico2008-11-241-1/+1
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-241-1/+1
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-211-2/+10
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-201-2/+3
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-0/+3
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+1
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-151-0/+12
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-131-3/+0
* ACCEPT_LICENSE support depends on definition of license groupsZac Medico2008-11-131-13/+3
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-111-0/+1
* Bug #245932 - Pass use_mask and use_force parameters into recursiveZac Medico2008-11-071-1/+2
* Fix broken reference to self inside unmerge().Zac Medico2008-11-041-1/+2
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-041-0/+1
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-0/+5
* In config.setcpv(), ensure that A and AA aren't in the env dict.Zac Medico2008-11-011-1/+1
* In _validate_deps(), show the ebuild version to clarify which ebuild theZac Medico2008-11-011-9/+13
* * In fetch(), ensure that pkg_nofetch is never called more than once.Zac Medico2008-11-011-6/+13
* Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lockZac Medico2008-11-011-0/+1
* Explicitly load the preserved libs registry after obtaining a lock for mergeZac Medico2008-11-011-0/+1
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-4/+0
* Bug #244947 - Add repoman support for checking masked and forced flags onZac Medico2008-11-011-4/+11
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-311-36/+50
* Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],Zac Medico2008-10-291-51/+59
* Fix graph.get() so that it works as intended, returning the node correspondingZac Medico2008-10-281-4/+7
* Return early from fetch() if no uris are given.Zac Medico2008-10-271-0/+3
* In fetch(), avoid the "Adjusting permissions recursively" message in casesZac Medico2008-10-271-1/+10
* When creating the temporary $DISTDIR, do not try to set the uid since itZac Medico2008-10-251-1/+1
* When populating the fake $DISTDIR inside doebuild(), reuse existing symlinksZac Medico2008-10-241-16/+23
* Split dep validation out of doebuild() and skip it when called by emerge sinceZac Medico2008-10-211-40/+51
* Validate PROPERTIES inside doebuild().Zac Medico2008-10-211-1/+1
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+2
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-1/+2
* Remove redundant duplicate uri elimination code. It's already handled inZac Medico2008-10-201-3/+1
* Prefer thirdpartymirrors over normal mirrors in cases when the file does notZac Medico2008-10-201-3/+10