summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't exclude . since that excludes the entire contents of some tar files. (t...Zac Medico2007-02-181-1/+1
* When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE....Zac Medico2007-02-181-6/+6
* For bug #166880, always display the merge list header. (trunk r5999:6000)Zac Medico2007-02-181-1/+1
* For bug #166880, always display the merge list (allowing --tree to be obeyed ...Zac Medico2007-02-181-3/+3
* For bug #167450, optimize merge order by delaying the merge of root nodes. (t...Zac Medico2007-02-181-2/+12
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6
* For bug #166785, check for invalid categories in the world file. (trunk r5985...Zac Medico2007-02-181-3/+16
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+25
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-161-1/+13
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* Optimize merge order calculation for --tree output when necessary. (trunk r5...Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-121-1/+1
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* Make the "lfull" output more succinct by omitting categories for which there ...v2.1.2-r9Zac Medico2007-02-081-2/+1
* Turn on strict dep checking to fix the isvalidatom test (trunk r5926).Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-073-8/+13
* For bug #165783, handle a potential InvalidDependString exception in repoman ...Zac Medico2007-02-071-13/+23
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-4/+10
* Enable strict dep checking for repoman. (trunk r5918)Zac Medico2007-02-071-0/+1
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-072-2/+3
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-073-2/+6
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9
* Ensure that the code for bug #165382 only affects name collisions with virtua...Zac Medico2007-02-051-2/+4
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of the...Zac Medico2007-02-051-24/+1
* Document --config-root for bug #165334. (trunk r5888:5889)Zac Medico2007-02-051-2/+7
* For bug #165382, show a helpful message if an exception is raised from cpv_ex...Zac Medico2007-02-051-3/+16
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only t...Zac Medico2007-02-051-2/+12
* add warning about storing data in PORTDIR (trunk r5865:5866)Zac Medico2007-02-031-3/+9
* For bug #165065, use the proper RESTRICT setting when fetching files in diges...Zac Medico2007-02-031-9/+19
* For bug #165034, make sure that symlinks are excluded from chmod calls. (trun...Zac Medico2007-02-031-1/+1
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* Don't use os.path.isdir() because it can swallow errors related to filesystem...v2.1.2-r6Zac Medico2007-02-011-2/+8
* Load the most current variables from /etc/profile.env for post_emerge stuff. ...Zac Medico2007-02-011-0/+6
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
* Use find + xargs to avoid a potential 'Argument list too long' from bash. (tr...Zac Medico2007-01-311-3/+1
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo()....Zac Medico2007-01-301-0/+2
* For bug #164617, don't change permissions on ${WORKDIR} with unpack(). (trunk...Zac Medico2007-01-301-1/+5
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be em...Zac Medico2007-01-301-2/+4
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5Zac Medico2007-01-292-4/+8
* Catch EACCESS when running env-update, orignal patch by <phajdan.jr@gmail.com...Zac Medico2007-01-291-2/+9
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat...Zac Medico2007-01-291-4/+5
* add support for transparently decompressing gz/Z/bz2 files since some upstrea...Zac Medico2007-01-291-10/+36
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. (trunk...Zac Medico2007-01-281-1/+0
* translate unicode quotes to ascii ones so we can keep our regex simple (trunk...Zac Medico2007-01-281-1/+4
* Can't delete variable that doesn't exist anymore (bug #164280) (trunk r5816:5...Zac Medico2007-01-281-4/+12