portage.git
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...
2007-03-21 Zac MedicoFix a typo.
2007-03-21 Zac MedicoPass a list of USE flags into config.getMissingLicenses...
2007-03-20 Zac MedicoAdd a docstring to config.getMissingLicenses().
2007-03-20 Zac MedicoCatch a potential InvalidDependString exception.
2007-03-20 Zac MedicoFix cvstree import to avoid deprecation warning.
2007-03-20 Zac MedicoPass missing acceptable_licenses parameter into recursi...
2007-03-20 Zac MedicoAppropriately return from _getMissingLicenses() if...
2007-03-20 Zac MedicoImplement license visibility filtering for GLEP 23...
2007-03-18 Mike Frysingerrevert previous change since it is obviously incorrect...
2007-03-18 Zac MedicoAppropriately use globals() instead of locals() as...
2007-03-18 Zac MedicoNever use listdir with both recursion=True and followSy...
2007-03-18 Zac MedicoUse locals() instead of setattr to insert generated...
2007-03-17 Mike Frysingermake sure we prefix all arguments with $D, including...
2007-03-17 Zac MedicoCall the base class destructor if it exists.
2007-03-17 Zac MedicoAdd "bin" to testDirs.
2007-03-17 Zac MedicoMake paths independent of cwd.
2007-03-17 Zac MedicoClose /dev/null when finished.
2007-03-17 Mike Frysingerstart of framework for programs in portage bin
2007-03-17 Mike Frysingersend stdout to /dev/null since we rely on the output...
2007-03-17 Alec Warnerbump ________foo from the TestCase class since _exc_inf...
2007-03-17 Alec Warnerfix for older python who have oddly named __exc_info()
2007-03-17 Zac MedicoUse mkstemp to create a random tempfile.
2007-03-17 Zac MedicoFix a broken test.
2007-03-17 Zac MedicoFix broken exception handling.
2007-03-17 Zac MedicoFix a typo.
2007-03-17 Mike Frysingerforcibly break all hard links so we dont need to rely...
2007-03-17 Mike Frysingerredo compression so that it is queued up in src_install...
2007-03-16 Mike Frysingerdrop the need for the force flag by default and just...
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 MedicoFor bug #163262 and conformance with section 7.2 of...
2007-03-15 Zac MedicoAdd back rstrip(os.path.sep) from the previous commit...
2007-03-15 Zac MedicoAutomatically convert ROOT and PORTAGE_CONFIGROOT to...
2007-03-12 Zac MedicoMake prepinfo remove installed info indexes recursively...
2007-03-10 Zac MedicoFor bug #170178, remove all hardcoded references to...
2007-03-09 Zac Medicoimport portage.xpak to avoid deprecation warning
2007-03-09 Zac MedicoAdd back a missing `source isolated-functions.sh`....
2007-03-09 Marius MauchDisplay message about --buildpkgonly restriction in...
2007-03-09 Zac MedicoRemove profile masking of system packages from the...
2007-03-09 Zac MedicoRemove the "masked by: profile" support from getmasking...
2007-03-09 Zac MedicoUse the full atoms from the system set, since profile...
2007-03-09 Zac MedicoRemove legacy "masked by: profile" support as per bug...
2007-03-08 Alec Warnerwhoopse, s/;/:/
next