portage.git
2007-05-25 Zac MedicoSkip fetching of metadata.dtd when mymode == "manifest... v2.1.2.8
2007-05-24 Zac MedicoFix the ignore-previously-merged option so that it...
2007-05-23 Zac MedicoAdd a 'ignore-previously-merged' config option which...
2007-05-23 Zac MedicoPunt the portdbapi.getsize() function since it's unused...
2007-05-23 Zac Medicohardlink basic suid protection (trunk r6580)
2007-05-23 Zac MedicoUse device number and i-node number (like os.path.samef...
2007-05-23 Zac MedicoIn --tree output, keep track of which graph edges have...
2007-05-23 Zac MedicoFor bug #176539, add a manifest target to repoman so...
2007-05-23 Zac Medicos:${PORTDIR}:/usr/portage: so that it's not implied...
2007-05-23 Zac MedicoFor bug #177601, add a reference the --verbose option...
2007-05-22 Zac MedicoFor forward compatibility, make binarytree.populate...
2007-05-22 Zac MedicoUse bash to spawn FETCHCOMMAND under selinux since...
2007-05-22 Zac MedicoFor bug #179008, just use metadata.dtd directly from...
2007-05-22 Zac MedicoIn fetch(), don't try to parse digests unless the ...
2007-05-22 Zac MedicoFor bug #179206, improve efficiency by using a containm...
2007-05-22 Zac Medicofix from James C. Georgas to not modify EXTRA_EINSTALL...
2007-05-22 Zac MedicoDon't protect USE_EXPAND variables from -* anymore...
2007-05-13 Zac MedicoFor bug #178293, don't write digest-* files unnecessari...
2007-05-13 Zac MedicoFix the varexpand quotes tests since quotes are no...
2007-05-10 Zac MedicoFor bug #177763, clarify about how FEATURES=keepwork...
2007-05-10 Zac MedicoMake sure FEATURES=test and USE=test are consistently...
2007-05-10 Zac MedicoMake sure USE=test is properly enabled when the test...
2007-05-09 Zac MedicoFor bug #177591, increase shell compatibility by preser...
2007-05-09 Zac MedicoMake sure USE=test is properly enabled when the test...
2007-05-07 Zac MedicoPrevent blockers that are only partially resolvable... v2.1.2.7
2007-05-06 Zac MedicoUse shlex for better splitting of PORTAGE_RSYNC_OPTS...
2007-05-06 Zac MedicoUse shlex for better splitting of FETCHCOMMAND. (trunk...
2007-05-06 Zac MedicoUse varexpand to expand FETCHCOMMAND and RESUMECOMMAND...
2007-05-05 Zac MedicoFor bug #171259, fix vercmp so that implicit _p0 is...
2007-05-05 Zac MedicoUse match_from_list in order to potentially avoid more...
2007-05-05 Zac MedicoFor bug #177211, use chmod -R on the children of the...
2007-05-05 Zac MedicoFor bug #175058, comment #15, expand all possible varia...
2007-05-05 Zac Medicodocument the behavior of `ebuild` wrt FEATURES=noauto... v2.1.2.6
2007-05-03 Zac MedicoFor bug #176765, when a new package is blocked by anoth...
2007-05-02 Zac MedicoFix eend so that it works properly on a standard BSD...
2007-04-29 Zac MedicoFor bug #175058, avoid potential quoting issues by...
2007-04-28 Zac MedicoFor bug #176384, adjust config according to options...
2007-04-28 Zac MedicoFor bug #175058, properly quote the variables in FETCHC...
2007-04-28 Zac MedicoIn the installsources docs, note that CFLAGS needs...
2007-04-28 Zac MedicoFix up missing mymergelist variable from the previous...
2007-04-28 Zac MedicoFor bug #176305, validate the resume merge list before...
2007-04-26 Zac MedicoAlways ensure permissions in DISTCC_DIR in order to... v2.1.2.5
2007-04-26 Zac MedicoFor bug #176139, only symlink the distfiles that are...
2007-04-24 Zac MedicoFor bug #175781, add a higher preference priority for...
2007-04-21 Zac MedicoUse portable sh syntax rather than bash syntax. Thanks...
2007-04-20 Zac MedicoAlso validate RESTRICT inside doebuild(). (trunk r6426...
2007-04-20 Zac MedicoAlso validate SRC_URI inside doebuild(). (trunk r6424...
2007-04-20 Zac MedicoFor bug #175344, validate LICENSE and PROVIDE inside...
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
2007-04-20 Zac MedicoFor bug #175344, use cp_list instead of xmatch in order...
2007-04-16 Zac Medicoconvert `type -p` to `type -P` as noted by grobian... v2.1.2.4
2007-04-14 Zac Medicomisc style fixes (trunk r6400:6401)
2007-04-14 Zac Medicorevise tests so that does not trigger an error (trunk...
2007-04-14 Zac Medicodocument new version suffix style #166522 (trunk r6394...
2007-04-14 Zac Medicocreate leading directories to match behavior of other...
2007-04-13 Zac Medicosimplify unsafe file checking so files/paths with space...
2007-04-13 Zac MedicoUse relative paths inside ecompressdir in order to...
2007-04-13 Zac MedicoAdd CATEGORY to blacklisted variables since it can...
2007-04-13 Zac MedicoUse catpkgsplit instead of pkgsplit for consistency...
2007-04-12 Zac Medicocleanup example ebuild to be more representative of...
2007-04-12 Zac Medicoremove references to EXEDESTTREE (trunk r6349:6350)
2007-04-12 Zac Medicodocument /var/cache/edb/, /var/db/pkg/, and /var/lib...
2007-04-12 Zac Medicotell people that the FILES section is not supposed...
2007-04-12 Zac Medicoremove references to DOCDESTTREE and INSDESTTREE (trunk...
2007-04-12 Zac MedicoFor bug #173808, add back the old heuristics to make...
2007-04-10 Zac MedicoFor bug #173808, compress ${mandir} all in one go inste...
2007-04-10 Zac MedicoEfficiently recycle partial valid vdb cache when possib...
2007-04-09 Zac MedicoDon't load FEATURES in load_infodir() because FEATURES...
2007-04-08 Zac MedicoOnly apply permissions to ccache, confcache, and distcc...
2007-04-05 Zac MedicoPunt the sorted_versions() function in favor of list...
2007-04-02 Zac MedicoFor bug #173184, handle the CommandNotFound that is...
2007-03-31 Zac MedicoFix missing import. (trunk r6324:6325)
2007-03-28 Zac MedicoFor bug #172571, use socket.AF_INET as the default... v2.1.2.3
2007-03-28 Zac MedicoFor bug #172539, fix ecompressdir suffix handling so...
2007-03-28 Zac MedicoCorrectly pull the metadata again when the node is...
2007-03-28 Zac MedicoConvert "ebuild" and "binary" "nomerge" nodes into...
2007-03-28 Zac MedicoSynchronize PORTAGE_COMPRESS_FLAGS to reflect that...
2007-03-27 Zac MedicoProperly anchor sed regexp for readlonly attribut filte...
2007-03-27 Zac MedicoFilter the readonly attribute from variables saved...
2007-03-27 Zac Medicosource ${T}/environment before the definition of qa_sou...
2007-03-27 Zac Medicoforcibly break all hard links so we dont need to rely...
2007-03-27 Zac Medicodrop the need for the force flag by default and just...
2007-03-27 Zac Medicosend stdout to /dev/null since we rely on the output...
2007-03-27 Zac MedicoFor bug #170178, remove all hardcoded references to...
2007-03-25 Zac MedicoVerify the Manifest first even if there's only one...
2007-03-24 Zac MedicoVerify all ebuild manifests before building anything...
2007-03-24 Zac Medicoreturn from the merge task instead of calling sys.exit...
2007-03-24 Zac MedicoAllow the merge task to continue despite conflicts...
2007-03-24 Zac MedicoFor bug #172033, remove the obsolete QA Notice for...
2007-03-23 Zac MedicoClean up and simplify preference selection logic for...
2007-03-23 Zac MedicoFor bug #171840, consider all choices for slot intersec...
2007-03-23 Zac MedicoIgnore non-existent directories for bug #171809. This...
2007-03-16 Zac MedicoFix a utime call to prevent a timestamp collision for...
2007-03-16 Zac MedicoFor bug #171117, ensure that the new and old config...
2007-03-16 Zac MedicoAutomatically convert ROOT and PORTAGE_CONFIGROOT to...
2007-03-16 Zac MedicoFor bug #163262 and conformance with section 7.2 of...
2007-03-13 Zac MedicoMake prepinfo remove installed info indexes recursively...
2007-03-06 Zac MedicoFor bug #169620, in --tree display always show the... v2.1.2.2
2007-03-05 Zac Medicoallow people to disable compression by setting the...
next