summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For bug #161003, disallow virtuals in package.provided and document it. ↵Zac Medico2007-01-092-1/+24
| | | | | | Thanks to Robin Johnson <robbat2@gentoo.org> for the initial patch. svn path=/main/trunk/; revision=5502
* For bug #161103, don't skip collision-protect checks in cases where the ↵Zac Medico2007-01-091-3/+6
| | | | | | beginning of the file path matches a symlink but is not acually inside a symlinked directory (check the path against symlink + os.path.sep). svn path=/main/trunk/; revision=5499
* Make digestgen() force fetch unless all required digest types are available. ↵Zac Medico2007-01-091-2/+12
| | | | | | Thanks to jokey for reporting on irc. svn path=/main/trunk/; revision=5496
* Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.Zac Medico2007-01-091-2/+3
| | | | svn path=/main/trunk/; revision=5495
* Update NEWS with eqawarn and 'ebuild foo test' changesMarius Mauch2007-01-091-0/+2
| | | | svn path=/main/trunk/; revision=5494
* This file apparently uses spaces to line everything up pretty (I have weird ↵Alec Warner2007-01-091-2/+2
| | | | | | tabs set, so spacies are good :P) svn path=/main/trunk/; revision=5493
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5492
* Mention new QA loglevel in make.conf.exampleMarius Mauch2007-01-091-1/+1
| | | | svn path=/main/trunk/; revision=5491
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-092-2/+12
| | | | svn path=/main/trunk/; revision=5490
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
| | | | svn path=/main/trunk/; revision=5489
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5488
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-092-1/+6
| | | | svn path=/main/trunk/; revision=5487
* Make PORTAGE_BASE_PATH dynamic based on __file__Marius Mauch2007-01-091-1/+4
| | | | svn path=/main/trunk/; revision=5486
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
| | | | svn path=/main/trunk/; revision=5485
* Implement QA checks that attempt to detect changed shopts and IFS in ↵Alec Warner2007-01-081-31/+57
| | | | | | ebuild/eclass/profile code. Spit a warning if that is the case. I expect this check will eventually reset the shopts and IFS, but in this case it may break things that depend on the current behavior svn path=/main/trunk/; revision=5484
* For bug #160893, ignore a KeyError during cache cleansing since that key ↵Zac Medico2007-01-081-1/+4
| | | | | | isn't wanted anyway. svn path=/main/trunk/; revision=5483
* s/suffix/version prefix/ since it really is a prefix for the version string.Zac Medico2007-01-081-1/+1
| | | | svn path=/main/trunk/; revision=5482
* s/prefix/suffix/ Thanks to hydrogen for reporting on irc.Zac Medico2007-01-081-1/+1
| | | | svn path=/main/trunk/; revision=5481
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
| | | | svn path=/main/trunk/; revision=5480
* Don't swallow an IOError if it is thrown from the aux_get call in ↵Zac Medico2007-01-061-1/+1
| | | | | | portdbapi.getfetchlist(). svn path=/main/trunk/; revision=5478
* 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
* For python-2.3 compatibility, don't pass an iterable into dict.update().Zac Medico2007-01-051-1/+2
| | | | svn path=/main/trunk/; revision=5464
* 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
* Use -G instead of -g (typo from the previous commit).Zac Medico2007-01-041-1/+1
| | | | svn path=/main/trunk/; revision=5462
* As a workaround for bug #147625, spawn `id -g portage` in order to get a ↵Zac Medico2007-01-041-4/+13
| | | | | | list of groups for the portage user without the need to call grp.getgrall(). svn path=/main/trunk/; revision=5461
* Make sure that myid is defined for the previous commit.Zac Medico2007-01-041-1/+2
| | | | svn path=/main/trunk/; revision=5459
* When fetching metadata from a binhost, reconnect if the http server closes ↵Zac Medico2007-01-041-2/+14
| | | | | | the connection before sending a valid response. Thanks to ranger for reporting. svn path=/main/trunk/; revision=5458
* Export EBUILD_PHASE="" when running misc-function.sh in order to prevent ↵Zac Medico2007-01-041-1/+3
| | | | | | bogus phase values coming from ${T}/environment. Thanks to solar for reporting. svn path=/main/trunk/; revision=5457
* 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
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
| | | | svn path=/main/trunk/; revision=5455
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
| | | | svn path=/main/trunk/; revision=5454
* Use os._exit instead of sys.exit in a forked child process.Zac Medico2007-01-031-1/+1
| | | | svn path=/main/trunk/; revision=5453
* When using the spawn's returnpid parameter, manually remove the returned ↵Zac Medico2007-01-031-0/+1
| | | | | | pids from portage_exec.spawned_pids. svn path=/main/trunk/; revision=5452
* undoMarius Mauch2007-01-035-1280/+0
| | | | svn path=/main/trunk/; revision=5451
* Allow - in elog module namesMarius Mauch2007-01-036-0/+1282
| | | | svn path=/main/trunk/; revision=5450
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-033-7/+98
| | | | svn path=/main/trunk/; revision=5449
* Try to create DISTDIR before disabling fetch due to it's nonexistence. ↵Zac Medico2007-01-021-7/+7
| | | | | | Thanks to astinus for reporting. svn path=/main/trunk/; revision=5448
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-022-8/+15
| | | | svn path=/main/trunk/; revision=5444
* Don't bother to list the contents of directories before they are unmerged ↵Zac Medico2007-01-021-14/+5
| | | | | | since it triggers unnecessary stat calls. Thanks to James Cloos <cloos@jhcloos.com> for reporting. svn path=/main/trunk/; revision=5443
* merge all of the QA related checks togetherMike Frysinger2007-01-022-91/+96
| | | | svn path=/main/trunk/; revision=5442
* Fix the writemsg noiselevel from the previous commit.Zac Medico2007-01-021-1/+1
| | | | svn path=/main/trunk/; revision=5441
* For bug #159638, fix the UnboundLocalError in vartree.getprovide().Zac Medico2007-01-021-5/+8
| | | | svn path=/main/trunk/; revision=5440
* 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