summaryrefslogtreecommitdiffstats
path: root/bin
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
* 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
* 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-311-2/+25
* 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
* Fix LIVEVCS.stable for -* keywords. This patch is from trunk r3487.Zac Medico2006-06-211-1/+1
* 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
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177. ...Zac Medico2006-06-211-10/+12
* Fix path to ebuild for dsd, bug # 135705. This patch is from trunk r3507.Zac Medico2006-06-211-2/+2
* Remove pointless closing of stdin that is done prior to metadata transfer and...Zac Medico2006-06-211-5/+0
* Remove QA warning when files are installed with portage uid/gid for bug #1363...Zac Medico2006-06-211-2/+0
* 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
* 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
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus....Zac Medico2006-06-211-2/+2
* Replace --include-masked with an inverse --ignore-masked option for bug #8557...Zac Medico2006-06-211-8/+6
* By popular demand (including releng), revert the unmerge behavior change from...Zac Medico2006-06-211-9/+9
* Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for...Zac Medico2006-06-081-1/+1
* Delete incomplete resume data before exiting due to blockers. This prevents ...Zac Medico2006-06-081-0/+4
* Fix getgccversion() logic so that it works properly with eselect compiler for...Zac Medico2006-06-061-4/+6
* Store the original suid bits when suidctl is enabled for bug #135639. Thanks...Zac Medico2006-06-051-1/+1
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...Zac Medico2006-06-051-1/+2
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...Zac Medico2006-06-051-45/+16
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
* Restore the old behavior of performing global updates when portage is reloade...Zac Medico2006-06-041-0/+2
* Fix emerge's overlay display so that it works properly with overlay paths tha...Zac Medico2006-06-031-3/+6
* In portageq, catch a KeyError and print a message to stderr. If the KeyError...Zac Medico2006-06-021-0/+3
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to Paul...Zac Medico2006-06-011-0/+8
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other cas...Zac Medico2006-06-011-0/+3
* Use python to lookup the user and group corresponding to PORTAGE_INST_UID and...Zac Medico2006-05-301-1/+4
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
* Fix prepstrip so that it properly distiguishes between stripped and unstrippe...Zac Medico2006-05-301-1/+12
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-2/+4
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that important...Zac Medico2006-05-271-13/+23
* Fix emerge's userquery() so that it rejects empty responses when the enter ke...Zac Medico2006-05-271-1/+1