summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the varexpand quotes tests since quotes are no longer removed by this ↵Zac Medico2007-05-131-2/+2
| | | | | | function. (trunk r6524:6525) svn path=/main/branches/2.1.2/; revision=6526
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵Zac Medico2007-05-101-1/+5
| | | | | | be reused. (trunk r6518:6519) svn path=/main/branches/2.1.2/; revision=6520
* Make sure FEATURES=test and USE=test are consistently enabled for all ↵Zac Medico2007-05-101-8/+9
| | | | | | requested phases when the test phase is forced via the ebuild command. (trunk r6516:6517) svn path=/main/branches/2.1.2/; revision=6518
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-101-1/+6
| | | | | | ebuild command, even when USE from ${T}/environment doen't have it. (trunk r6512:6513) svn path=/main/branches/2.1.2/; revision=6514
* For bug #177591, increase shell compatibility by preserving quotes in ↵Zac Medico2007-05-091-2/+4
| | | | | | varexpand() since quote removal is handled by shlex. (trunk r6504:6505) svn path=/main/branches/2.1.2/; revision=6510
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-092-0/+5
| | | | | | ebuild command. Thanks to Caster for reporting. (trunk r6507:6508) svn path=/main/branches/2.1.2/; revision=6509
* Prevent blockers that are only partially resolvable by merge order from ↵v2.1.2.7Zac Medico2007-05-071-1/+10
| | | | | | accidentally being ignored. (trunk r6493:6494) svn path=/main/branches/2.1.2/; revision=6495
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and ↵Zac Medico2007-05-061-9/+15
| | | | | | PORTAGE_RSYNC_EXTRA_OPTS. (trunk r6491:6492) svn path=/main/branches/2.1.2/; revision=6493
* Use shlex for better splitting of FETCHCOMMAND. (trunk r6489:6490)Zac Medico2007-05-061-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=6491
* Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. (trunk r6486:6487)Zac Medico2007-05-061-6/+7
| | | | svn path=/main/branches/2.1.2/; revision=6488
* For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ↵Zac Medico2007-05-051-3/+5
| | | | | | Thanks to TGL <degrenier@easyconnect.fr> for the patch. (trunk r6484:6485) svn path=/main/branches/2.1.2/; revision=6486
* Use match_from_list in order to potentially avoid more blocks. (trunk ↵Zac Medico2007-05-051-10/+10
| | | | | | r6481:6482) svn path=/main/branches/2.1.2/; revision=6483
* For bug #177211, use chmod -R on the children of the current directory in ↵Zac Medico2007-05-051-1/+2
| | | | | | order to reduce the size of the argument list. (trunk r6479:6480 svn path=/main/branches/2.1.2/; revision=6481
* For bug #175058, comment #15, expand all possible variables in each ↵Zac Medico2007-05-051-3/+3
| | | | | | argument. (trunk r6477:6478) svn path=/main/branches/2.1.2/; revision=6479
* document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471)v2.1.2.6Zac Medico2007-05-051-0/+7
| | | | svn path=/main/branches/2.1.2/; revision=6476
* For bug #176765, when a new package is blocked by another one that is being ↵Zac Medico2007-05-031-3/+17
| | | | | | replaced, handle another case where the conflict can be avoided. (trunk r6472:6473) svn path=/main/branches/2.1.2/; revision=6474
* Fix eend so that it works properly on a standard BSD console. Thanks to ↵Zac Medico2007-05-022-0/+5
| | | | | | UberLord. (trunk r6466:6467) svn path=/main/branches/2.1.2/; revision=6468
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND ↵Zac Medico2007-04-292-8/+11
| | | | | | without a shell. (trunk r6455:6456) svn path=/main/branches/2.1.2/; revision=6457
* For bug #176384, adjust config according to options of the command being ↵Zac Medico2007-04-281-0/+9
| | | | | | resumed. (trunk r6453:6454) svn path=/main/branches/2.1.2/; revision=6455
* For bug #175058, properly quote the variables in FETCHCOMMAND and ↵Zac Medico2007-04-281-2/+2
| | | | | | RESUMECOMMAND since the command is spawned in a bash shell. (trunk r6451:6452) svn path=/main/branches/2.1.2/; revision=6453
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-281-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. (trunk r6441:6442) svn path=/main/branches/2.1.2/; revision=6448
* Fix up missing mymergelist variable from the previous commit. (trunk r6445:6446)Zac Medico2007-04-281-5/+6
| | | | svn path=/main/branches/2.1.2/; revision=6447
* For bug #176305, validate the resume merge list before attempting to verify ↵Zac Medico2007-04-281-12/+13
| | | | | | the ebuild manifests. (trunk r6443:6444) svn path=/main/branches/2.1.2/; revision=6445
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ↵v2.1.2.5Zac Medico2007-04-261-1/+1
| | | | | | permission problems for non-root users who are in the portage group (userpriv, etc.). (trunk r6439:6440) svn path=/main/branches/2.1.2/; revision=6441
* For bug #176139, only symlink the distfiles that are required according the ↵Zac Medico2007-04-261-1/+1
| | | | | | current USE settings. (trunk r6437:6438) svn path=/main/branches/2.1.2/; revision=6439
* For bug #175781, add a higher preference priority for choices where all ↵Zac Medico2007-04-241-1/+15
| | | | | | matching slots are installed (not just any slot). (trunk r6431:6432) svn path=/main/branches/2.1.2/; revision=6433
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk ↵Zac Medico2007-04-211-1/+1
| | | | | | r6428:6429) svn path=/main/branches/2.1.2/; revision=6430
* Also validate RESTRICT inside doebuild(). (trunk r6426:6427)Zac Medico2007-04-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6428
* Also validate SRC_URI inside doebuild(). (trunk r6424:6425)Zac Medico2007-04-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6426
* For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk ↵Zac Medico2007-04-201-2/+15
| | | | | | r6422:6423) svn path=/main/branches/2.1.2/; revision=6424
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. (trunk r6420:6421) svn path=/main/branches/2.1.2/; revision=6422
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. (trunk r6418:6419) svn path=/main/branches/2.1.2/; revision=6420
* For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand ↵Zac Medico2007-04-201-1/+1
| | | | | | calls. (trunk r6416:6417) svn path=/main/branches/2.1.2/; revision=6418
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-167-17/+17
| | | | svn path=/main/branches/2.1.2/; revision=6414
* misc style fixes (trunk r6400:6401)Zac Medico2007-04-141-7/+7
| | | | svn path=/main/branches/2.1.2/; revision=6405
* revise tests so that does not trigger an error (trunk r6400:6401)Zac Medico2007-04-141-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6404
* document new version suffix style #166522 (trunk r6394:6395)Zac Medico2007-04-141-7/+8
| | | | svn path=/main/branches/2.1.2/; revision=6398
* create leading directories to match behavior of other do* programs (trunk ↵Zac Medico2007-04-141-4/+5
| | | | | | r6393:6394 and r6395:6396) svn path=/main/branches/2.1.2/; revision=6397
* simplify unsafe file checking so files/paths with spaces dont cause troubles ↵Zac Medico2007-04-131-14/+5
| | | | | | (trunk r6391:6392) svn path=/main/branches/2.1.2/; revision=6393
* Use relative paths inside ecompressdir in order to avoid 'Argument list too ↵Zac Medico2007-04-131-1/+4
| | | | | | long' errors with large file sets (observed when installing sys-apps/man-pages). (trunk r6387:6388) svn path=/main/branches/2.1.2/; revision=6389
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY ↵Zac Medico2007-04-131-5/+3
| | | | | | guessing inside doebuild. (trunk r6385:6386) svn path=/main/branches/2.1.2/; revision=6387
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. ↵Zac Medico2007-04-131-2/+2
| | | | | | (trunk r6383:6384) svn path=/main/branches/2.1.2/; revision=6385
* cleanup example ebuild to be more representative of a good ebuild #174260 by ↵Zac Medico2007-04-121-11/+7
| | | | | | Timothy Redaelli (trunk r6378:6379) svn path=/main/branches/2.1.2/; revision=6382
* remove references to EXEDESTTREE (trunk r6349:6350)Zac Medico2007-04-121-6/+6
| | | | svn path=/main/branches/2.1.2/; revision=6376
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config (trunk ↵Zac Medico2007-04-121-0/+46
| | | | | | r6348:6349) svn path=/main/branches/2.1.2/; revision=6375
* tell people that the FILES section is not supposed to be complete (and sneak ↵Zac Medico2007-04-121-8/+10
| | | | | | in a few style fixups) (trunk r6347:6348) svn path=/main/branches/2.1.2/; revision=6374
* remove references to DOCDESTTREE and INSDESTTREE (trunk r6345:6346)Zac Medico2007-04-121-8/+9
| | | | svn path=/main/branches/2.1.2/; revision=6373
* For bug #173808, add back the old heuristics to make sure that we don't just ↵Zac Medico2007-04-121-1/+12
| | | | | | blindly compress the contents of any directory named "man". svn path=/main/branches/2.1.2/; revision=6372
* For bug #173808, compress ${mandir} all in one go instead of doing ↵Zac Medico2007-04-101-12/+1
| | | | | | subdirectories separately. This allows symlinks that point into sibling directories to get updated properly by ecompressdir. (trunk r6361:6362) svn path=/main/branches/2.1.2/; revision=6363
* Efficiently recycle partial valid vdb cache when possible. This reduces ↵Zac Medico2007-04-101-4/+7
| | | | | | disk load when switching between versions of portage that cache different keys. (trunk r6359:6360) svn path=/main/branches/2.1.2/; revision=6361