summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the splitting code wrt suggestions from Ulrich Mueller.Michał Górny2013-10-012-6/+7
* Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592.Michał Górny2013-10-012-4/+11
* Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch t...Michał Górny2013-09-302-12/+20
* append-*flags: revert to old behavior where we always append the flags specif...Mike Frysinger2013-09-301-9/+24
* add prefix supportChristoph Junghans2013-09-302-31/+38
* tc-export_build_env: also export XXX_FOR_BUILD env vars to match the BUILD_XX...Mike Frysinger2013-09-301-1/+7
* EAPI bump, ccache supportChristoph Junghans2013-09-292-9/+18
* Add support for gstreamer 1.2 release series.Gilles Dartiguelongue2013-09-292-3/+10
* Last rite python-distutils-ng.Michał Górny2013-09-292-2/+11
* Use einstalldocs (#484876)Pacho Ramos2013-09-292-13/+6
* get_version: extract version info with getfilevar_noexec as it should always ...Mike Frysinger2013-09-291-11/+14
* get_version: do not parse KBUILD_OUTPUT in the cases where we do not use it a...Mike Frysinger2013-09-291-4/+5
* Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more th...Mike Gilbert2013-09-282-3/+7
* added prefix supportChristoph Junghans2013-09-282-4/+8
* let ebuilds set SRC_URI before inheriting the eclassMike Frysinger2013-09-281-3/+5
* Use pydistutils.cfg to set build-dirs instead of passing commands explicitly....Michał Górny2013-09-272-49/+50
* Make HOME per-implementation.Michał Górny2013-09-272-4/+8
* Always fetch all branches when doing non-shallow fetch.Michał Górny2013-09-272-2/+7
* Switch the tests to reuse the same git repo.Michał Górny2013-09-261-92/+66
* Fix parsing EGIT_REPO_URI. Bug #486080.Michał Górny2013-09-262-11/+26
* Update doc on EGIT_NONSHALLOW.Michał Górny2013-09-262-4/+9
* Wrap symlinks installed to PYTHON_SCRIPTDIR as well.Michał Górny2013-09-262-3/+8
* Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only...Michał Górny2013-09-264-15/+18
* Add more simple fetch tests.Michał Górny2013-09-251-23/+177
* Split out repo-uri->GIT_DIR tests to a separate script.Michał Górny2013-09-252-46/+58
* Require EAPI>=2, add prefix supportChristoph Junghans2013-09-252-25/+20
* Add minimal fetch+checkout test for git-r3.Michał Górny2013-09-252-0/+62
* Support EGIT_REPO_URI being an array. This is needed for tests.Michał Górny2013-09-252-9/+26
* Update git URI stripping for gnome.org.Michał Górny2013-09-252-2/+7
* Add tests for repo URI canonicalization.Michał Górny2013-09-251-0/+58
* Introduce python_gen_any_dep to generate any-of dependencies matching python_...Michał Górny2013-09-242-2/+67
* Correct official mirror url in SRC_URI.Maxim Koltsov2013-09-242-3/+6
* added prefix supportChristoph Junghans2013-09-212-7/+14
* Fixed prefix qaChristoph Junghans2013-09-192-3/+6
* Strip trailing slashes from repo URI when determining local copy directory.Michał Górny2013-09-192-2/+8
* Do not even create shallow repository when EGIT_NONSHALLOW is set. Otherwise,...Michał Górny2013-09-192-4/+11
* Fix accepting arguments in distutils_install_for_testing.Michał Górny2013-09-182-3/+6
* Add a note not to add new Python versions to python.eclass.Michał Górny2013-09-182-2/+8
* Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00dSergey Popov2013-09-182-3/+7
* Fix coreutils dep to be build-time.Michał Górny2013-09-182-3/+6
* Fix missing variable replacement in _python_ln_rel.Michał Górny2013-09-172-3/+6
* Use einstalldocs.Michał Górny2013-09-172-21/+6
* Rename variables in _python_ln_rel to make it less confusing.Michał Górny2013-09-172-20/+23
* Support python-exec:2.Michał Górny2013-09-175-24/+116
* Add eclass doc for multilib_build_binariesThomas Sachau2013-09-172-3/+17
* Introduce PYTHON_SCRIPTDIR for python-exec:2 script location.Michał Górny2013-09-173-2/+40
* Clean up Python script install/wrapping functions.Michał Górny2013-09-174-47/+43
* Add multilib_build_binaries function to multilib-build eclassThomas Sachau2013-09-172-2/+14
* Deprecate python_get_PYTHON and python_get_EPYTHON.Michał Górny2013-09-162-3/+14
* Support gtk+-2.24.20 query immodules (#476100)Pacho Ramos2013-09-152-20/+27