summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* validators++Alec Warner2007-05-082-11/+15
| | | | svn path=/main/trunk/; revision=6498
* Prevent blockers that are only partially resolvable by merge order from ↵Zac Medico2007-05-071-1/+10
| | | | | | accidentally being ignored. svn path=/main/trunk/; revision=6494
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and ↵Zac Medico2007-05-061-9/+15
| | | | | | PORTAGE_RSYNC_EXTRA_OPTS. svn path=/main/trunk/; revision=6492
* Use shlex for better splitting of FETCHCOMMAND.Zac Medico2007-05-061-4/+4
| | | | svn path=/main/trunk/; revision=6490
* Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND.Zac Medico2007-05-061-6/+7
| | | | svn path=/main/trunk/; revision=6487
* 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. svn path=/main/trunk/; revision=6485
* Add missing base class.Zac Medico2007-05-051-1/+1
| | | | svn path=/main/trunk/; revision=6484
* Use match_from_list in order to potentially avoid more blocks.Zac Medico2007-05-051-10/+10
| | | | svn path=/main/trunk/; revision=6482
* 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. svn path=/main/trunk/; revision=6480
* For bug #175058, comment #15, expand all possible variables in each argument.Zac Medico2007-05-051-3/+3
| | | | svn path=/main/trunk/; revision=6478
* 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. svn path=/main/trunk/; revision=6473
* Remove news about profile masking which has been reverted pending resolution ↵Zac Medico2007-05-021-2/+0
| | | | | | of bug #170697. Thanks to Arfrever Frehtes Taifersar Arahesis in #149508. svn path=/main/trunk/; revision=6472
* document the behavior of `ebuild` wrt FEATURES=noauto #175444Mike Frysinger2007-05-021-0/+7
| | | | svn path=/main/trunk/; revision=6471
* s/dir/actual_dir/ (branches/prefix r6463:6464Zac Medico2007-05-021-1/+1
| | | | svn path=/main/trunk/; revision=6469
* Fix eend so that it works properly on a standard BSD console. Thanks to ↵Zac Medico2007-05-022-0/+5
| | | | | | UberLord. svn path=/main/trunk/; revision=6467
* Handle KeyError when the ebuild is corrupt.Zac Medico2007-04-301-1/+5
| | | | svn path=/main/trunk/; revision=6461
* Fix -* handling in gvisible to match incremental semanticsMarius Mauch2007-04-304-10/+28
| | | | svn path=/main/trunk/; revision=6459
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-3010-5/+62
| | | | | | | | - add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND ↵Zac Medico2007-04-292-8/+11
| | | | | | without a shell. svn path=/main/trunk/; revision=6456
* For bug #176384, adjust config according to options of the command being ↵Zac Medico2007-04-281-0/+9
| | | | | | resumed. svn path=/main/trunk/; revision=6454
* 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. svn path=/main/trunk/; revision=6452
* Fix up missing mymergelist variable from the previous commit.Zac Medico2007-04-281-5/+6
| | | | svn path=/main/trunk/; revision=6446
* For bug #176305, validate the resume merge list before attempting to verify ↵Zac Medico2007-04-281-12/+13
| | | | | | the ebuild manifests. svn path=/main/trunk/; revision=6444
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-261-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. svn path=/main/trunk/; revision=6442
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ↵Zac Medico2007-04-261-1/+1
| | | | | | permission problems for non-root users who are in the portage group (userpriv, etc.). svn path=/main/trunk/; revision=6440
* For bug #176139, only symlink the distfiles that are required according the ↵Zac Medico2007-04-261-1/+1
| | | | | | current USE settings. svn path=/main/trunk/; revision=6438
* fix typoAlec Warner2007-04-241-1/+1
| | | | svn path=/main/trunk/; revision=6435
* 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). svn path=/main/trunk/; revision=6432
* Pretty up the repoman imports, use cPickle over pickle for performanceAlec Warner2007-04-241-3/+14
| | | | svn path=/main/trunk/; revision=6431
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
| | | | svn path=/main/trunk/; revision=6429
* Also validate RESTRICT inside doebuild().Zac Medico2007-04-201-1/+1
| | | | svn path=/main/trunk/; revision=6427
* Also validate SRC_URI inside doebuild().Zac Medico2007-04-201-1/+1
| | | | svn path=/main/trunk/; revision=6425
* For bug #175344, validate LICENSE and PROVIDE inside doebuild().Zac Medico2007-04-201-2/+15
| | | | svn path=/main/trunk/; revision=6423
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. svn path=/main/trunk/; revision=6421
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. svn path=/main/trunk/; revision=6419
* For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand ↵Zac Medico2007-04-201-1/+1
| | | | | | calls. svn path=/main/trunk/; revision=6417
* strip .comment by default, add a comment as to what we need before we can do ↵Mike Frysinger2007-04-171-4/+10
| | | | | | .note, and add safe stripping of relocatable objects svn path=/main/trunk/; revision=6416
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-157-17/+17
| | | | svn path=/main/trunk/; revision=6411
* do stripping after compression dequeueingMike Frysinger2007-04-141-1/+2
| | | | svn path=/main/trunk/; revision=6403
* queue compressionMike Frysinger2007-04-142-2/+2
| | | | svn path=/main/trunk/; revision=6402
* revise tests so that `insinto /` does not trigger an errorMike Frysinger2007-04-141-9/+9
| | | | svn path=/main/trunk/; revision=6401
* Prefix the hardlink source with ${D} like we always have.Zac Medico2007-04-141-1/+1
| | | | svn path=/main/trunk/; revision=6396
* document new version suffix style #166522Mike Frysinger2007-04-141-7/+8
| | | | svn path=/main/trunk/; revision=6395
* create leading directories to match behavior of other do* programsMike Frysinger2007-04-141-4/+5
| | | | svn path=/main/trunk/; revision=6394
* simplify unsafe file checking so files/paths with spaces dont cause troublesMike Frysinger2007-04-131-14/+5
| | | | svn path=/main/trunk/; revision=6392
* 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). svn path=/main/trunk/; revision=6388
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY ↵Zac Medico2007-04-131-5/+3
| | | | | | guessing inside doebuild. svn path=/main/trunk/; revision=6386
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere.Zac Medico2007-04-131-2/+2
| | | | svn path=/main/trunk/; revision=6384
* Use a config instance that's not locked/immutable.Zac Medico2007-04-131-2/+2
| | | | svn path=/main/trunk/; revision=6383
* cleanup example ebuild to be more representative of a "good" ebuild #174260 ↵Mike Frysinger2007-04-121-11/+7
| | | | | | by Timothy Redaelli svn path=/main/trunk/; revision=6379