summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'. ↵Zac Medico2007-03-274-7/+10
| | | | | | (trunk r6202:6203) svn path=/main/branches/2.1.2/; revision=6293
* Verify the Manifest first even if there's only one package (prior to the ↵Zac Medico2007-03-251-1/+0
| | | | | | fetch phase). (trunk r6282:6283) svn path=/main/branches/2.1.2/; revision=6284
* Verify all ebuild manifests before building anything now so that the user is ↵Zac Medico2007-03-241-0/+29
| | | | | | notified of failure as soon as possible. (trunk r6276:6277) svn path=/main/branches/2.1.2/; revision=6278
* return from the merge task instead of calling sys.exit directly. (trunk ↵Zac Medico2007-03-241-6/+1
| | | | | | r6274:6275) svn path=/main/branches/2.1.2/; revision=6276
* Allow the merge task to continue despite conflicts when --fetch-all-uri is ↵Zac Medico2007-03-241-0/+1
| | | | | | specified. (trunk r6272:6273) svn path=/main/branches/2.1.2/; revision=6274
* For bug #172033, remove the obsolete QA Notice for man pages that are ↵Zac Medico2007-03-241-2/+2
| | | | | | already compressed. (trunk r6270:6271) svn path=/main/branches/2.1.2/; revision=6272
* Clean up and simplify preference selection logic for bug #171840. (trunk ↵Zac Medico2007-03-231-47/+26
| | | | | | r6268:6269) svn path=/main/branches/2.1.2/; revision=6270
* For bug #171840, consider all choices for slot intersection and promote ↵Zac Medico2007-03-231-3/+7
| | | | | | those that have upgrades relative to other choices. (trunk r6266:6267) svn path=/main/branches/2.1.2/; revision=6268
* Ignore non-existent directories for bug #171809. This is required for ↵Zac Medico2007-03-231-1/+9
| | | | | | readonly mode. (trunk r6264:6265) svn path=/main/branches/2.1.2/; revision=6266
* Fix a utime call to prevent a timestamp collision for bug #171117. (trunk ↵Zac Medico2007-03-161-2/+2
| | | | | | r6216:6217) svn path=/main/branches/2.1.2/; revision=6218
* For bug #171117, ensure that the new and old config have different ↵Zac Medico2007-03-161-1/+7
| | | | | | timestamps (for the benefit of programs like rsync that need distiguishable timestamps to detect file changes). Thanks to Ben Bennett <sink@limey.net> for reporting. (trunk r6214:6215) svn path=/main/branches/2.1.2/; revision=6216
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when ↵Zac Medico2007-03-161-4/+4
| | | | | | necessary since relative paths lead to problems. (trunk r6209:6211) svn path=/main/branches/2.1.2/; revision=6214
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ↵Zac Medico2007-03-161-0/+1
| | | | | | attribute of variables persist between ebuild phases. (trunk r6211:6212) svn path=/main/branches/2.1.2/; revision=6213
* Make prepinfo remove installed info indexes recursively. Thanks to ↵Zac Medico2007-03-131-1/+3
| | | | | | Christian Faulhammer <opfer@gentoo.org> for reporting (see bugs #162675 and #170133). (trunk r6204:6205) svn path=/main/branches/2.1.2/; revision=6206
* For bug #169620, in --tree display always show the dowload size on the node ↵v2.1.2.2Zac Medico2007-03-061-3/+2
| | | | | | that is "ordered" rather than one of it's "nomerge" counterparts. (trunk r6185:6186) svn path=/main/branches/2.1.2/; revision=6187
* allow people to disable compression by setting the PORTAGE_COMPRESS ↵Zac Medico2007-03-052-14/+12
| | | | | | variables to "" (trunk r6173:6174) svn path=/main/branches/2.1.2/; revision=6177
* Avoid pointless population of the binary tree when --buildpkg is enabled. ↵Zac Medico2007-03-051-3/+3
| | | | | | Thanks to vapier for reporting. (trunk r6174:6175) svn path=/main/branches/2.1.2/; revision=6176