summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* For availability in all stages, use rsync instead of cpio for bug #124638.Zac Medico2006-05-271-1/+1
* For portability, use cpio instead of `cp --parents` for bug #124638.Zac Medico2006-05-261-1/+1
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ...Ned Ludd2006-05-241-1/+1
* - final commit hopefully for QA_TEXTRELS etc.Ned Ludd2006-05-241-19/+10
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ...Zac Medico2006-05-241-2/+6
* Fix repoman so that it works when the portage tree structure contains symlink...Zac Medico2006-05-231-0/+7
* Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135Alec Warner2006-05-231-1/+1
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug #134...Zac Medico2006-05-231-0/+2
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
* Catch a ValueError thrown from cpv_expand and use it print an error message (...Zac Medico2006-05-191-1/+8
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for this...Zac Medico2006-05-181-4/+4
* Revert r3371 because it doesn't fix the real problem and get ROOT directly fr...Zac Medico2006-05-181-5/+5
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
* Correctly autoclean build time dependencies that have been upgraded in / when...Zac Medico2006-05-181-1/+68
* When portage is upgraded, only restart emerge when destroot="/". Also, clean...Zac Medico2006-05-171-22/+22
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
* strip leading slash in outputMike Frysinger2006-05-141-3/+3
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
* Allow `emerge --metadata` and `emerge --regen` for users in the portage group...Zac Medico2006-05-131-1/+2
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
* Give a less confusing error message when unpack() arguments begin with ${DIST...Zac Medico2006-05-081-0/+2
* Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...Zac Medico2006-05-081-1/+1
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this...Zac Medico2006-05-041-2/+2
* Improve the error message when an eclass is not found and remove unnecesary E...Zac Medico2006-05-031-3/+2