summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
| | | | svn path=/main/trunk/; revision=6234
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6233
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
| | | | svn path=/main/trunk/; revision=6232
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
| | | | svn path=/main/trunk/; revision=6231
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91
| | | | svn path=/main/trunk/; revision=6230
* send stdout to /dev/null since we rely on the output of stdout here to ↵Mike Frysinger2007-03-171-1/+1
| | | | | | determine the proper suffix #171212 svn path=/main/trunk/; revision=6229
* bump ________foo from the TestCase class since _exc_info() doesn't do ↵Alec Warner2007-03-171-6/+3
| | | | | | anything anyway svn path=/main/trunk/; revision=6228
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
| | | | svn path=/main/trunk/; revision=6227
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
| | | | svn path=/main/trunk/; revision=6226
* Fix a broken test.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6224
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
| | | | svn path=/main/trunk/; revision=6223
* Fix a typo.Zac Medico2007-03-171-1/+1
| | | | svn path=/main/trunk/; revision=6222
* forcibly break all hard links so we dont need to rely on --force in ↵Mike Frysinger2007-03-171-3/+6
| | | | | | compressor and tweak the _relocate_skip_dirs() func to handle whitespace in paths (thanks to zmedico for tip) svn path=/main/trunk/; revision=6221
* redo compression so that it is queued up in src_install and then dequeued ↵Mike Frysinger2007-03-175-15/+89
| | | | | | post src_install svn path=/main/trunk/; revision=6220
* drop the need for the force flag by default and just delete the existing ↵Mike Frysinger2007-03-161-1/+7
| | | | | | files automatically #171007 svn path=/main/trunk/; revision=6219
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
| | | | svn path=/main/trunk/; revision=6217
* For bug #171117, ensure that the new and old config have different ↵Zac Medico2007-03-161-1/+7
| | | | | | timestamps (for the benefit of programs like rsync that need distiguishable timestamps to detect file changes). Thanks to Ben Bennett <sink@limey.net> for reporting. svn path=/main/trunk/; revision=6215
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ↵Zac Medico2007-03-161-0/+1
| | | | | | attribute of variables persist between ebuild phases. svn path=/main/trunk/; revision=6212
* Add back rstrip(os.path.sep) from the previous commit since it's needed when ↵Zac Medico2007-03-151-4/+4
| | | | | | ROOT="/". svn path=/main/trunk/; revision=6211
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when ↵Zac Medico2007-03-151-2/+2
| | | | | | necessary since relative paths lead to problems. Thanks to Christian Heim <phreak@gentoo.org> for reporting. svn path=/main/trunk/; revision=6210
* Make prepinfo remove installed info indexes recursively. Thanks to ↵Zac Medico2007-03-121-1/+3
| | | | | | Christian Faulhammer <opfer@gentoo.org> for reporting (see bugs #162675 and #170133). svn path=/main/trunk/; revision=6205
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-104-9/+12
| | | | svn path=/main/trunk/; revision=6203
* import portage.xpak to avoid deprecation warningZac Medico2007-03-091-2/+2
| | | | svn path=/main/trunk/; revision=6202
* Add back a missing `source isolated-functions.sh`. The color logic is ↵Zac Medico2007-03-091-4/+1
| | | | | | handled internally. svn path=/main/trunk/; revision=6201
* Display message about --buildpkgonly restriction in pretend mode as wellMarius Mauch2007-03-091-0/+5
| | | | svn path=/main/trunk/; revision=6199
* Remove profile masking of system packages from the docs.Zac Medico2007-03-091-9/+6
| | | | svn path=/main/trunk/; revision=6198