summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* I consulted the python oracle and it told me enumerate was better, so go team...Alec Warner2007-04-011-11/+9
* drop line_count in favor of izip and count(), itertools FOR THE WIN baby.Alec Warner2007-03-312-20/+45
* After talking to marienz, decide that 1 class is better than 4, also realize ...Alec Warner2007-03-312-109/+39
* Fix missing import.Zac Medico2007-03-311-0/+1
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ...Mike Frysinger2007-03-301-8/+11
* For bug #172571, use socket.AF_INET as the default family for socket.getaddri...Zac Medico2007-03-281-1/+1
* spaces -> tabsZac Medico2007-03-281-1/+1
* spaces -> tabsZac Medico2007-03-281-3/+3
* For bug #172539, fix ecompressdir suffix handling so that automatic decompres...Zac Medico2007-03-281-6/+6
* Correctly pull the metadata again when the node is converted.Zac Medico2007-03-281-5/+6
* Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea...Zac Medico2007-03-281-0/+3
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
* Filter the readonly attribute from variables saved in ${T}/environment to pre...Zac Medico2007-03-271-1/+2
* source ${T}/environment before the definition of qa_source() and qa_call() so...Zac Medico2007-03-271-6/+6
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
* fix broken PortageModule classesAlec Warner2007-03-261-1/+3
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* clean up some init functions, add PortageModules classAlec Warner2007-03-261-6/+39
* fix some tests, break othersAlec Warner2007-03-263-4/+39
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
* fix grammar in error outputMike Frysinger2007-03-251-1/+1
* Verify the Manifest first even if there's only one package (prior to the fetc...Zac Medico2007-03-251-1/+0
* Do the "*" check as early as possible in config.getMissingLicenses().Zac Medico2007-03-251-3/+4
* split the loader classes into their own file, split the recursive filename gr...Alec Warner2007-03-252-167/+168
* completely rewrite file bits, use Loader classes to push loading functionalit...Alec Warner2007-03-251-72/+197
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
* Verify all ebuild manifests before building anything now so that the user is ...Zac Medico2007-03-241-0/+29
* return from the merge task instead of calling sys.exit directly.Zac Medico2007-03-241-6/+1
* Allow the merge task to continue despite conflicts when --fetch-all-uri is sp...Zac Medico2007-03-241-0/+1
* For bug #172033, remove the obsolete QA Notice for man pages that are already...Zac Medico2007-03-241-2/+2
* Clean up and simplify preference selection logic for bug #171840.Zac Medico2007-03-231-47/+26
* For bug #171840, consider all choices for slot intersection and promote those...Zac Medico2007-03-231-3/+7