summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
| | | | svn path=/main/trunk/; revision=5480
* Fix the digestentry.unused check so that it works properly when old-style ↵Zac Medico2007-01-061-4/+9
| | | | | | files/digest-* don't exist. svn path=/main/trunk/; revision=5477
* For bug #160310, remove the line continuation syntax check since it's still ↵Zac Medico2007-01-061-19/+0
| | | | | | possible for it to generate false positives. svn path=/main/trunk/; revision=5471
* For bug #160310, allow \ inside `` quotes in order to prevent a false Line ↵Zac Medico2007-01-061-2/+3
| | | | | | continuation ("\") Syntax Error. svn path=/main/trunk/; revision=5470
* force C locale for now when parsing gcc log files #160234Mike Frysinger2007-01-061-1/+2
| | | | svn path=/main/trunk/; revision=5469
* revert previous changes ... ruby.eclass is wrongly polluting env with nullglobMike Frysinger2007-01-061-12/+3
| | | | svn path=/main/trunk/; revision=5468
* Fix one more potential false glob match.Zac Medico2007-01-061-0/+1
| | | | svn path=/main/trunk/; revision=5467
* Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ↵Zac Medico2007-01-061-3/+11
| | | | | | reporting. svn path=/main/trunk/; revision=5466
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even ↵Zac Medico2007-01-051-0/+1
| | | | | | when the counter is missing. svn path=/main/trunk/; revision=5465
* Make repoman use portage.normalize_path instead of os.path.normpath. This ↵Zac Medico2007-01-051-7/+7
| | | | | | might solve an issue with incorrect repolevel detection that was reported by drizzt. svn path=/main/trunk/; revision=5463
* Implement distlocks for --getbinpkg so that it works properly when ↵Zac Medico2007-01-041-8/+20
| | | | | | parallel-fetch is enabled. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5456
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-032-7/+96
| | | | svn path=/main/trunk/; revision=5449
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-1/+1
| | | | svn path=/main/trunk/; revision=5444
* merge all of the QA related checks togetherMike Frysinger2007-01-022-91/+96
| | | | svn path=/main/trunk/; revision=5442
* For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS.Zac Medico2006-12-311-5/+11
| | | | svn path=/main/trunk/; revision=5438
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
| | | | svn path=/main/trunk/; revision=5432
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0
| | | | svn path=/main/trunk/; revision=5425
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
| | | | svn path=/main/trunk/; revision=5424
* Do some small fixes to prevent slot collision nodes from interfering with ↵Zac Medico2006-12-301-2/+8
| | | | | | the depgraph. svn path=/main/trunk/; revision=5423
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-2/+2
| | | | svn path=/main/trunk/; revision=5421
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
| | | | svn path=/main/trunk/; revision=5420
* detect incorrect absolute symlinks in libdirsMike Frysinger2006-12-301-3/+13
| | | | svn path=/main/trunk/; revision=5418
* fixup styleMike Frysinger2006-12-301-5/+7
| | | | svn path=/main/trunk/; revision=5417
* Send stuff that's not a warning or error to stdout rather than stderr.Zac Medico2006-12-291-1/+3
| | | | svn path=/main/trunk/; revision=5416
* - keep things quiet when uninstallingNed Ludd2006-12-291-2/+1
| | | | svn path=/main/trunk/; revision=5415
* For bug #159310, don't show a slot collision notice if there are ↵Zac Medico2006-12-291-4/+28
| | | | | | unresolvable blockers. svn path=/main/trunk/; revision=5413
* Add some docs for the blockers cache format.Zac Medico2006-12-291-1/+9
| | | | svn path=/main/trunk/; revision=5412
* For bug #159161, make emerge --info show USE_EXPAND flags similar to the way ↵Zac Medico2006-12-291-2/+18
| | | | | | it does in merge list output. svn path=/main/trunk/; revision=5411
* Use a pickle to cache blockers for all installed packages so that dep_check ↵Zac Medico2006-12-291-6/+115
| | | | | | doesn't have to be called for every single installed package on every invocation of emerge. svn path=/main/trunk/; revision=5410
* For bug #159252, don't preserve file attributes when copying files for ↵Zac Medico2006-12-281-1/+1
| | | | | | installsources. Thanks to Ed Catmur <ed@catmur.co.uk> for this patch. svn path=/main/trunk/; revision=5408
* Use a pickle to cache vdb metadata. This greatly improves the performance ↵Zac Medico2006-12-281-0/+1
| | | | | | for loading the vdb when the buffer cache is cold. svn path=/main/trunk/; revision=5402
* For bug #148603, when an ebuild dies, print eclasses that are from overlays. ↵Zac Medico2006-12-251-0/+16
| | | | | | Thanks to Alec Warner for the initial patch. svn path=/main/trunk/; revision=5392
* Use a SIGTERM signal to support a die call inside of a subshell.Zac Medico2006-12-251-0/+7
| | | | svn path=/main/trunk/; revision=5391
* When the user has insufficient access privileges, specify whether superuser ↵Zac Medico2006-12-251-7/+21
| | | | | | access or portage group access is required. When only portage group access is required but the user is not in the portage group, call portage_data.portage_group_warning() to remind people that the portage group is a system administration group. svn path=/main/trunk/; revision=5389
* Prevent the regen action from running in --pretend mode.Zac Medico2006-12-251-11/+8
| | | | svn path=/main/trunk/; revision=5388
* Show the "Calculating dependencies .. done!" message with --resume since the ↵Zac Medico2006-12-231-0/+4
| | | | | | spinner now runs inside the depgraph constructor. Thanks to antarus for reporting. svn path=/main/trunk/; revision=5361
* Only write repo.stats and repo.fails when the repoman user has write access ↵Zac Medico2006-12-231-12/+8
| | | | | | to /var/cache/edb. svn path=/main/trunk/; revision=5360
* Fix inverted EAPI default logic.Zac Medico2006-12-231-1/+1
| | | | svn path=/main/trunk/; revision=5358
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-221-29/+23
| | | | svn path=/main/trunk/; revision=5350
* Revert the default choice for --ask --unmerge (bug #158354) because people ↵Zac Medico2006-12-221-2/+1
| | | | | | are complaining. svn path=/main/trunk/; revision=5349
* For bug #158649, allow --buildpkgonly to bypass the fakedb population like ↵Zac Medico2006-12-221-1/+2
| | | | | | --nodeps does. svn path=/main/trunk/; revision=5348
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-221-1/+3
| | | | svn path=/main/trunk/; revision=5347
* Make emerge enable backward compatibility mode for dep_check() calls on ↵Zac Medico2006-12-211-9/+25
| | | | | | installed packages so that it can gracefully invalid atoms or dep syntax. svn path=/main/trunk/; revision=5346
* For installed packages with invalid depstrings, tell the user the location ↵Zac Medico2006-12-211-1/+5
| | | | | | of the *DEPEND files. svn path=/main/trunk/; revision=5341
* When a removal phase fails, tell the user where the ebuild is and advise ↵Zac Medico2006-12-211-0/+21
| | | | | | them that the ebuild can be removed in order to skip the removal phases. svn path=/main/trunk/; revision=5340
* For bug #158558, ignore invalid depstrings for packages that are being ↵Zac Medico2006-12-201-12/+19
| | | | | | replaced anyway (otherwise the user would be forced to manually unmerge the package). svn path=/main/trunk/; revision=5339
* For bug #158649, minimize portdb cache pulls for installed packages when ↵Zac Medico2006-12-201-19/+37
| | | | | | --nodeps is enabled. This patch also allows the vardb lock to be released before doing any cache pulls (even when --nodeps is not enabled), and updates the spinner while the metadata is being pulled. svn path=/main/trunk/; revision=5337
* Fix broken exception handling syntax causing strange exception reported in ↵Zac Medico2006-12-201-1/+1
| | | | | | bug #158608. Thanks to grobian for help troubleshooting. svn path=/main/trunk/; revision=5335
* Fix the invalid dependency message so there's no confusion about which ↵Zac Medico2006-12-201-2/+3
| | | | | | package has the problem. svn path=/main/trunk/; revision=5333
* Give the user some advice whenever an invalid dependency string is encountered.Zac Medico2006-12-201-9/+38
| | | | svn path=/main/trunk/; revision=5332