summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add pypy1_9.Mike Gilbert2012-06-101-3/+3
* Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, modified...Michał Górny2012-05-261-7/+17
* Remove obsolete pkg_pretend function.Mike Gilbert2012-05-241-12/+2
* Add information about automatic run of python-distutils-ng_redoscript.Krzysztof Pawlik2012-05-211-1/+3
* Document PYTHON_DISABLE_SCRIPT_REDOS.Krzysztof Pawlik2012-05-211-1/+7
* Fix #! line for installed scripts and install them for enabled implementation...Krzysztof Pawlik2012-05-211-1/+7
* Block older versions of sys-apps/portage that don't have improved COLLISION_I...Krzysztof Pawlik2012-05-141-1/+3
* Silence eclass-to-manpage warnings.Mike Gilbert2012-05-061-3/+5
* Eliminate another duplicate slash.Mike Gilbert2012-05-051-2/+2
* Simplify ${D%/}/ to ${D}; PMS says ${D} always has a trailing slash, and it w...Mike Gilbert2012-05-051-2/+2
* Let distutils compile python modules, see bug #413957.Krzysztof Pawlik2012-05-041-50/+8
* Declare local S in _python-distutils-ng_run_for_impl.Mike Gilbert2012-05-031-3/+2
* Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe.Mike Gilbert2012-05-021-2/+2
* Remove die from eclass, simply warn if user has collision-protect enabled.Krzysztof Pawlik2012-04-301-6/+5
* Correctly chdir to ${S}, see bug #411563.Krzysztof Pawlik2012-04-301-1/+3
* Add function that makes it easier to properly install Python scripts that get...Krzysztof Pawlik2012-04-031-1/+14
* Add detection of collision-protect in FEATURES.Krzysztof Pawlik2012-04-031-2/+13
* Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>.Krzysztof Pawlik2012-03-301-3/+3
* Try to unbreak dependency generation.Marien Zwart2012-03-281-4/+4
* fix typo: dv -> devMichael Sterrett2012-03-271-2/+2
* _python-distutils-ng_generate_depend was used only in one place, inline it.Krzysztof Pawlik2012-03-261-23/+13
* Avoid ${impl::-3} parameter expansion, this is not supported by older bash an...Krzysztof Pawlik2012-03-261-4/+4
* Small fixes: use +=, cleanup used variables, white space.Krzysztof Pawlik2012-03-261-5/+7
* Include only valid values in REQUIRED_USE.Krzysztof Pawlik2012-03-261-6/+6
* Add missing space to new python.eclassJustin Lecher2012-03-261-2/+2
* Add python-distutils-ng.eclass: new eclass for installing Python, distutils b...Krzysztof Pawlik2012-03-251-0/+399