summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* bash tracebacks. :)Brian Harring2006-01-231-1/+17
| | | | svn path=/main/trunk/; revision=2572
* accept --skip-first and --skipfirstMike Frysinger2006-01-231-1/+3
| | | | svn path=/main/trunk/; revision=2571
* fixupMarius Mauch2006-01-221-1/+1
| | | | svn path=/main/trunk/; revision=2569
* store all auxdbkeys in vdb and add a new emaint target to create missing entriesMarius Mauch2006-01-222-3/+61
| | | | svn path=/main/trunk/; revision=2568
* also catch leading null runpathsMike Frysinger2006-01-201-1/+1
| | | | svn path=/main/trunk/; revision=2567
* add -h/--helpMike Frysinger2006-01-171-1/+16
| | | | svn path=/main/trunk/; revision=2565
* fix traceback when EDITOR is not set in the env #118976 by Paul VarnerMike Frysinger2006-01-151-0/+2
| | | | svn path=/main/trunk/; revision=2564
* fix inverted strip skip logicMike Frysinger2006-01-151-4/+4
| | | | svn path=/main/trunk/; revision=2563
* add FEATURES=assume-digests so i dont have to keep hashing all the glibc ↵Mike Frysinger2006-01-131-1/+1
| | | | | | tarballs whenever i want to commit svn path=/main/trunk/; revision=2562
* clean up coding style/quoting, figure out what objdump to run same as strip, ↵Mike Frysinger2006-01-131-19/+33
| | | | | | and add support for STRIP_MASK svn path=/main/trunk/; revision=2561
* don't inline code, do __name__=="__main__" so the module can be used instead ↵Brian Harring2006-01-121-47/+48
| | | | | | of strictly called. svn path=/main/trunk/; revision=2560
* - dont save debug info twiceNed Ludd2006-01-101-0/+3
| | | | svn path=/main/trunk/; revision=2559
* get rid of the word "downloaded" in the search output because some people ↵Mike Frysinger2006-01-091-4/+4
| | | | | | cant seem to handle it #81501 svn path=/main/trunk/; revision=2554
* handle cross-compilers as wellMike Frysinger2006-01-091-1/+1
| | | | svn path=/main/trunk/; revision=2552
* bug 118191 , puke properly when no args to envvar are supplied.Brian Harring2006-01-081-5/+8
| | | | svn path=/main/trunk/; revision=2550
* - FEATURES=installsources from Olivier Crete an extention of splitdebug for ↵Ned Ludd2006-01-071-0/+10
| | | | | | better debugging when debugedit is installed. bug 112907 svn path=/main/trunk/; revision=2542
* touchup styleMike Frysinger2006-01-061-4/+4
| | | | svn path=/main/trunk/; revision=2540
* generate a log file for users to attach to bug reportsMike Frysinger2006-01-061-0/+7
| | | | svn path=/main/trunk/; revision=2539
* touchup output slightlyMike Frysinger2006-01-061-0/+2
| | | | svn path=/main/trunk/; revision=2538