summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - trim extraneous spaces tabs form feeds and newlinesNed Ludd2005-12-251-2/+2
| | | | svn path=/main/trunk/; revision=2467
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
| | | | svn path=/main/trunk/; revision=2466
* register_death_hook -> register_die_hookBrian Harring2005-12-251-1/+1
| | | | | | thanks to axxo for the catch. svn path=/main/trunk/; revision=2465
* convert release notes over to upgrade informationBrian Harring2005-12-251-36/+6
| | | | svn path=/main/trunk/; revision=2464
* news file, releasenotes data schlopped into it, plus couple of updates.Brian Harring2005-12-251-0/+27
| | | | svn path=/main/trunk/; revision=2463
* renaming the death hook registration func to register_die_hookBrian Harring2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2462
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
| | | | svn path=/main/trunk/; revision=2461
* Include symlinks themselves when checking collision-protect.Jason Stubbs2005-12-251-0/+1
| | | | svn path=/main/trunk/; revision=2460
* Skip to next directory after one has been removed in unmerge().Jason Stubbs2005-12-251-0/+1
| | | | svn path=/main/trunk/; revision=2459
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2458
* Only do one round of directory removal attempts. As symlinks are now removedJason Stubbs2005-12-251-36/+15
| | | | | | before directory removal begins, more than one round is unnecessary. svn path=/main/trunk/; revision=2457
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
| | | | svn path=/main/trunk/; revision=2456
* Factor out mtimedb saving code from portageexit() into a new commit_mtimedbJason Stubbs2005-12-251-20/+22
| | | | | | function and call that rather than portageexit() after package updates. svn path=/main/trunk/; revision=2455
* Use the env's PROMPT_COMMAND for resetting xterm titles when available.Jason Stubbs2005-12-251-5/+6
| | | | | | Otherwise use ${user}@${hostname}:${cwd}. svn path=/main/trunk/; revision=2454
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
| | | | svn path=/main/trunk/; revision=2453
* Fix mishandling of masked atoms in || ( .. ) dependencies.Jason Stubbs2005-12-251-2/+8
| | | | svn path=/main/trunk/; revision=2452
* Fix typo in writeints()v2.1_pre2Jason Stubbs2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2450
* bug 114133, write a tmp file then rename it for write* funcs.Brian Harring2005-12-241-17/+24
| | | | | | This removes the possibility of out of space errors to occur, and blocks unexpected flat out bails (segfault fex) from hosing important files. svn path=/main/trunk/; revision=2447
* Limiting hashing to MD5 only until behaviour improves in the case of theJason Stubbs2005-12-241-1/+4
| | | | | | needed python module not being installed. #116485 svn path=/main/trunk/; revision=2446
* Treat symlinks similar to regular files when unmerging and remove them if theJason Stubbs2005-12-241-46/+6
| | | | | | mtime matches rather than only removing them if the target is no longer valid. svn path=/main/trunk/; revision=2445
* Fix an incorrect variable reference triggered when using --fix and --checkJason Stubbs2005-12-241-1/+1
| | | | | | together. Patch by Ashley Stovall. # 116576 svn path=/main/trunk/; revision=2444
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
| | | | svn path=/main/trunk/; revision=2441
* Check if the specified package follows correct syntax and error out if itJason Stubbs2005-12-231-0/+4
| | | | | | doesn't. svn path=/main/trunk/; revision=2440
* Generalize portage_util.dump_traceback() and make use of it if importingJason Stubbs2005-12-232-9/+17
| | | | | | a cache module fails. svn path=/main/trunk/; revision=2439
* if you're going to print an exception, bind the exception when you catch itBrian Harring2005-12-221-1/+1
| | | | svn path=/main/trunk/; revision=2437
* 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