summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* add prefix supportChristoph Junghans2013-09-302-31/+38
|
* tc-export_build_env: also export XXX_FOR_BUILD env vars to match the ↵Mike Frysinger2013-09-301-1/+7
| | | | BUILD_XXX as many packages use those instead
* 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
| | | | work, and is much faster than evaluating with make; reported by Doug Anderson from ChromiumOS
* get_version: do not parse KBUILD_OUTPUT in the cases where we do not use it ↵Mike Frysinger2013-09-291-4/+5
| | | | as reported by Doug Anderson from ChromiumOS
* Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more ↵Mike Gilbert2013-09-282-3/+7
| | | | than once.
* 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 ↵Michał Górny2013-09-272-49/+50
| | | | explicitly. This should reduce the amount of implicit behavior.
* 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 ↵Michał Górny2013-09-264-15/+18
| | | | only EAPI=4 consumer right now).
* 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 ↵Michał Górny2013-09-242-2/+67
| | | | python_check_deps() code.
* 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. ↵Michał Górny2013-09-192-4/+11
| | | | Otherwise, the eclass tries to unshallow it and that breaks broken git servers like Google Code.
* 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
|
* Support EAPIs < 4 in einstalldocs properly.Michał Górny2013-09-142-7/+23
|
* Fail early on unreachable URLs. If ls-remote fails due to server being ↵Michał Górny2013-09-132-3/+10
| | | | unreachable, there is no point in attempting to fetch.
* Do not leak EGIT_NONSHALLOW over loop iterations. Failing URL may cause ↵Michał Górny2013-09-132-4/+10
| | | | non-shallow attempt to be made. When attempting next URL in the list, we should try shallow again.
* Commit the version of einstalldocs() Council agreed upon.Michał Górny2013-09-132-2/+29
|