summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* I consulted the python oracle and it told me enumerate was better, so go ↵Alec Warner2007-04-011-11/+9
| | | | | | team enumerate svn path=/main/trunk/; revision=6330
* drop line_count in favor of izip and count(), itertools FOR THE WIN baby.Alec Warner2007-03-312-20/+45
| | | | svn path=/main/trunk/; revision=6329
* After talking to marienz, decide that 1 class is better than 4, also realize ↵Alec Warner2007-03-312-109/+39
| | | | | | that UserDict has most of the dict methods exposed, so drop them. Also add a LoaderError Exception. Still to do? add a validation callable into the loader to validate data. svn path=/main/trunk/; revision=6328
* Fix missing import.Zac Medico2007-03-311-0/+1
| | | | svn path=/main/trunk/; revision=6325
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ↵Mike Frysinger2007-03-301-8/+11
| | | | | | ||() as noted by ferringb svn path=/main/trunk/; revision=6324
* For bug #172571, use socket.AF_INET as the default family for ↵Zac Medico2007-03-281-1/+1
| | | | | | socket.getaddrinfo(). svn path=/main/trunk/; revision=6321
* spaces -> tabsZac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6318
* spaces -> tabsZac Medico2007-03-281-3/+3
| | | | svn path=/main/trunk/; revision=6317
* For bug #172539, fix ecompressdir suffix handling so that automatic ↵Zac Medico2007-03-281-6/+6
| | | | | | decompression of Z, gz, and bz2 suffixes works properly. svn path=/main/trunk/; revision=6309
* Correctly pull the metadata again when the node is converted.Zac Medico2007-03-281-5/+6
| | | | svn path=/main/trunk/; revision=6307
* Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for ↵Zac Medico2007-03-281-0/+3
| | | | | | greater consistency in the depgraph. svn path=/main/trunk/; revision=6305
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6303
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
| | | | svn path=/main/trunk/; revision=6301
* Filter the readonly attribute from variables saved in ${T}/environment to ↵Zac Medico2007-03-271-1/+2
| | | | | | prevent 'readonly variable' error messages in later phases. svn path=/main/trunk/; revision=6299
* source ${T}/environment before the definition of qa_source() and qa_call() ↵Zac Medico2007-03-271-6/+6
| | | | | | so that the call stack shows the original files and line numbers instead of those from ${T}/environment. Thanks to Markus Ullmann <jokey@gentoo.org> for reporting. svn path=/main/trunk/; revision=6297
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
| | | | svn path=/main/trunk/; revision=6292
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
| | | | svn path=/main/trunk/; revision=6291
* fix broken PortageModule classesAlec Warner2007-03-261-1/+3
| | | | svn path=/main/trunk/; revision=6290
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
| | | | svn path=/main/trunk/; revision=6289
* clean up some init functions, add PortageModules classAlec Warner2007-03-261-6/+39
| | | | svn path=/main/trunk/; revision=6288
* fix some tests, break othersAlec Warner2007-03-263-4/+39
| | | | svn path=/main/trunk/; revision=6287
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
| | | | svn path=/main/trunk/; revision=6286
* fix grammar in error outputMike Frysinger2007-03-251-1/+1
| | | | svn path=/main/trunk/; revision=6285
* Verify the Manifest first even if there's only one package (prior to the ↵Zac Medico2007-03-251-1/+0
| | | | | | fetch phase). svn path=/main/trunk/; revision=6283
* Do the "*" check as early as possible in config.getMissingLicenses().Zac Medico2007-03-251-3/+4
| | | | svn path=/main/trunk/; revision=6282
* split the loader classes into their own file, split the recursive filename ↵Alec Warner2007-03-252-167/+168
| | | | | | grabbing out into it's own function svn path=/main/trunk/; revision=6281
* completely rewrite file bits, use Loader classes to push loading ↵Alec Warner2007-03-251-72/+197
| | | | | | functionality down svn path=/main/trunk/; revision=6280
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
| | | | svn path=/main/trunk/; revision=6279
* Verify all ebuild manifests before building anything now so that the user is ↵Zac Medico2007-03-241-0/+29
| | | | | | notified of failure as soon as possible. svn path=/main/trunk/; revision=6277
* return from the merge task instead of calling sys.exit directly.Zac Medico2007-03-241-6/+1
| | | | svn path=/main/trunk/; revision=6275
* Allow the merge task to continue despite conflicts when --fetch-all-uri is ↵Zac Medico2007-03-241-0/+1
| | | | | | specified. svn path=/main/trunk/; revision=6273
* For bug #172033, remove the obsolete QA Notice for man pages that are ↵Zac Medico2007-03-241-2/+2
| | | | | | already compressed. svn path=/main/trunk/; revision=6271
* Clean up and simplify preference selection logic for bug #171840.Zac Medico2007-03-231-47/+26
| | | | svn path=/main/trunk/; revision=6269
* For bug #171840, consider all choices for slot intersection and promote ↵Zac Medico2007-03-231-3/+7
| | | | | | those that have upgrades relative to other choices. svn path=/main/trunk/; revision=6267
* Ignore non-existent directories for bug #171809. This is required for ↵Zac Medico2007-03-231-1/+9
| | | | | | readonly mode. svn path=/main/trunk/; revision=6265
* Add --verbose to the "for more help" message.Zac Medico2007-03-221-1/+1
| | | | svn path=/main/trunk/; revision=6264
* default --help should be usable, so make the extended output require --verboseMike Frysinger2007-03-221-6/+3
| | | | svn path=/main/trunk/; revision=6263
* Fix a typo.Zac Medico2007-03-211-1/+1
| | | | svn path=/main/trunk/; revision=6261
* Pass a list of USE flags into config.getMissingLicenses() so that the method ↵Zac Medico2007-03-213-8/+23
| | | | | | can eventually be used for binary packages in addition to ebuilds. svn path=/main/trunk/; revision=6260
* Add a docstring to config.getMissingLicenses().Zac Medico2007-03-201-0/+13
| | | | svn path=/main/trunk/; revision=6259
* Catch a potential InvalidDependString exception.Zac Medico2007-03-201-2/+8
| | | | svn path=/main/trunk/; revision=6258
* Fix cvstree import to avoid deprecation warning.Zac Medico2007-03-201-1/+1
| | | | svn path=/main/trunk/; revision=6256
* Pass missing acceptable_licenses parameter into recursive ↵Zac Medico2007-03-201-2/+4
| | | | | | _getMissingLicenses() calls. svn path=/main/trunk/; revision=6255
* Appropriately return from _getMissingLicenses() if one of the choices is ↵Zac Medico2007-03-201-0/+2
| | | | | | satisfied. svn path=/main/trunk/; revision=6253
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-205-13/+199
| | | | svn path=/main/trunk/; revision=6251
* revert previous change since it is obviously incorrect as pointed out by grobianMike Frysinger2007-03-182-2/+8
| | | | svn path=/main/trunk/; revision=6247
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-182-2/+2
| | | | svn path=/main/trunk/; revision=6246
* Never use listdir with both recursion=True and followSymlinks=True since it ↵Zac Medico2007-03-181-2/+2
| | | | | | circular symlinks will lead to endless recursion loops. Thanks to Tobias Hahn <tobhahn@web.de> for this patch. svn path=/main/trunk/; revision=6242
* Use locals() instead of setattr to insert generated functions into the ↵Zac Medico2007-03-182-2/+2
| | | | | | current module. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=6241
* make sure we prefix all arguments with $D, including ones that dont start ↵Mike Frysinger2007-03-173-8/+5
| | | | | | with a / svn path=/main/trunk/; revision=6240