summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Don't load FEATURES in load_infodir() because FEATURES from the build host ↵Zac Medico2007-04-091-0/+4
| | | | | | shouldn't be interpreted asFEATURES on the client system. Thanks to Thanks to Chri svn path=/main/branches/2.1.2/; revision=6359
* Only apply permissions to ccache, confcache, and distcc dirs when they are ↵Zac Medico2007-04-081-7/+6
| | | | | | created in order to avoid interference with whatever the user's preferred permissions are. Thanks to Diego Pettenò <flameeyes@gmail.com> for reporting. (trunk r6353:6354) svn path=/main/branches/2.1.2/; revision=6355
* Punt the sorted_versions() function in favor of list.sort(vercmp). (trunk ↵Zac Medico2007-04-051-32/+7
| | | | | | r6338:6339) svn path=/main/branches/2.1.2/; revision=6340
* For bug #173184, handle the CommandNotFound that is produced during ↵Zac Medico2007-04-021-4/+9
| | | | | | uninstallation of prelink. (trunk r6331:6332) svn path=/main/branches/2.1.2/; revision=6333
* Fix missing import. (trunk r6324:6325)Zac Medico2007-03-311-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=6326
* For bug #172571, use socket.AF_INET as the default family for ↵v2.1.2.3Zac Medico2007-03-281-1/+1
| | | | | | socket.getaddrinfo(). (trunk r6320:6321) svn path=/main/branches/2.1.2/; revision=6322
* For bug #172539, fix ecompressdir suffix handling so that automatic ↵Zac Medico2007-03-281-6/+6
| | | | | | decompression of Z, gz, and bz2 suffixes works properly. (trunk r6308:6309) svn path=/main/branches/2.1.2/; revision=6310
* Correctly pull the metadata again when the node is converted. (trunk r6306:6307)Zac Medico2007-03-281-5/+6
| | | | svn path=/main/branches/2.1.2/; revision=6308
* Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for ↵Zac Medico2007-03-281-0/+3
| | | | | | greater consistency in the depgraph. (trunk r6304:6305) svn path=/main/branches/2.1.2/; revision=6306
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. ↵Zac Medico2007-03-281-1/+1
| | | | | | (trunk r6302:6303) svn path=/main/branches/2.1.2/; revision=6304
* Properly anchor sed regexp for readlonly attribut filtering. (trunk r6300:6301)Zac Medico2007-03-271-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6302
* Filter the readonly attribute from variables saved in ${T}/environment to ↵Zac Medico2007-03-271-1/+2
| | | | | | prevent 'readonly variable' error messages in later phases. (trunk r6298:6299) svn path=/main/branches/2.1.2/; revision=6300
* source ${T}/environment before the definition of qa_source() and qa_call() ↵Zac Medico2007-03-271-6/+6
| | | | | | so that the call stack shows the original files and line numbers instead of those from ${T}/environment. Thanks to Markus Ullmann <jokey@gentoo.org> for reporting. (trunk r6296:6297) svn path=/main/branches/2.1.2/; revision=6298
* forcibly break all hard links so we dont need to rely on --force in ↵Zac Medico2007-03-271-0/+4
| | | | | | compressor (trunk r6220:6221) svn path=/main/branches/2.1.2/; revision=6296
* drop the need for the force flag by default and just delete the existing ↵Zac Medico2007-03-271-1/+7
| | | | | | files automatically #171007 (trunk r6218:6219) svn path=/main/branches/2.1.2/; revision=6295
* send stdout to /dev/null since we rely on the output of stdout here to ↵Zac Medico2007-03-271-1/+1
| | | | | | determine the proper suffix #171212 (trunk r6228:6229) svn path=/main/branches/2.1.2/; revision=6294