summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #176384, adjust config according to options of the command being resu...Zac Medico2007-04-281-0/+9
* For bug #175058, properly quote the variables in FETCHCOMMAND and RESUMECOMMA...Zac Medico2007-04-281-2/+2
* Fix up missing mymergelist variable from the previous commit.Zac Medico2007-04-281-5/+6
* For bug #176305, validate the resume merge list before attempting to verify t...Zac Medico2007-04-281-12/+13
* In the installsources docs, note that CFLAGS needs to be set to include debug...Zac Medico2007-04-261-1/+2
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...Zac Medico2007-04-261-1/+1
* For bug #176139, only symlink the distfiles that are required according the c...Zac Medico2007-04-261-1/+1
* fix typoAlec Warner2007-04-241-1/+1
* For bug #175781, add a higher preference priority for choices where all match...Zac Medico2007-04-241-1/+15
* Pretty up the repoman imports, use cPickle over pickle for performanceAlec Warner2007-04-241-3/+14
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
* Also validate RESTRICT inside doebuild().Zac Medico2007-04-201-1/+1
* Also validate SRC_URI inside doebuild().Zac Medico2007-04-201-1/+1
* For bug #175344, validate LICENSE and PROVIDE inside doebuild().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
* strip .comment by default, add a comment as to what we need before we can do ...Mike Frysinger2007-04-171-4/+10
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-157-17/+17
* do stripping after compression dequeueingMike Frysinger2007-04-141-1/+2
* queue compressionMike Frysinger2007-04-142-2/+2
* revise tests so that `insinto /` does not trigger an errorMike Frysinger2007-04-141-9/+9
* Prefix the hardlink source with ${D} like we always have.Zac Medico2007-04-141-1/+1
* document new version suffix style #166522Mike Frysinger2007-04-141-7/+8
* create leading directories to match behavior of other do* programsMike Frysinger2007-04-141-4/+5
* simplify unsafe file checking so files/paths with spaces dont cause troublesMike Frysinger2007-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.Zac Medico2007-04-131-2/+2
* Use a config instance that's not locked/immutable.Zac Medico2007-04-131-2/+2
* cleanup example ebuild to be more representative of a "good" ebuild #174260 b...Mike Frysinger2007-04-121-11/+7
* 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
* Update the FEATURES=strict docs for better clarity. Thanks to taviso for rep...Zac Medico2007-04-091-1/+1
* Cache NEEDED in order to optimize update_library_map() calls.Zac Medico2007-04-091-1/+1
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil...Mike Frysinger2007-04-074-15/+16
* remove references to EXEDESTTREEMike Frysinger2007-04-071-6/+6
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/configMike Frysinger2007-04-071-0/+46
* tell people that the FILES section is not supposed to be complete (and sneak ...Mike Frysinger2007-04-071-8/+10
* change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ebuil...Mike Frysinger2007-04-073-8/+9
* remove references to DOCDESTTREE and INSDESTTREEMike Frysinger2007-04-071-8/+9
* Provide a default value to the getattr call.Zac Medico2007-04-051-1/+1
* Make sure XARGS has a default value.Zac Medico2007-04-051-0/+1
* Don't force OS detection in the portage.data module.Zac Medico2007-04-051-4/+2
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-054-13/+5
* Punt the sorted_versions() function in favor of list.sort(vercmp).Zac Medico2007-04-051-32/+7
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9