summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-167-17/+17
* misc style fixes (trunk r6400:6401)Zac Medico2007-04-141-7/+7
* revise tests so that does not trigger an error (trunk r6400:6401)Zac Medico2007-04-141-2/+2
* document new version suffix style #166522 (trunk r6394:6395)Zac Medico2007-04-141-7/+8
* create leading directories to match behavior of other do* programs (trunk r63...Zac Medico2007-04-141-4/+5
* simplify unsafe file checking so files/paths with spaces dont cause troubles ...Zac Medico2007-04-131-14/+5
* Use relative paths inside ecompressdir in order to avoid 'Argument list too l...Zac Medico2007-04-131-1/+4
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu...Zac Medico2007-04-131-5/+3
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. (tr...Zac Medico2007-04-131-2/+2
* cleanup example ebuild to be more representative of a good ebuild #174260 by ...Zac Medico2007-04-121-11/+7
* remove references to EXEDESTTREE (trunk r6349:6350)Zac Medico2007-04-121-6/+6
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config (trunk r6...Zac Medico2007-04-121-0/+46
* tell people that the FILES section is not supposed to be complete (and sneak ...Zac Medico2007-04-121-8/+10
* remove references to DOCDESTTREE and INSDESTTREE (trunk r6345:6346)Zac Medico2007-04-121-8/+9
* For bug #173808, add back the old heuristics to make sure that we don't just ...Zac Medico2007-04-121-1/+12
* For bug #173808, compress ${mandir} all in one go instead of doing subdirecto...Zac Medico2007-04-101-12/+1
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Don't load FEATURES in load_infodir() because FEATURES from the build host sh...Zac Medico2007-04-091-0/+4
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* Punt the sorted_versions() function in favor of list.sort(vercmp). (trunk r63...Zac Medico2007-04-051-32/+7
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* Fix missing import. (trunk r6324:6325)Zac Medico2007-03-311-0/+1
* For bug #172571, use socket.AF_INET as the default family for socket.getaddri...v2.1.2.3Zac Medico2007-03-281-1/+1
* For bug #172539, fix ecompressdir suffix handling so that automatic decompres...Zac Medico2007-03-281-6/+6
* Correctly pull the metadata again when the node is converted. (trunk r6306:6307)Zac Medico2007-03-281-5/+6
* Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea...Zac Medico2007-03-281-0/+3
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. (tr...Zac Medico2007-03-281-1/+1
* Properly anchor sed regexp for readlonly attribut filtering. (trunk r6300:6301)Zac Medico2007-03-271-2/+2
* Filter the readonly attribute from variables saved in ${T}/environment to pre...Zac Medico2007-03-271-1/+2
* source ${T}/environment before the definition of qa_source() and qa_call() so...Zac Medico2007-03-271-6/+6
* forcibly break all hard links so we dont need to rely on --force in compresso...Zac Medico2007-03-271-0/+4
* drop the need for the force flag by default and just delete the existing file...Zac Medico2007-03-271-1/+7
* send stdout to /dev/null since we rely on the output of stdout here to determ...Zac Medico2007-03-271-1/+1
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'. (trun...Zac Medico2007-03-274-7/+10
* Verify the Manifest first even if there's only one package (prior to the fetc...Zac Medico2007-03-251-1/+0
* Verify all ebuild manifests before building anything now so that the user is ...Zac Medico2007-03-241-0/+29
* return from the merge task instead of calling sys.exit directly. (trunk r6274...Zac Medico2007-03-241-6/+1
* Allow the merge task to continue despite conflicts when --fetch-all-uri is sp...Zac Medico2007-03-241-0/+1
* For bug #172033, remove the obsolete QA Notice for man pages that are already...Zac Medico2007-03-241-2/+2
* Clean up and simplify preference selection logic for bug #171840. (trunk r626...Zac Medico2007-03-231-47/+26
* For bug #171840, consider all choices for slot intersection and promote those...Zac Medico2007-03-231-3/+7
* Ignore non-existent directories for bug #171809. This is required for readon...Zac Medico2007-03-231-1/+9
* Fix a utime call to prevent a timestamp collision for bug #171117. (trunk r62...Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-161-4/+4
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ...Zac Medico2007-03-161-0/+1
* Make prepinfo remove installed info indexes recursively. Thanks to Christian...Zac Medico2007-03-131-1/+3
* For bug #169620, in --tree display always show the dowload size on the node t...v2.1.2.2Zac Medico2007-03-061-3/+2
* allow people to disable compression by setting the PORTAGE_COMPRESS variables...Zac Medico2007-03-052-14/+12
* Avoid pointless population of the binary tree when --buildpkg is enabled. Th...Zac Medico2007-03-051-3/+3