summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, th...Alexandre Rostovtsev2012-11-271-1/+5
* Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to Alph...Alexandre Rostovtsev2012-11-261-1/+5
* Add python_optimize() to compile Python modules.Michał Górny2012-11-261-1/+4
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ov...Michał Górny2012-11-261-1/+6
* Override incompatible functions in python-single-r1 directly, instead of addi...Michał Górny2012-11-261-1/+6
* Really install only libs, not everything included in .so* (#442910 by SpanKY,...Pacho Ramos2012-11-251-1/+5
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-1/+14
* Handle documentation as 'default' for eapi5 and newer (as discussed via mail)...Pacho Ramos2012-11-241-1/+5
* systemd_do*: use local variable scope instead of subshelling.Michał Górny2012-11-211-1/+4
* Introduce python_domodule() to install Python modules.Michał Górny2012-11-211-1/+4
* Introduce python_doscript() to install Python scripts.Michał Górny2012-11-211-1/+4
* Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility.Michał Górny2012-11-191-1/+4
* Added new helper function 'cabal_chdeps' and and debug variable 'CABAL_DEBUG_...Sergei Trofimovich2012-11-191-1/+5
* Remove the minimum restriction from PYTHON_DEPEND; any version of python from...Mike Gilbert2012-11-171-1/+5
* Rely on prune_libtool_files for eapis >= 5 as discussed with the team via mail.Pacho Ramos2012-11-171-1/+5
* Raise python dependency to at least 2.5, fixes the breakage caused by silentl...Thomas Sachau2012-11-171-1/+6
* Restore dynamic linking of Cabal's ./setup and add building of shared librari...Sergei Trofimovich2012-11-161-1/+6
* Depend on suse-build as most services require it.Tomas Chvatal2012-11-151-1/+4
* Darn copy pasto overlook.Tomas Chvatal2012-11-151-1/+4
* Use src_uri arrows to allow versioning sanely.Tomas Chvatal2012-11-151-1/+4
* Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; sw...Davide Pesavento2012-11-121-1/+5
* Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly ...Davide Pesavento2012-11-081-1/+5
* Pass --disable-schemas-install when possible as discussed with the team via m...Pacho Ramos2012-11-071-1/+5
* Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308Pacho Ramos2012-11-071-1/+4
* Fix enabling byte-compiling.Michał Górny2012-11-051-1/+4
* Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe...Michał Górny2012-11-041-1/+5
* Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, read...Robin H. Johnson2012-11-011-1/+6
* Minor documentation improvements.Michał Górny2012-11-011-1/+4
* Mark _python_ln_rel as @INTERNAL.Michał Górny2012-11-011-2/+5
* Bug #392361: Fix mysql_install_db cases to work between all versions & variat...Robin H. Johnson2012-11-011-1/+10
* Export PYTHONPATH for phases in out-of-source builds.Michał Górny2012-11-011-1/+4
* Explicitly set library build dir in out-of-source builds.Michał Górny2012-11-011-1/+4
* Update homepage.Davide Pesavento2012-11-011-1/+4
* Enable byte-compilation of Python modules only locally for distutils-r1_pytho...Michał Górny2012-10-311-1/+5
* Fix the shebang correcting function to patch shebang only. Thanks to Enlik fo...Michał Górny2012-10-311-1/+5
* Use versionator to slot gst-1.0 plugins.Alexandre Rostovtsev2012-10-311-1/+5
* Add systemd_with_utildir() as well.Michał Górny2012-10-301-1/+4
* Introduce systemd_get_utildir() wrt bug #440320.Michał Górny2012-10-301-1/+4
* Replace "echo -n" with "echo", bash removes trailing newline in subshells any...Michał Górny2012-10-301-1/+5
* Fix Prefix support, wrt bug #423323.Michał Górny2012-10-301-1/+4
* Support and use out-of-source builds by default.Michał Górny2012-10-291-1/+4
* Introduce an esetup.py wrapper function and mydistutilsargs=() for it.Michał Górny2012-10-291-1/+4
* Enable python3.3 support.Michał Górny2012-10-291-1/+4
* Remove redundant "cd ${BUILD_DIR}" calls.Michał Górny2012-10-291-1/+4
* Move python-exec dependency to python-r1. That eclass now provides means to c...Michał Górny2012-10-291-1/+6
* Use find instead of hard-coded executable locations list when linking the wra...Michał Górny2012-10-291-1/+5
* Use new python-r1 functions.Michał Górny2012-10-291-1/+4
* Introduce python_replicate_script(), to create copies of a Python script for ...Michał Górny2012-10-291-1/+5
* Introduce python_export_best() to obtain variables for the most preferred Pyt...Michał Górny2012-10-291-1/+5
* Add getters for common Python variables.Michał Górny2012-10-291-1/+4