portage.git
20 years agoregister_death_hook -> register_die_hook
Brian Harring [Sun, 25 Dec 2005 10:05:12 +0000 (10:05 -0000)]
register_death_hook -> register_die_hook
thanks to axxo for the catch.

svn path=/main/trunk/; revision=2465

20 years agoconvert release notes over to upgrade information
Brian Harring [Sun, 25 Dec 2005 10:01:45 +0000 (10:01 -0000)]
convert release notes over to upgrade information

svn path=/main/trunk/; revision=2464

20 years agonews file, releasenotes data schlopped into it, plus couple of updates.
Brian Harring [Sun, 25 Dec 2005 09:58:43 +0000 (09:58 -0000)]
news file, releasenotes data schlopped into it, plus couple of updates.

svn path=/main/trunk/; revision=2463

20 years agorenaming the death hook registration func to register_die_hook
Brian Harring [Sun, 25 Dec 2005 09:42:12 +0000 (09:42 -0000)]
renaming the death hook registration func to register_die_hook

svn path=/main/trunk/; revision=2462

20 years ago- initial commit of post --sync hook. postsync.d to come at a later time
Ned Ludd [Sun, 25 Dec 2005 09:33:17 +0000 (09:33 -0000)]
- initial commit of post --sync hook. postsync.d to come at a later time

svn path=/main/trunk/; revision=2461

20 years agoInclude symlinks themselves when checking collision-protect.
Jason Stubbs [Sun, 25 Dec 2005 09:11:52 +0000 (09:11 -0000)]
Include symlinks themselves when checking collision-protect.

svn path=/main/trunk/; revision=2460

20 years agoSkip to next directory after one has been removed in unmerge().
Jason Stubbs [Sun, 25 Dec 2005 09:08:22 +0000 (09:08 -0000)]
Skip to next directory after one has been removed in unmerge().

svn path=/main/trunk/; revision=2459

20 years ago- use -n syntax like most of ebuild.sh
Ned Ludd [Sun, 25 Dec 2005 09:01:05 +0000 (09:01 -0000)]
- use -n syntax like most of ebuild.sh

svn path=/main/trunk/; revision=2458

20 years agoOnly do one round of directory removal attempts. As symlinks are now removed
Jason Stubbs [Sun, 25 Dec 2005 08:39:22 +0000 (08:39 -0000)]
Only do one round of directory removal attempts. As symlinks are now removed
before directory removal begins, more than one round is unnecessary.

svn path=/main/trunk/; revision=2457

20 years ago- remove intermediate var entry
Ned Ludd [Sun, 25 Dec 2005 08:31:37 +0000 (08:31 -0000)]
- remove intermediate var entry

svn path=/main/trunk/; revision=2456

20 years agoFactor out mtimedb saving code from portageexit() into a new commit_mtimedb
Jason Stubbs [Sun, 25 Dec 2005 08:04:56 +0000 (08:04 -0000)]
Factor out mtimedb saving code from portageexit() into a new commit_mtimedb
function and call that rather than portageexit() after package updates.

svn path=/main/trunk/; revision=2455

20 years agoUse the env's PROMPT_COMMAND for resetting xterm titles when available.
Jason Stubbs [Sun, 25 Dec 2005 07:42:00 +0000 (07:42 -0000)]
Use the env's PROMPT_COMMAND for resetting xterm titles when available.
Otherwise use ${user}@${hostname}:${cwd}.

svn path=/main/trunk/; revision=2454

20 years ago- only record vdb entries when the value is non null
Ned Ludd [Sun, 25 Dec 2005 07:27:56 +0000 (07:27 -0000)]
- only record vdb entries when the value is non null

svn path=/main/trunk/; revision=2453

20 years agoFix mishandling of masked atoms in || ( .. ) dependencies.
Jason Stubbs [Sun, 25 Dec 2005 07:04:45 +0000 (07:04 -0000)]
Fix mishandling of masked atoms in || ( .. ) dependencies.

svn path=/main/trunk/; revision=2452

