summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow binary packages to be installed with --usepkg even when there is no ebu...v2.1-r2Zac Medico2006-07-311-3/+9
* Match blockers against the correct $ROOT for bug #108449. This patch is from...Zac Medico2006-07-311-7/+9
* Ignore hidden files and directories in grablines recursion for bug #137607. T...Zac Medico2006-07-311-4/+6
* Update symlinks during package moves for bug #138394. This patch is from tru...Zac Medico2006-07-311-0/+26
* Add a new portageq metadata function that wraps dbapi.aux_get() so that thing...Zac Medico2006-07-311-0/+30
* Don't call emergelog() from the parallel-fetch process for bug #88837. This ...Zac Medico2006-07-311-1/+4
* Don't write to emerge.log when --pretend is enabled for bug #139449. This pa...Zac Medico2006-07-311-1/+2
* Make depclean account for old-style virtuals so that it doesn't remove the pr...Zac Medico2006-07-311-1/+7
* Fix depclean so that it cleans unneeded slots (unless they are exempted by th...Zac Medico2006-07-311-21/+18
* When necessary, always print a list of missing atoms even if --verbose is not...Zac Medico2006-07-311-3/+4
* Go ahead and dump a full traceback without having to enable --debug. This pa...Zac Medico2006-07-311-5/+3
* Catch ParseError from getconfig during env_update for bug #142157. This patc...Zac Medico2006-07-312-5/+6
* As suggested by exg, include the einfon code inside einfo instead of using th...Zac Medico2006-07-311-6/+4
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-311-0/+2
* Add a --force option for `ebuild digest` so that the user doesn't have to man...Zac Medico2006-07-312-18/+46
* Add PKG_CONFIG_PATH to env_update incrementals for bug #105384. This patch i...Zac Medico2006-07-311-2/+3
* When assume-digests is enabled, for digest generation if the number of parsed...Zac Medico2006-07-312-7/+10
* Fix NameError: global name 'portage_exception' is not defined for bug #140041.Zac Medico2006-07-311-0/+1
* Fix getgccversion logic for bug #137786 and bug #139662. This patch is from ...Zac Medico2006-07-311-2/+2
* Use the cannonical path of when transferring metadata so that the _eclasses_...Zac Medico2006-07-311-0/+1
* Add more dependencies to the digraph in order to help prevent strange merge o...Zac Medico2006-07-311-3/+9
* Use get() to simplify setitem logic as suggested by Brian Harring. This patch...v2.1-r1Zac Medico2006-06-211-12/+10
* Implement get() as part of the standard mapping interface. This patch is from...Zac Medico2006-06-211-0/+6
* Make it possible to pass alternative cache implementations into the construct...Zac Medico2006-06-211-1/+2
* Make sure that elog entries are also processed in *rm phases and that they ar...Zac Medico2006-06-211-0/+11
* Only attempt to unmerge the already-installed instance if it actually exists....Zac Medico2006-06-211-5/+6
* Add autouse removal to RELEASE-NOTES. This patch is from trunk r3510 to r3512.Zac Medico2006-06-211-0/+5
* Add date header for rfc2822 compliance. This patch is from trunk r3497.Zac Medico2006-06-211-1/+2
* Fix LIVEVCS.stable for -* keywords. This patch is from trunk r3487.Zac Medico2006-06-211-1/+1
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-211-1/+3
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should b...Zac Medico2006-06-211-14/+14
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's need...Zac Medico2006-06-211-3/+8
* To prevent infinite recursion when a lock file has more than 1 hardlink, test...Zac Medico2006-06-212-2/+3
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177. ...Zac Medico2006-06-211-10/+12
* Force digest generation when assume-digests is enabled but the file size does...Zac Medico2006-06-211-2/+10
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patc...Zac Medico2006-06-211-2/+2
* Various man/emerge.1 fixes from Benno Schulenberg in bug #136818. This patch ...Zac Medico2006-06-211-32/+38
* Fix path to ebuild for dsd, bug # 135705. This patch is from trunk r3507.Zac Medico2006-06-211-2/+2
* s/i686-unknown/i686-gentoo/ for bug #136532. This patch is from trunk r3504.Zac Medico2006-06-211-1/+1
* Remove pointless closing of stdin that is done prior to metadata transfer and...Zac Medico2006-06-212-6/+1
* Remove QA warning when files are installed with portage uid/gid for bug #1363...Zac Medico2006-06-211-2/+0
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278. This patch is f...Zac Medico2006-06-211-1/+1
* Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donnie...Zac Medico2006-06-211-2/+2
* Prevent extra newlines in elog for einfo invocations. See bug #136208. This ...Zac Medico2006-06-211-2/+6
* Do not unmerge fifo files because, since their mtime is not stored in CONTENT...Zac Medico2006-06-211-5/+1
* Stack package.mask files in a more logical order as specified in bug #133740....Zac Medico2006-06-211-5/+17
* When --debug is enabled, do not raise a ValueError for unresolved dependencie...Zac Medico2006-06-211-2/+0
* Give a useful error message when a dependency has an ambiguous atom due to th...Zac Medico2006-06-211-17/+36
* Make elog mail module always set the 'From' header for rfc2822 compliance. T...Zac Medico2006-06-211-0/+1
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus....Zac Medico2006-06-211-2/+2