portage.git
2007-05-05 Zac MedicoAdd missing base class.
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-03 Zac MedicoFor bug #176765, when a new package is blocked by anoth...
2007-05-02 Zac MedicoRemove news about profile masking which has been revert...
2007-05-02 Mike Frysingerdocument the behavior of `ebuild` wrt FEATURES=noauto...
2007-05-02 Zac Medicos/dir/actual_dir/ (branches/prefix r6463:6464
2007-05-02 Zac MedicoFix eend so that it works properly on a standard BSD...
2007-04-30 Zac MedicoHandle KeyError when the ebuild is corrupt.
2007-04-30 Marius MauchFix -* handling in gvisible to match incremental semantics
2007-04-30 Marius Mauch- add new echo module for people who don't want any...
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 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 MedicoIn the installsources docs, note that CFLAGS needs...
2007-04-26 Zac MedicoAlways ensure permissions in DISTCC_DIR in order to...
2007-04-26 Zac MedicoFor bug #176139, only symlink the distfiles that are...
2007-04-24 Alec Warnerfix typo
2007-04-24 Zac MedicoFor bug #175781, add a higher preference priority for...
2007-04-24 Alec WarnerPretty up the repoman imports, use cPickle over pickle...
2007-04-21 Zac MedicoUse portable sh syntax rather than bash syntax. Thanks...
2007-04-20 Zac MedicoAlso validate RESTRICT inside doebuild().
2007-04-20 Zac MedicoAlso validate SRC_URI inside doebuild().
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-17 Mike Frysingerstrip .comment by default, add a comment as to what...
2007-04-15 Mike Frysingerconvert `type -p` to `type -P` as noted by grobian
2007-04-14 Mike Frysingerdo stripping after compression dequeueing
2007-04-14 Mike Frysingerqueue compression
2007-04-14 Mike Frysingerrevise tests so that `insinto /` does not trigger an...
2007-04-14 Zac MedicoPrefix the hardlink source with ${D} like we always...
2007-04-14 Mike Frysingerdocument new version suffix style #166522
2007-04-14 Mike Frysingercreate leading directories to match behavior of other...
2007-04-13 Mike Frysingersimplify 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-13 Zac MedicoUse a config instance that's not locked/immutable.
2007-04-12 Mike Frysingercleanup example ebuild to be more representative of...
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-09 Zac MedicoUpdate the FEATURES=strict docs for better clarity...
2007-04-09 Zac MedicoCache NEEDED in order to optimize update_library_map...
2007-04-08 Zac MedicoOnly apply permissions to ccache, confcache, and distcc...
2007-04-07 Mike Frysingerchange "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and...
2007-04-07 Mike Frysingerremove references to EXEDESTTREE
2007-04-07 Mike Frysingerdocument /var/cache/edb/, /var/db/pkg/, and /var/lib...
2007-04-07 Mike Frysingertell people that the FILES section is not supposed...
2007-04-07 Mike Frysingerchange "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and...
2007-04-07 Mike Frysingerremove references to DOCDESTTREE and INSDESTTREE
2007-04-05 Zac MedicoProvide a default value to the getattr call.
2007-04-05 Zac MedicoMake sure XARGS has a default value.
2007-04-05 Zac MedicoDon't force OS detection in the portage.data module.
2007-04-05 Zac MedicoDon't set os.environ["USERLAND"] inside portage.data...
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-04-01 Alec WarnerI consulted the python oracle and it told me enumerate...
2007-03-31 Alec Warnerdrop line_count in favor of izip and count(), itertools...
2007-03-31 Alec WarnerAfter talking to marienz, decide that 1 class is better...
2007-03-31 Zac MedicoFix missing import.
2007-03-30 Mike Frysingermake PDEPEND wording less restrictive #172511 and clari...
2007-03-28 Zac MedicoFor bug #172571, use socket.AF_INET as the default...
2007-03-28 Zac Medicospaces -> tabs
2007-03-28 Zac Medicospaces -> tabs
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-26 Zac MedicoContinue to support profile masking at least until...
2007-03-26 Alec Warnerminor name changes for bin tests, svn propset keywords...
2007-03-26 Alec Warnerfix broken PortageModule classes
2007-03-26 Alec Warnerfix tests for PortageModulesFile
2007-03-26 Alec Warnerclean up some init functions, add PortageModules class
2007-03-26 Alec Warnerfix some tests, break others
2007-03-26 Alec WarnerFix insecure tempfile usage
2007-03-25 Mike Frysingerfix grammar in error output
2007-03-25 Zac MedicoVerify the Manifest first even if there's only one...
2007-03-25 Zac MedicoDo the "*" check as early as possible in config.getMiss...
2007-03-25 Alec Warnersplit the loader classes into their own file, split...
2007-03-25 Alec Warnercompletely rewrite file bits, use Loader classes to...
2007-03-25 Alec WarnerFix the rest of the tests
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-22 Zac MedicoAdd --verbose to the "for more help" message.
2007-03-22 Mike Frysingerdefault --help should be usable, so make the extended...
next