| Commit message (Expand) | Author | Age | Files | Lines |
* | Block older versions of sys-apps/portage that don't have improved COLLISION_I... | Krzysztof Pawlik | 2012-05-14 | 1 | -1/+3 |
* | Silence eclass-to-manpage warnings. | Mike Gilbert | 2012-05-06 | 1 | -3/+5 |
* | Eliminate another duplicate slash. | Mike Gilbert | 2012-05-05 | 1 | -2/+2 |
* | Simplify ${D%/}/ to ${D}; PMS says ${D} always has a trailing slash, and it w... | Mike Gilbert | 2012-05-05 | 1 | -2/+2 |
* | Let distutils compile python modules, see bug #413957. | Krzysztof Pawlik | 2012-05-04 | 1 | -50/+8 |
* | Declare local S in _python-distutils-ng_run_for_impl. | Mike Gilbert | 2012-05-03 | 1 | -3/+2 |
* | Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe. | Mike Gilbert | 2012-05-02 | 1 | -2/+2 |
* | Remove die from eclass, simply warn if user has collision-protect enabled. | Krzysztof Pawlik | 2012-04-30 | 1 | -6/+5 |
* | Correctly chdir to ${S}, see bug #411563. | Krzysztof Pawlik | 2012-04-30 | 1 | -1/+3 |
* | Add function that makes it easier to properly install Python scripts that get... | Krzysztof Pawlik | 2012-04-03 | 1 | -1/+14 |
* | Add detection of collision-protect in FEATURES. | Krzysztof Pawlik | 2012-04-03 | 1 | -2/+13 |
* | Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>. | Krzysztof Pawlik | 2012-03-30 | 1 | -3/+3 |
* | Try to unbreak dependency generation. | Marien Zwart | 2012-03-28 | 1 | -4/+4 |
* | fix typo: dv -> dev | Michael Sterrett | 2012-03-27 | 1 | -2/+2 |
* | _python-distutils-ng_generate_depend was used only in one place, inline it. | Krzysztof Pawlik | 2012-03-26 | 1 | -23/+13 |
* | Avoid ${impl::-3} parameter expansion, this is not supported by older bash an... | Krzysztof Pawlik | 2012-03-26 | 1 | -4/+4 |
* | Small fixes: use +=, cleanup used variables, white space. | Krzysztof Pawlik | 2012-03-26 | 1 | -5/+7 |
* | Include only valid values in REQUIRED_USE. | Krzysztof Pawlik | 2012-03-26 | 1 | -6/+6 |
* | Add missing space to new python.eclass | Justin Lecher | 2012-03-26 | 1 | -2/+2 |
* | Add python-distutils-ng.eclass: new eclass for installing Python, distutils b... | Krzysztof Pawlik | 2012-03-25 | 1 | -0/+399 |