summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* do commit_mtimedb() after each merge for bug 100300Zac Medico2006-02-051-0/+4
| | | | svn path=/main/trunk/; revision=2669
* remove outdated "You may avoid the remerging of packages" messageZac Medico2006-02-051-2/+0
| | | | svn path=/main/trunk/; revision=2668
* replace existing "restarting emerge via exec()" functionality with a new ↵Zac Medico2006-02-051-28/+8
| | | | | | approach that uses --resume and myopts svn path=/main/trunk/; revision=2667
* Adding a comment about normpath, and why we use our own copy.Alec Warner2006-02-041-1/+9
| | | | svn path=/main/trunk/; revision=2659
* remove stray quote introduced in revision 2645Zac Medico2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2658
* touchup code like dosymMike Frysinger2006-02-041-5/+5
| | | | svn path=/main/trunk/; revision=2657
* send error to stderrMike Frysinger2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2656
* use much simpler code as inspired by agriffis' fowners workMike Frysinger2006-02-041-8/+2
| | | | svn path=/main/trunk/; revision=2655
* cleanup code and handle errors better as Simon Stelling says in Bug 121317Mike Frysinger2006-02-042-26/+35
| | | | svn path=/main/trunk/; revision=2654
* touchup code so we handle errors betterMike Frysinger2006-02-048-40/+40
| | | | svn path=/main/trunk/; revision=2653
* touchup code so we handle errors betterMike Frysinger2006-02-043-18/+15
| | | | svn path=/main/trunk/; revision=2652
* touchup code so we handle errors betterMike Frysinger2006-02-043-15/+15
| | | | svn path=/main/trunk/; revision=2651
* Simon Stelling writes in Bug 121317:Mike Frysinger2006-02-041-0/+5
| | | | | | | currently, the do* scripts don't exit with a non-zero status when a critical command fails, except if it is the last one. install as much as possible, then exit appropriately. svn path=/main/trunk/; revision=2650
* Remove all bug referencesJason Stubbs2006-02-042-4/+4
| | | | svn path=/main/trunk/; revision=2649
* Add back emerge list header hiding when --quiet is used.Jason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2648
* Fix for bug #119049Alec Warner2006-02-031-1/+3
| | | | svn path=/main/trunk/; revision=2645
* Shout out to RiverRat for reporting, fixup the output to use the correct ↵Alec Warner2006-02-031-4/+9
| | | | | | verbs, disable tree output for fetching since it does not work. svn path=/main/trunk/; revision=2644
* Minor fixups with spelling, Thanks to Benno Schulenberg ↵Alec Warner2006-02-031-5/+5
| | | | | | <benno@nietvergeten.nl>, bug # 110382 svn path=/main/trunk/; revision=2643
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ↵Alec Warner2006-02-031-17/+17
| | | | | | fixes, bug #80754 svn path=/main/trunk/; revision=2641
* confcache, baby.Brian Harring2006-02-031-2/+27
| | | | svn path=/main/trunk/; revision=2632
* grab some fixes from prepstrip scriptMike Frysinger2006-02-031-2/+5
| | | | svn path=/main/trunk/; revision=2629
* style touchupsMike Frysinger2006-02-031-2/+2
| | | | svn path=/main/trunk/; revision=2628
* exit with proper status rather than always 0Mike Frysinger2006-02-031-2/+6
| | | | svn path=/main/trunk/; revision=2627
* Revert change in -r2611, re-opening bug 121106. The fix is not that ↵Alec Warner2006-02-021-2/+1
| | | | | | simple...as usual :) svn path=/main/trunk/; revision=2625
* optional tarsync integration; thanks to Johannes Fahrenkrug for doing the ↵Brian Harring2006-02-021-14/+22
| | | | | | legwork. svn path=/main/trunk/; revision=2624
* added PORTAGE_NICENESS support.Brian Harring2006-02-021-0/+9
| | | | svn path=/main/trunk/; revision=2623
* bug #116681 , better handling of MULTILIB_STRICT_EXEMPTBrian Harring2006-02-021-2/+2
| | | | svn path=/main/trunk/; revision=2622
* touchup syntax/output of new $D/$D checkMike Frysinger2006-02-011-3/+3
| | | | svn path=/main/trunk/; revision=2621
* - portage allows installing files into ${D}/${D}. Simon Stelling bug #120941Ned Ludd2006-02-011-0/+10
| | | | svn path=/main/trunk/; revision=2620
* touchup the way options are declared to prevent bitrot, add a --quiet option ↵Mike Frysinger2006-02-011-57/+107
| | | | | | and use it, and make the help output useful svn path=/main/trunk/; revision=2612
* Fix for bug #121106, resume + skipfirst + pretend would print the skipped ↵Alec Warner2006-01-311-1/+2
| | | | | | | | | package. Thanks to Andrew D. Keyser (aka Legoguy) <andrewdk@sbcglobal.net> for reporting. svn path=/main/trunk/; revision=2611
* remove red coloring from right ')' in 'dependency required by' message ↵Zac Medico2006-01-311-1/+1
| | | | | | reported by cardoe svn path=/main/trunk/; revision=2609
* get --nospinner from myopts instead of sys.argv so that it works with ↵Zac Medico2006-01-301-3/+3
| | | | | | EMERGE_DEFAULT_OPTS svn path=/main/trunk/; revision=2608
* Chris PeBenito writes in #110857 for SELinux updates:Mike Frysinger2006-01-301-10/+9
| | | | | | | | | | | | | 1) change ebuild.sh code to use selinux configuration to determine where the file contexts are, rather than a setting in make.conf. 2) change portage support to a FEATURE rather than USE. This enables the user to disable the portage support if their setup is broken, while still enabling selinux support in any packages they might merge. I was going to submit a patch for portage.py, but the place it needs to be changed (line 7234 in rev 1.524.2.76/2.0.53_rc6), features (the variable) isn't filled yet, so I was unsure of the proper fix. svn path=/main/trunk/; revision=2606
* make sure all .debug files have the executable bit clearedMike Frysinger2006-01-291-3/+4
| | | | svn path=/main/trunk/; revision=2605
* Disable the vdb check until it can be migrated to filter-env.Jason Stubbs2006-01-281-2/+3
| | | | svn path=/main/trunk/; revision=2599
* add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ↵Brian Harring2006-01-271-0/+1
| | | | | | tiz the convention currently). svn path=/main/trunk/; revision=2593
* make env-update a bit more flexible by adding a --no-ldconfig optionMike Frysinger2006-01-271-0/+3
| | | | svn path=/main/trunk/; revision=2592
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-271-4/+11
| | | | | | ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-271-2/+2
| | | | | | options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
* Added a check for obsolete virtual/x11 usage in dependencies.Jason Stubbs2006-01-271-1/+28
| | | | svn path=/main/trunk/; revision=2587
* m68k generates proper gnu stack markingsMike Frysinger2006-01-271-1/+1
| | | | svn path=/main/trunk/; revision=2586
* Fix typo in error descriptionMarius Mauch2006-01-251-1/+1
| | | | svn path=/main/trunk/; revision=2584
* Add a warning for KEYWORDS=-*Marius Mauch2006-01-241-5/+19
| | | | svn path=/main/trunk/; revision=2583
* fix possible path and vdb location issuesMarius Mauch2006-01-241-14/+15
| | | | svn path=/main/trunk/; revision=2581
* Add further checks for correct DEPEND syntaxJason Stubbs2006-01-241-0/+8
| | | | svn path=/main/trunk/; revision=2580
* fix prepstrip after previous commit as pointed out by Olivier CreteMike Frysinger2006-01-231-2/+2
| | | | svn path=/main/trunk/; revision=2576
* fixed up dump_trace, courtesy of spyderousBrian Harring2006-01-231-12/+27
| | | | svn path=/main/trunk/; revision=2575
* Added usage info to dump_trace, and credit for the code (eselect authors)Brian Harring2006-01-231-0/+3
| | | | svn path=/main/trunk/; revision=2574
* updated diefunc "post the relevant info" msgBrian Harring2006-01-231-1/+1
| | | | svn path=/main/trunk/; revision=2573