summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the usage of a "class" of packages into a "set" of packages.Alec Warner2006-01-312-17/+17
| | | | | | | | world and system are now "sets" instead of "classes". svn path=/main/trunk/; revision=2610
* 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
* Allow || ( ) deps that have no default atoms (or turn out empty).Jason Stubbs2006-01-292-1/+8
| | | | | | Released in 2.1_pre4-r1. #120803 svn path=/main/trunk/; revision=2604
* Add note about --alphabeticalJason Stubbs2006-01-281-0/+3
| | | | svn path=/main/trunk/; revision=2600
* 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-272-3/+3
| | | | svn path=/main/trunk/; revision=2592
* touchup if logicMike Frysinger2006-01-271-5/+5
| | | | svn path=/main/trunk/; revision=2591
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-273-4/+21
| | | | | | ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-2715-2/+83
| | | | | | 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-242-5/+22
| | | | svn path=/main/trunk/; revision=2583
* Disable auto-use prior to code removalMarius Mauch2006-01-241-0/+3
| | | | svn path=/main/trunk/; revision=2582
* 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
* Provide more information with DEPEND syntax exceptionsJason Stubbs2006-01-241-10/+14
| | | | svn path=/main/trunk/; revision=2579
* Move DEPEND empty sublist processing back into use_reduceJason Stubbs2006-01-242-22/+8
| | | | svn path=/main/trunk/; revision=2578
* patch by Alec Warner to document CCACHE_DIR #65492Mike Frysinger2006-01-241-0/+6
| | | | svn path=/main/trunk/; revision=2577
* 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
* verify_all occasionally returns longs rather then strings.Brian Harring2006-01-231-4/+4
| | | | | | Wouldn't be a problem, but the writemsg code isn't written to do conversions on the fly... so, made it so it was. svn path=/main/trunk/; revision=2570
* 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
* s/maketest/test/Mike Frysinger2006-01-1813-13/+13
| | | | svn path=/main/trunk/; revision=2566
* 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-132-1/+5
| | | | | | 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
* Always call prerm/postrm regardless if the previous install had contents or not.Brian Harring2006-01-091-6/+5
| | | | svn path=/main/trunk/; revision=2556
* fix display of ebuild(1)Mike Frysinger2006-01-091-1/+1
| | | | svn path=/main/trunk/; revision=2555
* 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
* reorganization and a bit of clean up from Benno Schulenberg , bug 84285Brian Harring2006-01-091-37/+36
| | | | svn path=/main/trunk/; revision=2553
* handle cross-compilers as wellMike Frysinger2006-01-091-1/+1
| | | | svn path=/main/trunk/; revision=2552
* fixed the '/' stray char outputBrian Harring2006-01-081-3/+3
| | | | svn path=/main/trunk/; revision=2551
* bug 118191 , puke properly when no args to envvar are supplied.Brian Harring2006-01-081-5/+8
| | | | svn path=/main/trunk/; revision=2550
* add another common example for package.providedMike Frysinger2006-01-081-0/+3
| | | | svn path=/main/trunk/; revision=2549
* s/checksums/manifests/Marius Mauch2006-01-081-1/+1
| | | | svn path=/main/trunk/; revision=2546