| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert comments for eclass manpages. Heavily based on work from ercpe, bug #... | Vlastimil Babka | 2013-10-06 | 2 | -604/+469 |
* | Remove lastrited git.eclass. | Michał Górny | 2013-10-05 | 2 | -474/+4 |
* | Add missing git DEPEND wrt bug #487026. | Michał Górny | 2013-10-05 | 2 | -2/+7 |
* | Convert comments for eclass manpages. Heavily based on work from ercpe, bug #... | Vlastimil Babka | 2013-10-05 | 2 | -108/+108 |
* | Convert comments for eclass manpages. Almost completely based on work from 'm... | Vlastimil Babka | 2013-10-05 | 2 | -57/+41 |
* | Prepare for vala-0.22 | Alexandre Rostovtsev | 2013-10-04 | 2 | -4/+7 |
* | No stable keywords for mips | Chí-Thanh Christopher Nguyễn | 2013-10-04 | 2 | -4/+8 |
* | Clean up the splitting code wrt suggestions from Ulrich Mueller. | Michał Górny | 2013-10-01 | 2 | -6/+7 |
* | Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592. | Michał Górny | 2013-10-01 | 2 | -4/+11 |
* | Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch t... | Michał Górny | 2013-09-30 | 2 | -12/+20 |
* | append-*flags: revert to old behavior where we always append the flags specif... | Mike Frysinger | 2013-09-30 | 1 | -9/+24 |
* | add prefix support | Christoph Junghans | 2013-09-30 | 2 | -31/+38 |
* | tc-export_build_env: also export XXX_FOR_BUILD env vars to match the BUILD_XX... | Mike Frysinger | 2013-09-30 | 1 | -1/+7 |
* | EAPI bump, ccache support | Christoph Junghans | 2013-09-29 | 2 | -9/+18 |
* | Add support for gstreamer 1.2 release series. | Gilles Dartiguelongue | 2013-09-29 | 2 | -3/+10 |
* | Last rite python-distutils-ng. | Michał Górny | 2013-09-29 | 2 | -2/+11 |
* | Use einstalldocs (#484876) | Pacho Ramos | 2013-09-29 | 2 | -13/+6 |
* | get_version: extract version info with getfilevar_noexec as it should always ... | Mike Frysinger | 2013-09-29 | 1 | -11/+14 |
* | get_version: do not parse KBUILD_OUTPUT in the cases where we do not use it a... | Mike Frysinger | 2013-09-29 | 1 | -4/+5 |
* | Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more th... | Mike Gilbert | 2013-09-28 | 2 | -3/+7 |
* | added prefix support | Christoph Junghans | 2013-09-28 | 2 | -4/+8 |
* | let ebuilds set SRC_URI before inheriting the eclass | Mike Frysinger | 2013-09-28 | 1 | -3/+5 |
* | Use pydistutils.cfg to set build-dirs instead of passing commands explicitly.... | Michał Górny | 2013-09-27 | 2 | -49/+50 |
* | Make HOME per-implementation. | Michał Górny | 2013-09-27 | 2 | -4/+8 |
* | Always fetch all branches when doing non-shallow fetch. | Michał Górny | 2013-09-27 | 2 | -2/+7 |
* | Switch the tests to reuse the same git repo. | Michał Górny | 2013-09-26 | 1 | -92/+66 |
* | Fix parsing EGIT_REPO_URI. Bug #486080. | Michał Górny | 2013-09-26 | 2 | -11/+26 |
* | Update doc on EGIT_NONSHALLOW. | Michał Górny | 2013-09-26 | 2 | -4/+9 |
* | Wrap symlinks installed to PYTHON_SCRIPTDIR as well. | Michał Górny | 2013-09-26 | 2 | -3/+8 |
* | Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only... | Michał Górny | 2013-09-26 | 4 | -15/+18 |
* | Add more simple fetch tests. | Michał Górny | 2013-09-25 | 1 | -23/+177 |
* | Split out repo-uri->GIT_DIR tests to a separate script. | Michał Górny | 2013-09-25 | 2 | -46/+58 |
* | Require EAPI>=2, add prefix support | Christoph Junghans | 2013-09-25 | 2 | -25/+20 |
* | Add minimal fetch+checkout test for git-r3. | Michał Górny | 2013-09-25 | 2 | -0/+62 |
* | Support EGIT_REPO_URI being an array. This is needed for tests. | Michał Górny | 2013-09-25 | 2 | -9/+26 |
* | Update git URI stripping for gnome.org. | Michał Górny | 2013-09-25 | 2 | -2/+7 |
* | Add tests for repo URI canonicalization. | Michał Górny | 2013-09-25 | 1 | -0/+58 |
* | Introduce python_gen_any_dep to generate any-of dependencies matching python_... | Michał Górny | 2013-09-24 | 2 | -2/+67 |
* | Correct official mirror url in SRC_URI. | Maxim Koltsov | 2013-09-24 | 2 | -3/+6 |
* | added prefix support | Christoph Junghans | 2013-09-21 | 2 | -7/+14 |
* | Fixed prefix qa | Christoph Junghans | 2013-09-19 | 2 | -3/+6 |
* | Strip trailing slashes from repo URI when determining local copy directory. | Michał Górny | 2013-09-19 | 2 | -2/+8 |
* | Do not even create shallow repository when EGIT_NONSHALLOW is set. Otherwise,... | Michał Górny | 2013-09-19 | 2 | -4/+11 |
* | Fix accepting arguments in distutils_install_for_testing. | Michał Górny | 2013-09-18 | 2 | -3/+6 |
* | Add a note not to add new Python versions to python.eclass. | Michał Górny | 2013-09-18 | 2 | -2/+8 |
* | Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00d | Sergey Popov | 2013-09-18 | 2 | -3/+7 |
* | Fix coreutils dep to be build-time. | Michał Górny | 2013-09-18 | 2 | -3/+6 |
* | Fix missing variable replacement in _python_ln_rel. | Michał Górny | 2013-09-17 | 2 | -3/+6 |
* | Use einstalldocs. | Michał Górny | 2013-09-17 | 2 | -21/+6 |
* | Rename variables in _python_ln_rel to make it less confusing. | Michał Górny | 2013-09-17 | 2 | -20/+23 |