summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the unnecessary "Previously fetched" portion of the disfiles checksum ...Zac Medico2006-08-021-2/+2
* Link the full handbook since it's guaranteed to continue to work as per comme...Zac Medico2006-08-021-2/+2
* Move code that updates depgraph state from select_dep() to a more appropriate...Zac Medico2006-08-021-11/+7
* Grab /etc/profile.env from the target root instead of the configroot.Zac Medico2006-08-021-2/+2
* Move profile.env to the bottom of the stack so that, for example, it's possib...Zac Medico2006-08-021-12/+12
* Remove duplicate profile.env values from the environment so that they don't o...Zac Medico2006-08-021-0/+18
* Remove dojar for bug #108517.Zac Medico2006-08-011-54/+0
* Don't write to emerge.log when --pretend is enabled for bug #139449.Zac Medico2006-07-311-1/+2
* When emerge exits to blockers, show a link to the relevant section of the Gen...Zac Medico2006-07-311-2/+12
* Only ignore ENOENT in getconfig() so that more important errors don't go unno...Zac Medico2006-07-311-1/+3
* Add matching quote (typo from last revision).Zac Medico2006-07-311-1/+1
* Catch ParseError from getconfig during env_update for bug #142157.Zac Medico2006-07-312-5/+6
* Remove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner <antaru...Zac Medico2006-07-311-24/+1
* Stack /etc/profile.env inside portage.config so that it doesn't stop variable...Zac Medico2006-07-293-4/+16
* Make sure we doebuild uses the correct tree for fetch lists when there are ov...Zac Medico2006-07-281-2/+6
* Use the FetchlistDict to simplify code.Zac Medico2006-07-281-4/+3
* Pass in the path to the base of the current tree to ensure that the correct f...Zac Medico2006-07-281-1/+3
* Add PKG_CONFIG_PATH to env_update incrementals for bug #105384.Zac Medico2006-07-281-2/+3
* Allow a digest to be created before any distfiles have been fetched for bug #...Zac Medico2006-07-282-3/+8
* Add a --force option for `ebuild digest` so that the user doesn't have to man...Zac Medico2006-07-282-16/+38
* Simplify permissions adjustment after a file is fetched.Zac Medico2006-07-271-12/+9
* Move the filesystem mirrors code into the main fetch loop.Zac Medico2006-07-271-16/+13
* Move permissions adjustment of previously fetched files into the main fetch l...Zac Medico2006-07-271-8/+8
* Fix ENOENT exception handler so that it only wraps the relevant stat call.Zac Medico2006-07-271-8/+7
* Hide a password if a uri contains one (a custom local mirror, for example). ...Zac Medico2006-07-271-1/+2
* Simplify fetch failure logic.Zac Medico2006-07-271-12/+10
* Ensure that that fetch restriction message is only show once in --pretend mode.Zac Medico2006-07-271-0/+2
* Allow fetch restricted files to be fetched from custom local mirrors as per b...Zac Medico2006-07-271-24/+25
* Move the initial check of previously fetched files out of the locations loop ...Zac Medico2006-07-271-54/+47
* Fix unsafe deletion of a dictionary item during iteration.Zac Medico2006-07-261-1/+4
* When necessary, always print a list of missing atoms even if --verbose is not...Zac Medico2006-07-251-3/+4
* Move the self dependency check from digraph.addnode() to depgraph.create() si...Zac Medico2006-07-252-5/+3
* Add more dependencies to the digraph in order to help prevent strange merge o...Zac Medico2006-07-252-3/+11
* s/difference/symmetric_difference/ for the last two commits.Zac Medico2006-07-241-2/+2
* For binary packages, trigger a rebuild with --newuse when IUSE has changed fo...Zac Medico2006-07-241-2/+10
* Trigger a rebuild with --newuse when IUSE has changed for bug #116955.Zac Medico2006-07-241-1/+4
* Simplify depgraph.select_dep() logic by using a list of matched packages (ins...Zac Medico2006-07-231-31/+32
* Return tuples instead of lists from getboth functions and methods.Zac Medico2006-07-231-2/+2
* Return a tuple from searchindex instead of a list.Zac Medico2006-07-231-1/+1
* Make xsplit() return False on failure and True on success for bug #141445.Zac Medico2006-07-221-2/+2
* Move best_match_to_list, match_from_list, and match_to_list from the core por...Zac Medico2006-07-222-113/+115
* Move portage.best() to portage_versions.Zac Medico2006-07-222-17/+16
* Remove unused portage.match_from_list_original() function.Zac Medico2006-07-221-116/+0
* Use portage.best() to simplify package comparison.Zac Medico2006-07-221-6/+2
* Just add the providers to the protected set without bothering to check if the...Zac Medico2006-07-221-6/+5
* Make depclean account for old-style virtuals so that it doesn't remove the pr...Zac Medico2006-07-221-1/+8
* Make sure that PORTAGE_BUILDDIR exists before attempting to lock it. Dependin...Zac Medico2006-07-211-2/+2
* Collapse whitespace in aux_get calls for remote binpkg metadata. See bug #14...Zac Medico2006-07-211-4/+2
* Ignore hidden directories and files when updating config files.Zac Medico2006-07-211-0/+5
* Add a link for "Setting up your own local rsync mirror" as suggested by jkt.Zac Medico2006-07-211-0/+2