summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Fix _setitem() to write the same format that's currently distributed in theZac Medico2009-01-061-5/+40
* Remove print statement from previous commit.Zac Medico2009-01-051-1/+0
* Do not hardlink files unless they are in the sameZac Medico2009-01-051-2/+11
* Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.Zac Medico2009-01-041-5/+7
* Fix the 'Unrecognized configure options' check for compatibility withZac Medico2009-01-031-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-241-0/+5
* Fix PATH comparison in binarytree.inject() some more.Zac Medico2008-12-241-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-241-2/+2
* When removing entries with duplicate paths inside binarytree.inject(), handleZac Medico2008-12-231-3/+6
* Fix typo.Zac Medico2008-12-231-1/+1
* Bug #252243 - Fix binarytree.prevent_collision() so that it won't create a ci...Zac Medico2008-12-231-6/+17
* Remove code from unused config.load_infodir() method and issue a deprecationZac Medico2008-12-221-67/+3
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-213-3/+3
* Bug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from ...Zac Medico2008-12-191-3/+3
* Bug #250902 - Inside dblink._find_unused_preserved_libs(), show a warningZac Medico2008-12-141-1/+8
* Bug #250902 - Inside dblink._find_libs_to_preserve(), prevent symlinks fromZac Medico2008-12-141-1/+16
* 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-101-4/+0
* For py3k compat, remove Atom.__cmp__() and use str.__lt__() instead.Zac Medico2008-12-101-10/+2
* urlparse.urljoin() only works correctly with recognized protocols andZac Medico2008-12-101-1/+4
* When processing output from the "depend" phase, use the number of lines asZac Medico2008-12-101-3/+9
* In digestgen(), don't call fetch for files that already exist but haveZac Medico2008-12-091-3/+3
* Simplify the code from bug #250166.Zac Medico2008-12-091-28/+15
* Bug #250166 - To avoid accidental regeneration of digests with the incorrectZac Medico2008-12-091-1/+22
* When in --debug mode, make the depgraph call self.digraph.debug_print() toZac Medico2008-12-091-5/+7
* Fix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks toZac Medico2008-12-081-3/+8
* Bug #249586 - Use writemsg() to send output to stderr instead of stdout.Zac 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.2_rc17Zac Medico2008-12-051-2/+11
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-042-5/+14
* Bug #249805 - Add some more PreservedLibsRegistry.pruneNonExisting() calls,Zac Medico2008-12-041-0/+4
* Use stat st_dev attributes instead of the older approach.Zac 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
* Also add 2 spaces after newline, for alignment.Zac 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