| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily delete some code. | Arfrever Frehtes Taifersar Arahesis | 2010-10-29 | 1 | -155/+1 |
* | Set IUSE in EAPI >=4. | Arfrever Frehtes Taifersar Arahesis | 2010-10-25 | 1 | -171/+258 |
* | Fix preservation of whitespace in python_execute_function(), python_execute_n... | Arfrever Frehtes Taifersar Arahesis | 2010-10-03 | 1 | -31/+87 |
* | Print path to ebuild in deprecation warning for NEED_PYTHON variable. | Arfrever Frehtes Taifersar Arahesis | 2010-07-18 | 1 | -67/+35 |
* | Deprecate NEED_PYTHON variable. | Arfrever Frehtes Taifersar Arahesis | 2010-07-17 | 1 | -210/+349 |
* | Fix deletion of empty parent directories in _python_clean_compiled_modules(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-29 | 1 | -4/+6 |
* | Fix deprecation warning in python_mod_compile(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -11/+13 |
* | Improve python_pkg_setup(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -74/+146 |
* | Fix handling of PYTHON_USE_WITH with more than 2 USE flags. | Arfrever Frehtes Taifersar Arahesis | 2010-05-17 | 1 | -307/+476 |
* | Set GENTOO_PYTHON_PROCESS_NAME environmental variable in wrapper scripts gene... | Arfrever Frehtes Taifersar Arahesis | 2010-03-26 | 1 | -1/+2 |
* | Fix handling of PYTHON_USE_WITH_OPT in python_pkg_setup(). | Arfrever Frehtes Taifersar Arahesis | 2010-03-20 | 1 | -79/+147 |
* | Improve phase functions. | Arfrever Frehtes Taifersar Arahesis | 2010-03-13 | 1 | -49/+90 |
* | Using terminal colors to modify eerror output is not allowed. Switch to using... | Petteri Räty | 2010-03-12 | 1 | -19/+13 |
* | Ensure that python_pkg_setup() is used only in pkg_setup(). | Arfrever Frehtes Taifersar Arahesis | 2010-03-04 | 1 | -31/+101 |
* | Deprecate python_mod_exists(). | Arfrever Frehtes Taifersar Arahesis | 2010-02-28 | 1 | -20/+25 |
* | Define phase functions always in packages supporting installation for multipl... | Arfrever Frehtes Taifersar Arahesis | 2010-02-28 | 1 | -168/+171 |
* | Depend on >=app-admin/eselect-python-20091230, which allows to use --ABI opti... | Arfrever Frehtes Taifersar Arahesis | 2010-02-14 | 1 | -15/+11 |
* | Add initial support for Jython. | Arfrever Frehtes Taifersar Arahesis | 2010-02-11 | 1 | -130/+291 |
* | Support EAPI="3". | Arfrever Frehtes Taifersar Arahesis | 2010-02-02 | 1 | -92/+546 |
* | Update EAPI checks. | Arfrever Frehtes Taifersar Arahesis | 2010-01-15 | 1 | -52/+103 |
* | Define functions in more logical order. | Arfrever Frehtes Taifersar Arahesis | 2010-01-14 | 1 | -436/+460 |
* | Disable has_version() checks for Python implementations (bug #300579). | Arfrever Frehtes Taifersar Arahesis | 2010-01-11 | 1 | -34/+44 |
* | Ensure that python.eclass cannot be used with EAPIs, in which API of python.e... | Arfrever Frehtes Taifersar Arahesis | 2010-01-10 | 1 | -63/+64 |
* | Update EAPI checks. Add support for -2, -3, --only-ABI and --final-ABI option... | Arfrever Frehtes Taifersar Arahesis | 2009-12-23 | 1 | -26/+283 |
* | Support --source-dir option of python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-11-22 | 1 | -4/+16 |
* | Use brighter colors in python_mod_cleanup() (bug #293966). | Arfrever Frehtes Taifersar Arahesis | 2009-11-22 | 1 | -3/+3 |
* | Fix support for non-multilib profiles in PYTHON(). Print additional data in v... | Arfrever Frehtes Taifersar Arahesis | 2009-11-15 | 1 | -5/+11 |
* | Make PYTHON() support multilib systems. Improve output of python_convert_sheb... | Arfrever Frehtes Taifersar Arahesis | 2009-11-15 | 1 | -34/+60 |
* | Optimize validate_PYTHON_ABIS(). Add python_convert_shebangs(). Remove incomp... | Arfrever Frehtes Taifersar Arahesis | 2009-10-11 | 1 | -25/+96 |
* | Add the check to ensure that Python wrapper is configured to use the same ver... | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -3/+18 |
* | Print a warning when Python 2 or Python 3 is explicitly disabled. | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -5/+22 |
* | Automatically enable Python 2 and Python 3 if no version has been explicitly ... | Arfrever Frehtes Taifersar Arahesis | 2009-10-02 | 1 | -45/+104 |
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-18 | 1 | -7/+20 |
* | Improve handling of directory stack in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -2/+12 |
* | Add support for '--' option in some functions. Ensure that appropriate Python... | Arfrever Frehtes Taifersar Arahesis | 2009-09-09 | 1 | -7/+40 |
* | Improve validate_PYTHON_ABIS(). Improve handling of test failures in python_e... | Arfrever Frehtes Taifersar Arahesis | 2009-09-05 | 1 | -8/+10 |
* | Improve validate_PYTHON_ABIS() and python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-31 | 1 | -4/+11 |
* | Improve validate_PYTHON_ABIS(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-31 | 1 | -14/+27 |
* | Ensure that defined functions are passed to python_execute_function(). Add PY... | Arfrever Frehtes Taifersar Arahesis | 2009-08-29 | 1 | -5/+26 |
* | Update dependencies. Add more sanity checks. Improve python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-28 | 1 | -21/+42 |
* | Remove unused python_makesym() function. | Arfrever Frehtes Taifersar Arahesis | 2009-08-15 | 1 | -11/+2 |
* | Fix PYTHON_USE_WITH to work properly with EAPI 0. | Petteri Räty | 2009-08-15 | 1 | -2/+2 |
* | Small updates. | Arfrever Frehtes Taifersar Arahesis | 2009-08-14 | 1 | -12/+12 |
* | Don't include needless '/' characters before $(python_get_sitedir). Don't try... | Arfrever Frehtes Taifersar Arahesis | 2009-08-13 | 1 | -17/+18 |
* | Prints errors occuring during running python_mod_compile()/python_mod_optimiz... | Arfrever Frehtes Taifersar Arahesis | 2009-08-07 | 1 | -10/+16 |
* | Rename get_python() to PYTHON(). Set BUILDDIR in python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-05 | 1 | -11/+15 |
* | Update dependency on app-admin/eselect-python. Update check for /usr/bin/python. | Arfrever Frehtes Taifersar Arahesis | 2009-08-04 | 1 | -5/+5 |
* | Add --default-function option of python_execute_function(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-03 | 1 | -7/+48 |
* | Add check to ensure that /usr/bin/python and /usr/bin/python-config are scripts. | Arfrever Frehtes Taifersar Arahesis | 2009-08-02 | 1 | -1/+9 |
* | Add initial support for installation of Python modules for multiple Python ve... | Arfrever Frehtes Taifersar Arahesis | 2009-08-01 | 1 | -89/+442 |