summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; ↵Davide Pesavento2012-11-122-35/+41
| | | | switch to prune_libtool_files(); various cleanups.
* raw-ldflags: fix typo in previous commit #441808#10Mike Frysinger2012-11-112-2/+8
|
* fix test failure after letting -L flags stay in LDFLAGS when strippingMike Frysinger2012-11-111-3/+3
|
* raw-ldflags: throw away flags that do not start with -Wl, #441808Mike Frysinger2012-11-111-3/+9
|
* Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly ↵Davide Pesavento2012-11-082-39/+45
| | | | define QMAKE_{AR,RANLIB,OBJCOPY} in eqmake4(), thus fixing bug 440266.
* Pass --disable-schemas-install when possible as discussed with the team via ↵Pacho Ramos2012-11-072-3/+11
| | | | mail.
* Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308Pacho Ramos2012-11-072-2/+13
|
* Fix enabling byte-compiling.Michał Górny2012-11-052-3/+7
|
* Always require PYTHON_COMPAT. Add an exception for python-exec which is a ↵Michał Górny2012-11-042-7/+12
| | | | special case.
* do not sed libstdc++ python dir with gcc-4.7+ since the issue has been fixed ↵Mike Frysinger2012-11-021-2/+2
| | | | in those versions
* do not try to move /lib32 if it does not exist #429726Mike Frysinger2012-11-021-2/+4
|
* Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, ↵Robin H. Johnson2012-11-014-18/+85
| | | | readline gplv3 and pbxt static build.
* Minor documentation improvements.Michał Górny2012-11-012-7/+11
|
* Mark _python_ln_rel as @INTERNAL.Michał Górny2012-11-012-3/+7
|
* Bug #392361: Fix mysql_install_db cases to work between all versions & ↵Robin H. Johnson2012-11-013-50/+161
| | | | variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log directories that must exist otherwise the install_db will fail.
* Export PYTHONPATH for phases in out-of-source builds.Michał Górny2012-11-012-3/+16
|
* Explicitly set library build dir in out-of-source builds.Michał Górny2012-11-012-3/+11
|
* Update homepage.Davide Pesavento2012-11-012-3/+6
|
* Minor change in the example to include -Samuli Suominen2012-10-311-3/+3
|
* Better example of usage of this eclassSamuli Suominen2012-10-311-2/+8
|
* New functions for installing udev rules. Drop prefix code as requested by ↵Samuli Suominen2012-10-311-3/+30
| | | | grobian.
* Enable byte-compilation of Python modules only locally for ↵Michał Górny2012-10-312-3/+8
| | | | distutils-r1_python_install(). Thanks to Enlik for reminding me of it.
* Fix the shebang correcting function to patch shebang only. Thanks to Enlik ↵Michał Górny2012-10-312-3/+7
| | | | for the patch.
* Use versionator to slot gst-1.0 plugins.Alexandre Rostovtsev2012-10-312-5/+9
|
* Add systemd_with_utildir() as well.Michał Górny2012-10-302-2/+16
|
* Introduce systemd_get_utildir() wrt bug #440320.Michał Górny2012-10-302-2/+17
|
* strip-flags: revert previous commit as it was unnecessary; fix _is_flagq to ↵Mike Frysinger2012-10-301-4/+5
| | | | handle arrays #440306 by Mr. Bones.
* Following systemd.eclass and using plain echo instead of echo -nSamuli Suominen2012-10-301-4/+4
|
* Replace "echo -n" with "echo", bash removes trailing newline in subshells ↵Michał Górny2012-10-302-5/+9
| | | | anyway.
* strip-flags: do not add -O2 if user has -O #440306 by Denis MMike Frysinger2012-10-301-2/+2
|
* Just like systemd.eclass, accept also EAPI5Samuli Suominen2012-10-301-2/+2
|
* New eclass to determine udevdir from udev.pc pkg-config file as requested by ↵Samuli Suominen2012-10-301-0/+56
| | | | many people, without ML review due to unproductive feedback
* Fix Prefix support, wrt bug #423323.Michał Górny2012-10-302-5/+8
|
* Support and use out-of-source builds by default.Michał Górny2012-10-292-7/+50
|
* Introduce an esetup.py wrapper function and mydistutilsargs=() for it.Michał Górny2012-10-292-15/+43
|
* Enable python3.3 support.Michał Górny2012-10-292-3/+6
|
* Remove redundant "cd ${BUILD_DIR}" calls.Michał Górny2012-10-292-4/+5
|
* Move python-exec dependency to python-r1. That eclass now provides means to ↵Michał Górny2012-10-293-10/+18
| | | | create versioned scripts as well.
* Use find instead of hard-coded executable locations list when linking the ↵Michał Górny2012-10-292-9/+12
| | | | wrapper.
* Use new python-r1 functions.Michał Górny2012-10-292-25/+9
|
* Introduce python_replicate_script(), to create copies of a Python script for ↵Michał Górny2012-10-292-2/+132
| | | | all installed implementations.
* Introduce python_export_best() to obtain variables for the most preferred ↵Michał Górny2012-10-292-2/+31
| | | | Python implementation enabled.
* Add getters for common Python variables.Michał Górny2012-10-292-2/+51
|
* Add support for obtaining Python site-packages directory.Michał Górny2012-10-292-4/+37
|
* Do not hardcode lib32, bug #429726 by SpanKY.Pacho Ramos2012-10-282-3/+14
|
* Set QA_PREBUILT as all installed files are precompiled.Pacho Ramos2012-10-282-2/+7
|
* Avoid sedding configure.ac in gnome2_disable_deprecation_warning to prevent ↵Alexandre Rostovtsev2012-10-272-3/+9
| | | | accidental triggering of maintainer mode in some packages (bug #439602).
* Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This ↵Mike Gilbert2012-10-272-41/+6
| | | | breaks eclass-manpages.
* Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 ↵Michał Górny2012-10-263-23/+31
| | | | instead.
* Add games/bin to lookup paths for rename_scripts().Michał Górny2012-10-252-3/+6
|