20 years agoFix typo in writeints() v2.1_pre2
Jason Stubbs [Sun, 25 Dec 2005 04:41:07 +0000 (04:41 -0000)]
Fix typo in writeints()

svn path=/main/trunk/; revision=2450

20 years agobug 114133, write a tmp file then rename it for write* funcs.
Brian Harring [Sat, 24 Dec 2005 09:56:42 +0000 (09:56 -0000)]
bug 114133, write a tmp file then rename it for write* funcs.
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

20 years agoLimiting hashing to MD5 only until behaviour improves in the case of the
Jason Stubbs [Sat, 24 Dec 2005 09:20:35 +0000 (09:20 -0000)]
Limiting hashing to MD5 only until behaviour improves in the case of the
needed python module not being installed.  #116485

svn path=/main/trunk/; revision=2446

20 years agoTreat symlinks similar to regular files when unmerging and remove them if the
Jason Stubbs [Sat, 24 Dec 2005 09:17:34 +0000 (09:17 -0000)]
Treat symlinks similar to regular files when unmerging and remove them if the
mtime matches rather than only removing them if the target is no longer valid.

svn path=/main/trunk/; revision=2445

20 years agoFix an incorrect variable reference triggered when using --fix and --check
Jason Stubbs [Sat, 24 Dec 2005 09:11:07 +0000 (09:11 -0000)]
Fix an incorrect variable reference triggered when using --fix and --check
together. Patch by Ashley Stovall.  # 116576

svn path=/main/trunk/; revision=2444

20 years agoFix an incorrect comparision self-comparison in USE change calculation.
Jason Stubbs [Fri, 23 Dec 2005 12:38:27 +0000 (12:38 -0000)]
Fix an incorrect comparision self-comparison in USE change calculation.

svn path=/main/trunk/; revision=2441

20 years agoCheck if the specified package follows correct syntax and error out if it
Jason Stubbs [Fri, 23 Dec 2005 11:55:31 +0000 (11:55 -0000)]
Check if the specified package follows correct syntax and error out if it
doesn't.

svn path=/main/trunk/; revision=2440

20 years agoGeneralize portage_util.dump_traceback() and make use of it if importing
Jason Stubbs [Fri, 23 Dec 2005 02:46:03 +0000 (02:46 -0000)]
Generalize portage_util.dump_traceback() and make use of it if importing
a cache module fails.

svn path=/main/trunk/; revision=2439

20 years agoif you're going to print an exception, bind the exception when you catch it
Brian Harring [Thu, 22 Dec 2005 06:56:49 +0000 (06:56 -0000)]
if you're going to print an exception, bind the exception when you catch it

svn path=/main/trunk/; revision=2437

20 years agoupdate date/version to stop people from pointless whining
Mike Frysinger [Thu, 22 Dec 2005 03:47:48 +0000 (03:47 -0000)]
update date/version to stop people from pointless whining

svn path=/main/trunk/; revision=2434

20 years agofinish syncing manpages between trunk/savior
Mike Frysinger [Thu, 22 Dec 2005 03:42:39 +0000 (03:42 -0000)]
finish syncing manpages between trunk/savior

svn path=/main/trunk/; revision=2433

20 years agoquick sync manpages between trunk/savior
Mike Frysinger [Thu, 22 Dec 2005 02:21:20 +0000 (02:21 -0000)]
quick sync manpages between trunk/savior

svn path=/main/trunk/; revision=2432

20 years agoAdded /dev/{stdin,stdout,stderr} to the default sandbox permissions.
Jason Stubbs [Wed, 21 Dec 2005 16:10:13 +0000 (16:10 -0000)]
Added /dev/{stdin,stdout,stderr} to the default sandbox permissions.

svn path=/main/trunk/; revision=2429

20 years agoMention bugs.gentoo.org when asking the user to post config.log.
Jason Stubbs [Wed, 21 Dec 2005 16:04:24 +0000 (16:04 -0000)]
Mention bugs.gentoo.org when asking the user to post config.log.

