summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps in headers of modified files.v2.1.6.7_p1Zac Medico2012-05-211-1/+1
* Make compatible with Python >=2.6.6, bug #330937.Zac Medico2012-05-211-17/+21
* Fix repoman conditionals inside _expand_new_virtuals() to usev2.1.6.6Zac Medico2009-01-141-3/+2
* Add some more variables to config._env_blacklist to ensure that they neverZac Medico2009-01-141-3/+6
* Make sure spawn() always initializes opt_name because later code assumes that...Zac Medico2009-01-141-0/+3
* In spawn(), put the full cpv in opt_name, instead of just $PF. Thanks toZac Medico2009-01-141-1/+2
* Inside digestgen(), don't unnecessarily call fetch() in cases when the thereZac Medico2009-01-141-1/+6
* Bug #254825 - Improve messages that are displayed when manifest generationZac Medico2009-01-141-11/+40
* Bug #254860 - Add another missing str -> atom conversion insideZac Medico2009-01-141-1/+1
* Bug #254860 - Inside _expand_new_virtuals(), generate instances of AtomZac Medico2009-01-141-3/+4
* Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.Zac Medico2009-01-121-8/+7
* Inside config._getKeywords(), ignore -* in KEYWORDS, to prevent it fromZac Medico2009-01-121-1/+1
* Bug #55321 - Add support for package.keywords in profiles. In profiles,Zac Medico2009-01-121-3/+32
* * Enable the recursive option in profile package.use parsing.Zac Medico2009-01-121-15/+14
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-121-12/+5
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-121-11/+14
* Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.Zac Medico2009-01-121-5/+7
* Fix the 'Unrecognized configure options' check for compatibility withZac Medico2009-01-121-1/+1
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-251-0/+5
* Remove code from unused config.load_infodir() method and issue a deprecationZac Medico2008-12-251-67/+3
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-251-1/+1
* Bug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from ...Zac Medico2008-12-201-3/+3
* Add a new FEATURES=test-fail-continue value which causes ebuild executionZac Medico2008-12-121-0/+5
* When processing output from the "depend" phase, use the number of lines asZac Medico2008-12-121-3/+9
* Bug #250166 - To avoid accidental regeneration of digests with the incorrectZac Medico2008-12-121-21/+29
* When in --debug mode, make the depgraph call self.digraph.debug_print() toZac Medico2008-12-121-5/+7
* Fix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks toZac Medico2008-12-121-3/+8
* If pkg_nofetch needs to be spawned inside fetch() and it happens thatZac Medico2008-12-071-0/+29
* 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