summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch eclasses to use virtual/pypy (and therefore support pypy-bin).Michał Górny2013-07-271-3/+3
|
* Fix Prefix support, wrt bug #423323.Michał Górny2012-10-301-4/+4
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* add PYTHON_USE wrt #426768Julian Ospald2012-09-261-4/+20
|
* 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, ↵Michał Górny2012-05-261-7/+17
| | | | modified by me.
* 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 ↵Krzysztof Pawlik2012-05-211-1/+7
| | | | implementations, see bug #416131.
* Block older versions of sys-apps/portage that don't have improved ↵Krzysztof Pawlik2012-05-141-1/+3
| | | | COLLISION_IGNORE handling, see bug #410691.
* 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 ↵Mike Gilbert2012-05-051-2/+2
| | | | works without a trailing slash anyway.
* 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 ↵Krzysztof Pawlik2012-04-031-1/+14
| | | | get installed automatically by distutils.
* 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 ↵Krzysztof Pawlik2012-03-261-4/+4
| | | | and caused issues with cache generation.
* 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 ↵Krzysztof Pawlik2012-03-251-0/+399
based packages.