summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* wrap linesZac Medico2007-05-171-9/+9
* For bug #162404, use a pseudo-terminal device pair (instead of a normal pipe)...Zac Medico2007-05-171-25/+47
* Don't protect USE_EXPAND variables from -* anymore because the really critica...Zac Medico2007-05-161-1/+1
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-091-0/+2
* antarus fears it, and fears it oftenAlec Warner2007-05-081-6/+6
* imports are one module per line, remove type module in favor of the new hotne...Alec Warner2007-05-081-9/+14
* Honestly if they are missing sys, that error message probably won't help any ...Alec Warner2007-05-081-6/+1
* Use shlex for better splitting of FETCHCOMMAND.Zac Medico2007-05-061-4/+4
* Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND.Zac Medico2007-05-061-6/+7
* For bug #175058, comment #15, expand all possible variables in each argument.Zac Medico2007-05-051-3/+3
* Fix -* handling in gvisible to match incremental semanticsMarius Mauch2007-04-301-4/+6
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with...Zac Medico2007-04-291-6/+9
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...Zac Medico2007-04-261-1/+1
* For bug #176139, only symlink the distfiles that are required according the c...Zac Medico2007-04-261-1/+1
* For bug #175781, add a higher preference priority for choices where all match...Zac Medico2007-04-241-1/+15
* Also validate RESTRICT inside doebuild().Zac Medico2007-04-201-1/+1
* Also validate SRC_URI inside doebuild().Zac Medico2007-04-201-1/+1
* For bug #175344, validate LICENSE and PROVIDE inside doebuild().Zac Medico2007-04-201-2/+15
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu...Zac Medico2007-04-131-5/+3
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere.Zac Medico2007-04-131-2/+2
* Don't load FEATURES in load_infodir() because FEATURES from the build host sh...Zac Medico2007-04-091-0/+4
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-051-8/+0
* Fix missing import.Zac Medico2007-03-311-0/+1
* fix grammar in error outputMike Frysinger2007-03-251-1/+1
* Do the "*" check as early as possible in config.getMissingLicenses().Zac Medico2007-03-251-3/+4
* 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
* Fix a typo.Zac Medico2007-03-211-1/+1
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-211-6/+11
* Add a docstring to config.getMissingLicenses().Zac Medico2007-03-201-0/+13
* Pass missing acceptable_licenses parameter into recursive _getMissingLicenses...Zac Medico2007-03-201-2/+4
* Appropriately return from _getMissingLicenses() if one of the choices is sati...Zac Medico2007-03-201-0/+2
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-201-2/+153
* Add back rstrip(os.path.sep) from the previous commit since it's needed when ...Zac Medico2007-03-151-4/+4
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-151-2/+2
* Remove the "masked by: profile" support from getmaskingstatus().Zac Medico2007-03-091-12/+0
* Fix 2 more types.InstanceType comparisons that are broken by the transition o...Zac Medico2007-03-061-2/+2
* Remove the KVERS environment variable since it's code that creates it is brok...Zac Medico2007-03-041-4/+0
* For bug #138840, show a more informative message when waiting for a distfiles...Zac Medico2007-03-031-2/+11
* Fix types.InstanceType test which is failing now for some reason.Zac Medico2007-03-031-1/+1
* Merged from branches/prefix r6092:6093.Zac Medico2007-02-271-1/+4
* Clean up os.environ["USERLAND"] pollution from the portage.data module so tha...Zac Medico2007-02-241-1/+8
* Make fetch() bail out when an "Insufficient data for checksum verification" e...Zac Medico2007-02-231-0/+4
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-221-1/+4
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* Print filename when displaying package.mask commentsMarius Mauch2007-02-171-21/+22
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-131-1/+13
* Make subpackage naming consistentMarius Mauch2007-02-111-104/+0
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-101-3207/+5