summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Restore the old behavior of performing global updates when portage is ↵Zac Medico2006-06-041-0/+2
| | | | | | reloaded after `emerge --sync` for bug #135446. svn path=/main/trunk/; revision=3451
* Fix emerge's overlay display so that it works properly with overlay paths ↵Zac Medico2006-06-031-3/+6
| | | | | | that contain symlinks. This is necessary due to pordbapi's internal use of cannonical paths. Thanks to kevquinn for reporting. svn path=/main/trunk/; revision=3450
* In portageq, catch a KeyError and print a message to stderr. If the ↵Zac Medico2006-06-021-0/+3
| | | | | | KeyError is raised, portageq prints a help message which leads to bug #135278. svn path=/main/trunk/; revision=3449
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to ↵Zac Medico2006-06-011-0/+8
| | | | | | Paul Bredbury <brebs@sent.com> for the initial patch. svn path=/main/trunk/; revision=3447
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
| | | | svn path=/main/trunk/; revision=3446
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other ↵Zac Medico2006-06-011-0/+3
| | | | | | cases, "clean" is triggered automatically after the package is merged. svn path=/main/trunk/; revision=3445
* Use python to lookup the user and group corresponding to PORTAGE_INST_UID ↵Zac Medico2006-05-301-1/+4
| | | | | | and PORTAGE_INST_GID since tarsync doesn't support numeric arguments for the user and group. See bug #134885. svn path=/main/trunk/; revision=3442
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
| | | | svn path=/main/trunk/; revision=3441
* Fix prepstrip so that it properly distiguishes between stripped and ↵Zac Medico2006-05-301-1/+12
| | | | | | unstripped binaries for bug #133420. Thanks to robbat2 for this patch. svn path=/main/trunk/; revision=3440
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
| | | | svn path=/main/trunk/; revision=3439
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-2/+4
| | | | svn path=/main/trunk/; revision=3437
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that ↵Zac Medico2006-05-271-13/+23
| | | | | | important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3427
* Fix emerge's userquery() so that it rejects empty responses when the enter ↵Zac Medico2006-05-271-1/+1
| | | | | | key is pressed for bug #134466. svn path=/main/trunk/; revision=3426
* For availability in all stages, use rsync instead of cpio for bug #124638.Zac Medico2006-05-271-1/+1
| | | | svn path=/main/trunk/; revision=3420
* For portability, use cpio instead of `cp --parents` for bug #124638.Zac Medico2006-05-261-1/+1
| | | | svn path=/main/trunk/; revision=3419
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ↵Ned Ludd2006-05-241-1/+1
| | | | | | with the QA_* handling svn path=/main/trunk/; revision=3410
* - final commit hopefully for QA_TEXTRELS etc.Ned Ludd2006-05-241-19/+10
| | | | svn path=/main/trunk/; revision=3409
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ↵Zac Medico2006-05-241-2/+6
| | | | | | CC and CXX for bug #84150. svn path=/main/trunk/; revision=3408
* Fix repoman so that it works when the portage tree structure contains ↵Zac Medico2006-05-231-0/+7
| | | | | | symlinks for bug #109961. svn path=/main/trunk/; revision=3405
* Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135Alec Warner2006-05-231-1/+1
| | | | svn path=/main/trunk/; revision=3403
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug ↵Zac Medico2006-05-231-0/+2
| | | | | | #134086. svn path=/main/trunk/; revision=3399
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
| | | | svn path=/main/trunk/; revision=3389
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
| | | | svn path=/main/trunk/; revision=3378
* Catch a ValueError thrown from cpv_expand and use it print an error message ↵Zac Medico2006-05-191-1/+8
| | | | | | (to stderr) which includes a list of packages for bug #133731. No changes to quickpkg are necessary because it doesn't get anything from portageq on stdout in this case and it simply assumes there is no match. svn path=/main/trunk/; revision=3376
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for ↵Zac Medico2006-05-181-4/+4
| | | | | | this patch. svn path=/main/trunk/; revision=3373
* Revert r3371 because it doesn't fix the real problem and get ROOT directly ↵Zac Medico2006-05-181-5/+5
| | | | | | from portage.settings["ROOT"] since self.pkgsettings["ROOT"] does not have the desired value. svn path=/main/trunk/; revision=3372
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
| | | | svn path=/main/trunk/; revision=3371
* Correctly autoclean build time dependencies that have been upgraded in / ↵Zac Medico2006-05-181-1/+68
| | | | | | when ROOT!=/ for bug #133606. This patch duplicates code from emerge's unmerge() function in order to touch as little existing code as possible. svn path=/main/trunk/; revision=3370
* When portage is upgraded, only restart emerge when destroot="/". Also, ↵Zac Medico2006-05-171-22/+22
| | | | | | clean up and fix the related logic in depgraph.display(). svn path=/main/trunk/; revision=3369
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
| | | | svn path=/main/trunk/; revision=3366
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
| | | | svn path=/main/trunk/; revision=3362
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
| | | | svn path=/main/trunk/; revision=3360
* strip leading slash in outputMike Frysinger2006-05-141-3/+3
| | | | svn path=/main/trunk/; revision=3352
* you have to quote $@ or things can breakMike Frysinger2006-05-141-1/+1
| | | | svn path=/main/trunk/; revision=3351
* Allow `emerge --metadata` and `emerge --regen` for users in the portage ↵Zac Medico2006-05-131-1/+2
| | | | | | group(bug #133157). svn path=/main/trunk/; revision=3346
* Minor 1 liner for bug 131657Alec Warner2006-05-111-0/+1
| | | | svn path=/main/trunk/; revision=3340
* Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739.Zac Medico2006-05-101-0/+2
| | | | svn path=/main/trunk/; revision=3336
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
| | | | svn path=/main/trunk/; revision=3335
* Give a less confusing error message when unpack() arguments begin with ↵Zac Medico2006-05-081-0/+2
| | | | | | ${DISTDIR}. Thanks to Flameeyes for reporting. svn path=/main/trunk/; revision=3333
* Move the fake $HOME that's used for ebuilds from ↵Zac Medico2006-05-081-1/+1
| | | | | | $PORTAGE_TMPDIR/portage/homedir to $PORTAGE_BUILDDIR/homedir so that each build has a unique $HOME for bug #130395. svn path=/main/trunk/; revision=3330
* make rsync variable messages a bit less invitingMarius Mauch2006-05-061-2/+2
| | | | svn path=/main/trunk/; revision=3325
* Catch a KeyError and notify the user of a missing digest for bug #132373.Zac Medico2006-05-051-7/+10
| | | | svn path=/main/trunk/; revision=3321
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for ↵Zac Medico2006-05-041-2/+2
| | | | | | this patch. svn path=/main/trunk/; revision=3319
* Improve the error message when an eclass is not found and remove unnecesary ↵Zac Medico2006-05-031-3/+2
| | | | | | ERRORMSG variable. svn path=/main/trunk/; revision=3316
* readd not-so pointless if statementSimon Stelling2006-05-031-2/+3
| | | | svn path=/main/trunk/; revision=3312
* remove pointless if statementSimon Stelling2006-05-021-3/+2
| | | | svn path=/main/trunk/; revision=3311
* catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164Simon Stelling2006-05-021-4/+12
| | | | svn path=/main/trunk/; revision=3309
* use hasq where appropriateSimon Stelling2006-05-021-5/+4
| | | | svn path=/main/trunk/; revision=3308
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
| | | | svn path=/main/trunk/; revision=3305
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
| | | | svn path=/main/trunk/; revision=3300