svn path=/main/trunk/; revision=2428

20 years agoSeparate masked and unavailable ebuilds and report that masked ebuilds can be
Jason Stubbs [Wed, 21 Dec 2005 16:00:43 +0000 (16:00 -0000)]
Separate masked and unavailable ebuilds and report that masked ebuilds can be
handled with package.keywords or package.unmask when they are detected.

svn path=/main/trunk/; revision=2427

20 years agoMissing return on load_mod.
Jason Stubbs [Wed, 21 Dec 2005 15:49:09 +0000 (15:49 -0000)]
Missing return on load_mod.

svn path=/main/trunk/; revision=2426

20 years agoMake --skipfirst imply --resume.
Jason Stubbs [Wed, 21 Dec 2005 15:43:45 +0000 (15:43 -0000)]
Make --skipfirst imply --resume.

svn path=/main/trunk/; revision=2425

20 years agoCheck that cache modules load correctly and fail if they don't.
Jason Stubbs [Wed, 21 Dec 2005 15:35:57 +0000 (15:35 -0000)]
Check that cache modules load correctly and fail if they don't.

svn path=/main/trunk/; revision=2424

20 years ago- make quiet really mean it
Ned Ludd [Wed, 21 Dec 2005 15:27:25 +0000 (15:27 -0000)]
- make quiet really mean it

svn path=/main/trunk/; revision=2423

20 years agoUSE flags in the to-be-installed package's IUSE but not in currently installed
Jason Stubbs [Wed, 21 Dec 2005 15:12:17 +0000 (15:12 -0000)]
USE flags in the to-be-installed package's IUSE but not in currently installed
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

20 years agoDon't show enabled flags when not using --verbose if they haven't changed
Jason Stubbs [Wed, 21 Dec 2005 14:57:20 +0000 (14:57 -0000)]
Don't show enabled flags when not using --verbose if they haven't changed
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

20 years agoPush portage to the top of the system and world lists when updating.
Jason Stubbs [Wed, 21 Dec 2005 14:50:02 +0000 (14:50 -0000)]
Push portage to the top of the system and world lists when updating.

svn path=/main/trunk/; revision=2420

20 years agoPrevent traceback on fetcher failure and properly check for error conditions
Jason Stubbs [Wed, 21 Dec 2005 14:48:56 +0000 (14:48 -0000)]
Prevent traceback on fetcher failure and properly check for error conditions
when fetching remote binary packages.  #116276

svn path=/main/trunk/; revision=2419

20 years agoFix an incorrect positional check in *DEPEND parsing.
Jason Stubbs [Wed, 21 Dec 2005 14:46:37 +0000 (14:46 -0000)]
Fix an incorrect positional check in *DEPEND parsing.

svn path=/main/trunk/; revision=2418

20 years agoDocument the full-path-to-executable requirement on FETCHCOMMAND and
Jason Stubbs [Wed, 21 Dec 2005 14:16:23 +0000 (14:16 -0000)]
Document the full-path-to-executable requirement on FETCHCOMMAND and
RESUMECOMMAND as well as the relevant substitution placeholders.

svn path=/main/trunk/; revision=2417

20 years agodont use string substitution as this operation can be quite slow on older bash versio...
Mike Frysinger [Wed, 21 Dec 2005 00:09:47 +0000 (00:09 -0000)]
dont use string substitution as this operation can be quite slow on older bash versions (<=3.0) #116111

svn path=/main/trunk/; revision=2416

20 years agoRemove old debugging related error message.
Jason Stubbs [Tue, 20 Dec 2005 14:49:01 +0000 (14:49 -0000)]
Remove old debugging related error message.

svn path=/main/trunk/; revision=2415

20 years agoupdate to work with the verbose error messages
Marius Mauch [Tue, 20 Dec 2005 01:37:09 +0000 (01:37 -0000)]
update to work with the verbose error messages

svn path=/main/trunk/; revision=2414

