summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...v2.1.2.5Zac Medico2007-04-261-1/+1
* For bug #176139, only symlink the distfiles that are required according the c...Zac Medico2007-04-261-1/+1
* For bug #175781, add a higher preference priority for choices where all match...Zac Medico2007-04-241-1/+15
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk r64...Zac Medico2007-04-211-1/+1
* Also validate RESTRICT inside doebuild(). (trunk r6426:6427)Zac Medico2007-04-201-1/+1
* Also validate SRC_URI inside doebuild(). (trunk r6424:6425)Zac Medico2007-04-201-1/+1
* For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk r6422...Zac Medico2007-04-201-2/+15
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand c...Zac Medico2007-04-201-1/+1
* 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