summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert as suggested by ArfreverFabio Erculiani2011-08-191-2/+2
* restore USE deps check for EAPI=0,1 in pkg_setupFabio Erculiani2011-08-191-2/+44
* kill pkg_setup USE dependencies check for EAPI>=2 with fire, take the blame, ...Fabio Erculiani2011-08-191-44/+2
* Fix handling of symlinks in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-07-081-5/+26
* Add initial support for PyPy.Dirkjan Ochtman2011-07-081-25/+73
* Delete support for installation of Python packages for Python 3.0.Dirkjan Ochtman2011-07-081-2/+2
* Add python_get_implementation_and_version().Dirkjan Ochtman2011-07-081-10/+59
* Include paths to wrapper scripts in error messages in wrapper scripts generatedDirkjan Ochtman2011-07-081-8/+8
* Fix handling of ROOT in wrapper scripts generated byDirkjan Ochtman2011-07-081-5/+9
* Allow to use _python_package_supporting_installation_for_multiple_python_abis()Dirkjan Ochtman2011-07-081-17/+13
* Add _PYTHON_ABI_PATTERN_REGEX.Dirkjan Ochtman2011-07-081-2/+4
* Log syntax errors / warnings in python_mod_optimize().Dirkjan Ochtman2011-07-081-6/+20
* Support -l / --language option in python_get_version().Dirkjan Ochtman2011-07-081-28/+58
* Pass Python ABI patterns list to _python_check_python_abi_matching() toDirkjan Ochtman2011-07-041-36/+21
* Support PYTHON_TESTS_RESTRICTED_ABIS.Dirkjan Ochtman2011-07-041-1/+13
* Support Python ABI patterns list in _python_check_python_abi_matching.Dirkjan Ochtman2011-07-041-11/+48
* Fix coding style in some functions for consistency with other functions.Dirkjan Ochtman2011-07-041-34/+62
* Support EAPI >=4 in python_src_install().Dirkjan Ochtman2011-07-041-2/+22
* Print deprecation warnings in deprecated parts of python_mod_optimize() andDirkjan Ochtman2011-07-041-13/+13
* Delete python_version(), python_mod_exists(), python_tkinter_exists() andDirkjan Ochtman2011-07-041-25/+1
* Support 3.3 Python ABI.Arfrever Frehtes Taifersar Arahesis2011-03-101-4/+4
* Fix support for non-GNU cp in python_merge_intermediate_installation_images()...Arfrever Frehtes Taifersar Arahesis2011-02-141-3/+7
* Fix handling of EPREFIX in python_merge_intermediate_installation_images()Jonathan Callen2010-12-311-2/+2
* Allow using of python_merge_intermediate_installation_images() multiple times.Arfrever Frehtes Taifersar Arahesis2010-12-261-1/+3
* Improve support for Jython.Arfrever Frehtes Taifersar Arahesis2010-12-241-79/+339
* Temporarily delete some code.Arfrever Frehtes Taifersar Arahesis2010-10-291-155/+1
* Set IUSE in EAPI >=4.Arfrever Frehtes Taifersar Arahesis2010-10-251-171/+258
* Fix preservation of whitespace in python_execute_function(), python_execute_n...Arfrever Frehtes Taifersar Arahesis2010-10-031-31/+87
* Print path to ebuild in deprecation warning for NEED_PYTHON variable.Arfrever Frehtes Taifersar Arahesis2010-07-181-67/+35
* Deprecate NEED_PYTHON variable.Arfrever Frehtes Taifersar Arahesis2010-07-171-210/+349
* Fix deletion of empty parent directories in _python_clean_compiled_modules().Arfrever Frehtes Taifersar Arahesis2010-05-291-4/+6
* Fix deprecation warning in python_mod_compile().Arfrever Frehtes Taifersar Arahesis2010-05-251-11/+13
* Improve python_pkg_setup().Arfrever Frehtes Taifersar Arahesis2010-05-251-74/+146
* Fix handling of PYTHON_USE_WITH with more than 2 USE flags.Arfrever Frehtes Taifersar Arahesis2010-05-171-307/+476
* Set GENTOO_PYTHON_PROCESS_NAME environmental variable in wrapper scripts gene...Arfrever Frehtes Taifersar Arahesis2010-03-261-1/+2
* Fix handling of PYTHON_USE_WITH_OPT in python_pkg_setup().Arfrever Frehtes Taifersar Arahesis2010-03-201-79/+147
* Improve phase functions.Arfrever Frehtes Taifersar Arahesis2010-03-131-49/+90
* Using terminal colors to modify eerror output is not allowed. Switch to using...Petteri Räty2010-03-121-19/+13
* Ensure that python_pkg_setup() is used only in pkg_setup().Arfrever Frehtes Taifersar Arahesis2010-03-041-31/+101
* Deprecate python_mod_exists().Arfrever Frehtes Taifersar Arahesis2010-02-281-20/+25
* Define phase functions always in packages supporting installation for multipl...Arfrever Frehtes Taifersar Arahesis2010-02-281-168/+171
* Depend on >=app-admin/eselect-python-20091230, which allows to use --ABI opti...Arfrever Frehtes Taifersar Arahesis2010-02-141-15/+11
* Add initial support for Jython.Arfrever Frehtes Taifersar Arahesis2010-02-111-130/+291
* Support EAPI="3".Arfrever Frehtes Taifersar Arahesis2010-02-021-92/+546
* Update EAPI checks.Arfrever Frehtes Taifersar Arahesis2010-01-151-52/+103
* Define functions in more logical order.Arfrever Frehtes Taifersar Arahesis2010-01-141-436/+460
* Disable has_version() checks for Python implementations (bug #300579).Arfrever Frehtes Taifersar Arahesis2010-01-111-34/+44
* Ensure that python.eclass cannot be used with EAPIs, in which API of python.e...Arfrever Frehtes Taifersar Arahesis2010-01-101-63/+64
* Update EAPI checks. Add support for -2, -3, --only-ABI and --final-ABI option...Arfrever Frehtes Taifersar Arahesis2009-12-231-26/+283
* Support --source-dir option of python_execute_function().Arfrever Frehtes Taifersar Arahesis2009-11-221-4/+16