20 years agoupdate with multi-hash stuff and verbose digest errormessages, remove some not-so...
Marius Mauch [Tue, 20 Dec 2005 01:31:45 +0000 (01:31 -0000)]
update with multi-hash stuff and verbose digest errormessages, remove some not-so-important information.

svn path=/main/trunk/; revision=2413

20 years agoMake digest errors more verbose
Marius Mauch [Mon, 19 Dec 2005 23:58:17 +0000 (23:58 -0000)]
Make digest errors more verbose

svn path=/main/trunk/; revision=2412

20 years agoadding multi-hash support
Marius Mauch [Mon, 19 Dec 2005 22:29:18 +0000 (22:29 -0000)]
adding multi-hash support

svn path=/main/trunk/; revision=2410

20 years agoquote vars inside PORTAGE_ELOG_COMMAND
Marius Mauch [Mon, 19 Dec 2005 17:53:18 +0000 (17:53 -0000)]
quote vars inside PORTAGE_ELOG_COMMAND

svn path=/main/trunk/; revision=2409

20 years agofix custom module (bug #116024)
Marius Mauch [Mon, 19 Dec 2005 17:39:13 +0000 (17:39 -0000)]
fix custom module (bug #116024)

svn path=/main/trunk/; revision=2408

20 years agoMake the dep_zapdeps a little bit more readable.
Jason Stubbs [Mon, 19 Dec 2005 16:01:57 +0000 (16:01 -0000)]
Make the dep_zapdeps a little bit more readable.

svn path=/main/trunk/; revision=2407

20 years agoCheck if atoms are masked when scanning for which || ( ) atom/list to use.
Jason Stubbs [Mon, 19 Dec 2005 14:27:32 +0000 (14:27 -0000)]
Check if atoms are masked when scanning for which || ( ) atom/list to use.

svn path=/main/trunk/; revision=2406

20 years agoRemoved the now unnecessary dep_opconvert portage function.
Jason Stubbs [Mon, 19 Dec 2005 14:00:37 +0000 (14:00 -0000)]
Removed the now unnecessary dep_opconvert portage function.

svn path=/main/trunk/; revision=2405

20 years agofurther type -> isinstance cleanup in dep crap
Brian Harring [Mon, 19 Dec 2005 12:21:54 +0000 (12:21 -0000)]
further type -> isinstance cleanup in dep crap

svn path=/main/trunk/; revision=2404

20 years agomoved cpv funcs out of the block of dep funcs, removed some type usage (use isinstanc...
Brian Harring [Mon, 19 Dec 2005 12:20:55 +0000 (12:20 -0000)]
moved cpv funcs out of the block of dep funcs, removed some type usage (use isinstance instead), and cleaned up some of the
more c like code so it's pythonic...

svn path=/main/trunk/; revision=2403

20 years agouse spaces for space aligned text (kind of a duh)
Brian Harring [Mon, 19 Dec 2005 11:48:46 +0000 (11:48 -0000)]
use spaces for space aligned text (kind of a duh)

svn path=/main/trunk/; revision=2402

20 years agoadded parallel-fetch in...
Brian Harring [Mon, 19 Dec 2005 11:16:11 +0000 (11:16 -0000)]
added parallel-fetch in...

svn path=/main/trunk/; revision=2401

20 years agoAdd USE display when --verbose is not used. Only flags that are enabled,
Jason Stubbs [Sun, 18 Dec 2005 16:41:37 +0000 (16:41 -0000)]
Add USE display when --verbose is not used. Only flags that are enabled,
have changed or are new but disabled are shown.

svn path=/main/trunk/; revision=2400

20 years agoRestore previous --verbose USE flag style and prepare for a minimal flag
Jason Stubbs [Sun, 18 Dec 2005 16:13:45 +0000 (16:13 -0000)]
Restore previous --verbose USE flag style and prepare for a minimal flag
display for when not using --verbose.

svn path=/main/trunk/; revision=2399

20 years agoQuick hack to work around the extra package lookups in porttree when checking
Jason Stubbs [Sun, 18 Dec 2005 14:02:41 +0000 (14:02 -0000)]
Quick hack to work around the extra package lookups in porttree when checking
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

20 years agoremoved unnecessary reconstruct_eclasses import
Brian Harring [Sun, 18 Dec 2005 11:38:55 +0000 (11:38 -0000)]
removed unnecessary reconstruct_eclasses import

svn path=/main/trunk/; revision=2397

20 years agoparallel-fetch, baby.
Brian Harring [Sun, 18 Dec 2005 11:07:37 +0000 (11:07 -0000)]
parallel-fetch, baby.

svn path=/main/trunk/; revision=2396

20 years agocouple of tweaks. fixed up whitespacing for template, added a default __contains__...
Brian Harring [Sun, 18 Dec 2005 11:02:51 +0000 (11:02 -0000)]
couple of tweaks.  fixed up whitespacing for template, added a default __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

20 years agoUnpack the _eclasses_ value as it's packed by the database template's __setitem__...
Jason Stubbs [Sat, 17 Dec 2005 17:13:13 +0000 (17:13 -0000)]
Unpack the _eclasses_ value as it's packed by the database template's __setitem__ method.

svn path=/main/trunk/; revision=2393

20 years agoCheck if packages listed in the --resume list have been removed from the
Jason Stubbs [Sat, 17 Dec 2005 10:43:16 +0000 (10:43 -0000)]
Check if packages listed in the --resume list have been removed from the
relevant trees and report the problem.  #103564

svn path=/main/trunk/; revision=2392

20 years agoRemove old ChangeLog files as they will now be auto-generated from commit v2.1_pre1
Jason Stubbs [Sat, 17 Dec 2005 07:48:52 +0000 (07:48 -0000)]
Remove old ChangeLog files as they will now be auto-generated from commit
messages.

svn path=/main/trunk/; revision=2390

20 years agoCheck if atoms with matching keys will result in higher versioned packages
Jason Stubbs [Sat, 17 Dec 2005 05:59:16 +0000 (05:59 -0000)]
Check if atoms with matching keys will result in higher versioned packages
when dealing with || ( ) type dependencies.  #100876

svn path=/main/trunk/; revision=2389

20 years agoRemove duplicate if statement.
Jason Stubbs [Sat, 17 Dec 2005 05:40:04 +0000 (05:40 -0000)]
Remove duplicate if statement.

svn path=/main/trunk/; revision=2388

20 years agoFix missing ":" on except line.
Jason Stubbs [Sat, 17 Dec 2005 05:34:06 +0000 (05:34 -0000)]
Fix missing ":" on except line.

svn path=/main/trunk/; revision=2387

20 years agodeprecate preplib
Mike Frysinger [Sat, 17 Dec 2005 03:32:20 +0000 (03:32 -0000)]
deprecate preplib

svn path=/main/trunk/; revision=2386

20 years agoAdd --verbose to the list of options that need to be removed from those
Jason Stubbs [Sat, 17 Dec 2005 02:26:18 +0000 (02:26 -0000)]
Add --verbose to the list of options that need to be removed from those
pulled from the mtimedb when using --resume. Patch by Alec Warner
(antarus). Code-style cleanups.  #74990

svn path=/main/trunk/; revision=2385

20 years agoremove preplib/preplib.so docs
Mike Frysinger [Sat, 17 Dec 2005 02:20:11 +0000 (02:20 -0000)]
remove preplib/preplib.so docs

svn path=/main/trunk/; revision=2384

20 years agonothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific
Mike Frysinger [Sat, 17 Dec 2005 02:19:11 +0000 (02:19 -0000)]
nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific

svn path=/main/trunk/; revision=2383

20 years agoFail if not running as root and --resume is attempted.
Jason Stubbs [Sat, 17 Dec 2005 02:14:56 +0000 (02:14 -0000)]
Fail if not running as root and --resume is attempted.
Patch by Alec Warner (antarus). #114550

svn path=/main/trunk/; revision=2382

20 years agosync with savior branch
Mike Frysinger [Sat, 17 Dec 2005 02:13:47 +0000 (02:13 -0000)]
sync with savior branch

svn path=/main/trunk/; revision=2381

20 years agoadd an add-ebuild-death-hook func so people dont need to know about setting some...
Mike Frysinger [Sat, 17 Dec 2005 02:00:09 +0000 (02:00 -0000)]
add an add-ebuild-death-hook func so people dont need to know about setting some variable

svn path=/main/trunk/; revision=2380

20 years agoCatch KeyError exception throw from aux_get.
Jason Stubbs [Sat, 17 Dec 2005 01:55:15 +0000 (01:55 -0000)]
Catch KeyError exception throw from aux_get.

svn path=/main/trunk/; revision=2379

20 years agotouchup TEXTREL warning some more #115727
Mike Frysinger [Sat, 17 Dec 2005 00:48:46 +0000 (00:48 -0000)]
touchup TEXTREL warning some more #115727

svn path=/main/trunk/; revision=2378

20 years agocleanup textrel qa notice
Mike Frysinger [Sat, 17 Dec 2005 00:29:04 +0000 (00:29 -0000)]
cleanup textrel qa notice

svn path=/main/trunk/; revision=2377

20 years agoPrevent masked use flags from being shown in packages' flag list.
Jason Stubbs [Fri, 16 Dec 2005 15:55:39 +0000 (15:55 -0000)]
Prevent masked use flags from being shown in packages' flag list.
Colorize negated flags if they have changed. Code style cleanups.

svn path=/main/trunk/; revision=2376

20 years agoChange unmatched ' to " in use flag output.
Jason Stubbs [Fri, 16 Dec 2005 15:40:44 +0000 (15:40 -0000)]
Change unmatched ' to " in use flag output.

svn path=/main/trunk/; revision=2375

20 years ago- initial commit of split elf debug code
Ned Ludd [Thu, 15 Dec 2005 14:58:24 +0000 (14:58 -0000)]
- initial commit of split elf debug code

svn path=/main/trunk/; revision=2374

20 years agoferringb says: i pity the fool who doesnt use better style
Mike Frysinger [Thu, 15 Dec 2005 06:03:00 +0000 (06:03 -0000)]
ferringb says: i pity the fool who doesnt use better style

svn path=/main/trunk/; revision=2373

20 years agoBug 115519 by Diego Petteno: Fix ldconfig command ordering, add dragonfly support
Mike Frysinger [Thu, 15 Dec 2005 04:51:44 +0000 (04:51 -0000)]
Bug 115519 by Diego Petteno: Fix ldconfig command ordering, add dragonfly support

svn path=/main/trunk/; revision=2372

20 years agoAdd USE_EXPAND_HIDDEN so that users can extend it without killing off
Jason Stubbs [Wed, 14 Dec 2005 16:25:13 +0000 (16:25 -0000)]
Add USE_EXPAND_HIDDEN so that users can extend it without killing off
profile settings.

svn path=/main/trunk/; revision=2368

20 years agoUse soft limit, not hard limit.
Brian Harring [Wed, 14 Dec 2005 06:28:31 +0000 (06:28 -0000)]
Use soft limit, not hard limit.

svn path=/main/trunk/; revision=2365

20 years agoPrevent USE_EXPAND variables from bypassing use.mask
Jason Stubbs [Tue, 13 Dec 2005 15:51:30 +0000 (15:51 -0000)]
Prevent USE_EXPAND variables from bypassing use.mask

svn path=/main/trunk/; revision=2364

20 years agoSeparate and format USE_EXPAND based variables found in IUSE.
Jason Stubbs [Tue, 13 Dec 2005 15:51:01 +0000 (15:51 -0000)]
Separate and format USE_EXPAND based variables found in IUSE.

svn path=/main/trunk/; revision=2363

20 years agoRemoved the specific check against PORTAGE_CALLER with regard to fetching.
Jason Stubbs [Sun, 11 Dec 2005 05:05:01 +0000 (05:05 -0000)]
Removed the specific check against PORTAGE_CALLER with regard to fetching.

svn path=/main/trunk/; revision=2360

20 years agoadd a -v (verbose) option to envvar for easily generating output for use in bash...
Mike Frysinger [Sat, 10 Dec 2005 20:02:15 +0000 (20:02 -0000)]
add a -v (verbose) option to envvar for easily generating output for use in bash scripts

svn path=/main/trunk/; revision=2359

20 years agofix the fetch/digest shortcuts so they dont break normal runs of emerge/ebuild
Mike Frysinger [Sat, 10 Dec 2005 02:09:23 +0000 (02:09 -0000)]
fix the fetch/digest shortcuts so they dont break normal runs of emerge/ebuild

svn path=/main/trunk/; revision=2358

20 years agomake the --quiet option useful, touchup whitespace in a few places, and add --cols...
Mike Frysinger [Sat, 10 Dec 2005 02:08:49 +0000 (02:08 -0000)]
make the --quiet option useful, touchup whitespace in a few places, and add --cols as short for --columns for retards like myself who cant remember how to spell

svn path=/main/trunk/; revision=2357

20 years agotouchup in general, add support for -h/--help, and delay importing portage so using...
Mike Frysinger [Sat, 10 Dec 2005 02:07:15 +0000 (02:07 -0000)]
touchup in general, add support for -h/--help, and delay importing portage so using -h/--help doesnt blow goats because portage was imported

svn path=/main/trunk/; revision=2356

20 years agofix whitespace in depend atom as point out by chkno #114956
Mike Frysinger [Sat, 10 Dec 2005 01:59:24 +0000 (01:59 -0000)]
fix whitespace in depend atom as point out by chkno #114956

svn path=/main/trunk/; revision=2355

20 years agoDrop the virtuals related fatal errors down to warnings.
Jason Stubbs [Sat, 10 Dec 2005 01:39:41 +0000 (01:39 -0000)]
Drop the virtuals related fatal errors down to warnings.

svn path=/main/trunk/; revision=2352

20 years agodont run depscan.sh anymore
Mike Frysinger [Fri, 9 Dec 2005 03:27:16 +0000 (03:27 -0000)]
dont run depscan.sh anymore

svn path=/main/trunk/; revision=2350

20 years agoeat whitespace -> YUM
Mike Frysinger [Fri, 9 Dec 2005 03:22:48 +0000 (03:22 -0000)]
eat whitespace -> YUM

svn path=/main/trunk/; revision=2349

20 years agoonly digest/fetch files when the operation warrants it
Mike Frysinger [Fri, 9 Dec 2005 02:03:26 +0000 (02:03 -0000)]
only digest/fetch files when the operation warrants it

svn path=/main/trunk/; revision=2348

20 years agos/series/serious/ mistake
Jason Stubbs [Wed, 7 Dec 2005 23:43:07 +0000 (23:43 -0000)]
s/series/serious/ mistake

svn path=/main/trunk/; revision=2347

20 years agorun all elf QA checks before aborting, and all some packages (like binary-only) to...
Mike Frysinger [Wed, 7 Dec 2005 23:22:57 +0000 (23:22 -0000)]
run all elf QA checks before aborting, and all some packages (like binary-only) to prevent aborting since there isnt much we can do about those craptastic developers

svn path=/main/trunk/; revision=2346

20 years agokill dead whitespace and make function def style consistent
Mike Frysinger [Wed, 7 Dec 2005 00:55:13 +0000 (00:55 -0000)]
kill dead whitespace and make function def style consistent

svn path=/main/trunk/; revision=2345

20 years agocleanse maketest once and for all
Mike Frysinger [Wed, 7 Dec 2005 00:51:28 +0000 (00:51 -0000)]
cleanse maketest once and for all

svn path=/main/trunk/; revision=2344

20 years agoget rid of duplicated Test phase message in src_test()
Mike Frysinger [Wed, 7 Dec 2005 00:49:50 +0000 (00:49 -0000)]
get rid of duplicated Test phase message in src_test()

svn path=/main/trunk/; revision=2343