summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.Zac Medico2009-01-121-8/+7
* Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.errorZac Medico2009-01-121-1/+9
* Add a "quiet" parameter to the EOutput constructor, and also flushZac Medico2009-01-121-2/+4
* Use ebegin/eend to indicate when waiting for a lock and when it's acquired.Zac Medico2009-01-122-14/+18
* 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-126-53/+52
* Fix _setitem() to write the same format that's currently distributed in theZac Medico2009-01-121-5/+40
* Remove print statement from previous commit. (trunk r12382)Zac Medico2009-01-121-1/+0
* Do not hardlink files unless they are in the sameZac Medico2009-01-121-2/+11
* 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
* Make vardbapi._aux_get() return _mtime_ as a long (never as a float).Zac Medico2008-12-251-1/+1
* Inside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI isZac Medico2008-12-251-15/+20
* Handle potential KeyErrors that may be raised from get_eclass_data(), andZac Medico2008-12-253-10/+16
* Don't add any more that one "-" symbol to the front of an unsupported EAPI.Zac Medico2008-12-251-1/+1
* Inside mirror_cache(), handle unsupported EAPI like portdbapi does.Zac Medico2008-12-251-0/+9
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-251-0/+5
* Fix PATH comparison in binarytree.inject() some more. (trunk r12295)Zac Medico2008-12-251-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-251-2/+2
* When removing entries with duplicate paths inside binarytree.inject(), handleZac Medico2008-12-251-3/+6
* Fix typo. (trunk r12281)Zac Medico2008-12-251-1/+1
* Bug #252243 - Fix binarytree.prevent_collision() so that it won't create a ci...Zac Medico2008-12-251-6/+17
* 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-253-3/+3
* 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
* Fix breakage in stale metadata logic inside binarytree._poplulate().Zac Medico2008-12-121-3/+4
* When using the old binhost protocol, comparison with the remoteZac Medico2008-12-121-10/+6
* Fix old-style binhost code binarytree.digestCheck() will use local digests whenZac Medico2008-12-121-4/+9
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-1/+36
* Remove ManifestEntry.__cmp__() since it's not needed and py3k won't use it.Zac Medico2008-12-121-4/+0
* For py3k compat, remove Atom.__cmp__() and use str.__lt__() instead.Zac Medico2008-12-121-10/+2
* urlparse.urljoin() only works correctly with recognized protocols andZac Medico2008-12-121-1/+4
* 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
* Bug #249586 - Use writemsg() to send output to stderr instead of stdout.v2.1.6Zac Medico2008-12-071-10/+15
* 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-042-5/+14
* 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
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
* 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-262-7/+58
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14