summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update date/version to stop people from pointless whiningMike Frysinger2005-12-2211-11/+11
| | | | svn path=/main/trunk/; revision=2434
* finish syncing manpages between trunk/saviorMike Frysinger2005-12-223-58/+61
| | | | svn path=/main/trunk/; revision=2433
* quick sync manpages between trunk/saviorMike Frysinger2005-12-221-33/+31
| | | | svn path=/main/trunk/; revision=2432
* Added /dev/{stdin,stdout,stderr} to the default sandbox permissions.Jason Stubbs2005-12-211-2/+2
| | | | svn path=/main/trunk/; revision=2429
* Mention bugs.gentoo.org when asking the user to post config.log.Jason Stubbs2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2428
* Separate masked and unavailable ebuilds and report that masked ebuilds can beJason Stubbs2005-12-211-1/+7
| | | | | | handled with package.keywords or package.unmask when they are detected. svn path=/main/trunk/; revision=2427
* Missing return on load_mod.Jason Stubbs2005-12-211-0/+1
| | | | svn path=/main/trunk/; revision=2426
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
| | | | svn path=/main/trunk/; revision=2425
* Check that cache modules load correctly and fail if they don't.Jason Stubbs2005-12-211-1/+5
| | | | svn path=/main/trunk/; revision=2424
* - make quiet really mean itNed Ludd2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2423
* USE flags in the to-be-installed package's IUSE but not in currently installedJason Stubbs2005-12-211-2/+2
| | | | | | | package's IUSE and not enabled were not being shown. USE_EXPAND variable names were being shown in lower case rather than upper case. svn path=/main/trunk/; revision=2422
* Don't show enabled flags when not using --verbose if they haven't changedJason Stubbs2005-12-211-9/+8
| | | | | | | since the last emerge. Show enabled flags in red rather than green if the previously merged package didn't support them. svn path=/main/trunk/; revision=2421
* Push portage to the top of the system and world lists when updating.Jason Stubbs2005-12-211-0/+8
| | | | svn path=/main/trunk/; revision=2420
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-213-4/+7
| | | | | | when fetching remote binary packages. #116276 svn path=/main/trunk/; revision=2419
* Fix an incorrect positional check in *DEPEND parsing.Jason Stubbs2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2418
* Document the full-path-to-executable requirement on FETCHCOMMAND andJason Stubbs2005-12-211-4/+6
| | | | | | RESUMECOMMAND as well as the relevant substitution placeholders. svn path=/main/trunk/; revision=2417
* dont use string substitution as this operation can be quite slow on older ↵Mike Frysinger2005-12-211-3/+3
| | | | | | bash versions (<=3.0) #116111 svn path=/main/trunk/; revision=2416
* Remove old debugging related error message.Jason Stubbs2005-12-201-16/+1
| | | | svn path=/main/trunk/; revision=2415
* update to work with the verbose error messagesMarius Mauch2005-12-201-1/+1
| | | | svn path=/main/trunk/; revision=2414
* update with multi-hash stuff and verbose digest errormessages, remove some ↵Marius Mauch2005-12-201-8/+4
| | | | | | not-so-important information. svn path=/main/trunk/; revision=2413
* Make digest errors more verboseMarius Mauch2005-12-192-7/+19
| | | | svn path=/main/trunk/; revision=2412
* adding multi-hash supportMarius Mauch2005-12-193-65/+81
| | | | svn path=/main/trunk/; revision=2410
* quote vars inside PORTAGE_ELOG_COMMANDMarius Mauch2005-12-1913-13/+26
| | | | svn path=/main/trunk/; revision=2409
* fix custom module (bug #116024)Marius Mauch2005-12-192-4/+4
| | | | svn path=/main/trunk/; revision=2408
* Make the dep_zapdeps a little bit more readable.Jason Stubbs2005-12-191-64/+57
| | | | svn path=/main/trunk/; revision=2407
* Check if atoms are masked when scanning for which || ( ) atom/list to use.Jason Stubbs2005-12-191-1/+9
| | | | svn path=/main/trunk/; revision=2406
* Removed the now unnecessary dep_opconvert portage function.Jason Stubbs2005-12-191-91/+0
| | | | svn path=/main/trunk/; revision=2405
* further type -> isinstance cleanup in dep crapBrian Harring2005-12-191-4/+4
| | | | svn path=/main/trunk/; revision=2404
* moved cpv funcs out of the block of dep funcs, removed some type usage (use ↵Brian Harring2005-12-191-116/+93
| | | | | | | | isinstance instead), and cleaned up some of the more c like code so it's pythonic... svn path=/main/trunk/; revision=2403
* use spaces for space aligned text (kind of a duh)Brian Harring2005-12-191-1/+1
| | | | svn path=/main/trunk/; revision=2402
* added parallel-fetch in...Brian Harring2005-12-191-0/+2
| | | | svn path=/main/trunk/; revision=2401
* Add USE display when --verbose is not used. Only flags that are enabled,Jason Stubbs2005-12-181-10/+33
| | | | | | have changed or are new but disabled are shown. svn path=/main/trunk/; revision=2400
* Restore previous --verbose USE flag style and prepare for a minimal flagJason Stubbs2005-12-181-70/+72
| | | | | | display for when not using --verbose. svn path=/main/trunk/; revision=2399
* Quick hack to work around the extra package lookups in porttree when checkingJason Stubbs2005-12-181-11/+17
| | | | | | | for issues in the world file. This restores the number of lookups to be equal with xcreate before it was refactored. Further refactoring will improve style. svn path=/main/trunk/; revision=2398
* removed unnecessary reconstruct_eclasses importBrian Harring2005-12-181-1/+0
| | | | svn path=/main/trunk/; revision=2397
* parallel-fetch, baby.Brian Harring2005-12-183-11/+38
| | | | svn path=/main/trunk/; revision=2396
* couple of tweaks. fixed up whitespacing for template, added a default ↵Brian Harring2005-12-182-20/+10
| | | | | | | | | | | __contains__ func to the template, finally added serialize_eclasses class attribute; controls whether __(get|set)item__ do _eclasses_ mangling on their own, or leave it to the child class. updated anydbm to handle serializing itself svn path=/main/trunk/; revision=2395
* Unpack the _eclasses_ value as it's packed by the database template's ↵Jason Stubbs2005-12-171-1/+5
| | | | | | __setitem__ method. svn path=/main/trunk/; revision=2393
* Check if packages listed in the --resume list have been removed from theJason Stubbs2005-12-171-0/+8
| | | | | | relevant trees and report the problem. #103564 svn path=/main/trunk/; revision=2392
* Remove old ChangeLog files as they will now be auto-generated from commitv2.1_pre1Jason Stubbs2005-12-172-7433/+0
| | | | | | messages. svn path=/main/trunk/; revision=2390
* Check if atoms with matching keys will result in higher versioned packagesJason Stubbs2005-12-172-90/+44
| | | | | | when dealing with || ( ) type dependencies. #100876 svn path=/main/trunk/; revision=2389
* Remove duplicate if statement.Jason Stubbs2005-12-171-1/+0
| | | | svn path=/main/trunk/; revision=2388
* Fix missing ":" on except line.Jason Stubbs2005-12-171-1/+1
| | | | svn path=/main/trunk/; revision=2387
* deprecate preplibMike Frysinger2005-12-171-0/+2
| | | | svn path=/main/trunk/; revision=2386
* Add --verbose to the list of options that need to be removed from those Jason Stubbs2005-12-171-4/+3
| | | | | | | pulled from the mtimedb when using --resume. Patch by Alec Warner (antarus). Code-style cleanups. #74990 svn path=/main/trunk/; revision=2385
* remove preplib/preplib.so docsMike Frysinger2005-12-171-12/+0
| | | | svn path=/main/trunk/; revision=2384
* nothing uses it so no point in keeping it ... plus the ldconfig calls are ↵Mike Frysinger2005-12-171-10/+0
| | | | | | glibc specific svn path=/main/trunk/; revision=2383
* Fail if not running as root and --resume is attempted.Jason Stubbs2005-12-171-1/+1
| | | | | | Patch by Alec Warner (antarus). #114550 svn path=/main/trunk/; revision=2382
* sync with savior branchMike Frysinger2005-12-171-18/+66
| | | | svn path=/main/trunk/; revision=2381
* add an add-ebuild-death-hook func so people dont need to know about setting ↵Mike Frysinger2005-12-171-0/+4
| | | | | | some variable svn path=/main/trunk/; revision=2380