| Commit message (Expand) | Author | Age | Files | Lines |
* | Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...v2.1.2.5 | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | For bug #176139, only symlink the distfiles that are required according the c... | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | For bug #175781, add a higher preference priority for choices where all match... | Zac Medico | 2007-04-24 | 1 | -1/+15 |
* | Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk r64... | Zac Medico | 2007-04-21 | 1 | -1/+1 |
* | Also validate RESTRICT inside doebuild(). (trunk r6426:6427) | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | Also validate SRC_URI inside doebuild(). (trunk r6424:6425) | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk r6422... | Zac Medico | 2007-04-20 | 1 | -2/+15 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand c... | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4 | Zac Medico | 2007-04-16 | 7 | -17/+17 |
* | misc style fixes (trunk r6400:6401) | Zac Medico | 2007-04-14 | 1 | -7/+7 |
* | revise tests so that does not trigger an error (trunk r6400:6401) | Zac Medico | 2007-04-14 | 1 | -2/+2 |
* | document new version suffix style #166522 (trunk r6394:6395) | Zac Medico | 2007-04-14 | 1 | -7/+8 |
* | create leading directories to match behavior of other do* programs (trunk r63... | Zac Medico | 2007-04-14 | 1 | -4/+5 |
* | simplify unsafe file checking so files/paths with spaces dont cause troubles ... | Zac Medico | 2007-04-13 | 1 | -14/+5 |
* | Use relative paths inside ecompressdir in order to avoid 'Argument list too l... | Zac Medico | 2007-04-13 | 1 | -1/+4 |
* | Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu... | Zac Medico | 2007-04-13 | 1 | -5/+3 |
* | Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. (tr... | Zac Medico | 2007-04-13 | 1 | -2/+2 |
* | cleanup example ebuild to be more representative of a good ebuild #174260 by ... | Zac Medico | 2007-04-12 | 1 | -11/+7 |
* | remove references to EXEDESTTREE (trunk r6349:6350) | Zac Medico | 2007-04-12 | 1 | -6/+6 |
* | document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config (trunk r6... | Zac Medico | 2007-04-12 | 1 | -0/+46 |
* | tell people that the FILES section is not supposed to be complete (and sneak ... | Zac Medico | 2007-04-12 | 1 | -8/+10 |
* | remove references to DOCDESTTREE and INSDESTTREE (trunk r6345:6346) | Zac Medico | 2007-04-12 | 1 | -8/+9 |
* | For bug #173808, add back the old heuristics to make sure that we don't just ... | Zac Medico | 2007-04-12 | 1 | -1/+12 |
* | For bug #173808, compress ${mandir} all in one go instead of doing subdirecto... | Zac Medico | 2007-04-10 | 1 | -12/+1 |
* | Efficiently recycle partial valid vdb cache when possible. This reduces disk... | Zac Medico | 2007-04-10 | 1 | -4/+7 |
* | Don't load FEATURES in load_infodir() because FEATURES from the build host sh... | Zac Medico | 2007-04-09 | 1 | -0/+4 |
* | Only apply permissions to ccache, confcache, and distcc dirs when they are cr... | Zac Medico | 2007-04-08 | 1 | -7/+6 |
* | Punt the sorted_versions() function in favor of list.sort(vercmp). (trunk r63... | Zac Medico | 2007-04-05 | 1 | -32/+7 |
* | For bug #173184, handle the CommandNotFound that is produced during uninstall... | Zac Medico | 2007-04-02 | 1 | -4/+9 |
* | Fix missing import. (trunk r6324:6325) | Zac Medico | 2007-03-31 | 1 | -0/+1 |
* | For bug #172571, use socket.AF_INET as the default family for socket.getaddri...v2.1.2.3 | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | For bug #172539, fix ecompressdir suffix handling so that automatic decompres... | Zac Medico | 2007-03-28 | 1 | -6/+6 |
* | Correctly pull the metadata again when the node is converted. (trunk r6306:6307) | Zac Medico | 2007-03-28 | 1 | -5/+6 |
* | Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea... | Zac Medico | 2007-03-28 | 1 | -0/+3 |
* | Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. (tr... | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | Properly anchor sed regexp for readlonly attribut filtering. (trunk r6300:6301) | Zac Medico | 2007-03-27 | 1 | -2/+2 |
* | Filter the readonly attribute from variables saved in ${T}/environment to pre... | Zac Medico | 2007-03-27 | 1 | -1/+2 |
* | source ${T}/environment before the definition of qa_source() and qa_call() so... | Zac Medico | 2007-03-27 | 1 | -6/+6 |
* | forcibly break all hard links so we dont need to rely on --force in compresso... | Zac Medico | 2007-03-27 | 1 | -0/+4 |
* | drop the need for the force flag by default and just delete the existing file... | Zac Medico | 2007-03-27 | 1 | -1/+7 |
* | send stdout to /dev/null since we rely on the output of stdout here to determ... | Zac Medico | 2007-03-27 | 1 | -1/+1 |
* | For bug #170178, remove all hardcoded references to '/usr/lib/portage'. (trun... | Zac Medico | 2007-03-27 | 4 | -7/+10 |
* | Verify the Manifest first even if there's only one package (prior to the fetc... | Zac Medico | 2007-03-25 | 1 | -1/+0 |
* | Verify all ebuild manifests before building anything now so that the user is ... | Zac Medico | 2007-03-24 | 1 | -0/+29 |
* | return from the merge task instead of calling sys.exit directly. (trunk r6274... | Zac Medico | 2007-03-24 | 1 | -6/+1 |
* | Allow the merge task to continue despite conflicts when --fetch-all-uri is sp... | Zac Medico | 2007-03-24 | 1 | -0/+1 |
* | For bug #172033, remove the obsolete QA Notice for man pages that are already... | Zac Medico | 2007-03-24 | 1 | -2/+2 |
* | Clean up and simplify preference selection logic for bug #171840. (trunk r626... | Zac Medico | 2007-03-23 | 1 | -47/+26 |