summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* rewrite linker scripts and symlinks too when moving lib32Mike Frysinger2013-01-121-1/+17
|
* Don't check for twice, but check for redirect support, #445244; thanks ↵Justin Lecher2013-01-121-1/+5
| | | | Andrey Hippo for the patch
* Don't check for twice, but check for redirect support, #445244; thanks ↵Justin Lecher2013-01-121-5/+4
| | | | Andrey Hippo for the patch
* Add new eclassJustin Lecher2013-01-112-1/+136
|
* Close the lock file explicitly instead of relying on the subshell created by ↵Mike Gilbert2013-01-112-3/+13
| | | | the pipe to tee in distutils-r1_run_phase.
* Use locks to avoid race conditions when merging (bug #449760). Use tar ↵Michał Górny2013-01-102-5/+41
| | | | instead of cp on FreeBSD due to bug when copying broken symlinks (bug #447370).
* added documentation for an undocumented override variableIan Stakenvicius2013-01-092-3/+9
|
* Fix the PYTHON_SINGLE_TARGET validity check.Michał Górny2013-01-082-9/+14
|
* Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather ↵Michał Górny2013-01-083-7/+67
| | | | than using REQUIRED_USE. Fixes bug #447808.
* Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on ↵Sergei Trofimovich2013-01-063-10/+23
| | | | 'ghc'.
* Support overriding job-count for parallel build.Michał Górny2013-01-052-16/+35
|
* Support converting files with python2 and python3 shebangs.Michał Górny2013-01-052-4/+23
|
* Always write split logs, even in non-parallel builds.Michał Górny2013-01-052-3/+6
|
* Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512.Zac Medico2013-01-052-4/+13
|
* Sync eclasses from Emacs overlay.Ulrich Müller2013-01-043-13/+23
| | | | | | | | elisp-common.eclass: Remove last remnants of backwards compatibility code from elisp-site-regen which was introduced at 2007-12-01. Distinguish between "version too low" and "could not determine version" in elisp_pkg_setup. elisp.eclass: Return 2 as exit status of elisp-need-emacs if the comparison could not be done, e.g., if emacs could not be executed.
* fixed typo, thx to Martin Dummer on irc #vdr-gentooJörg Bornkessel2013-01-042-4/+7
|
* addpredict /usr/lib/portage/pym in distutils-r1_src_install.Mike Gilbert2013-01-042-2/+6
|
* Don't tell the user to set USE_PYTHON when a package does not support ↵Mike Gilbert2013-01-042-2/+14
| | | | python2.7 or python3.2.
* fixed mistake for emake:-all emake:-install between old and new plugin ↵Jörg Bornkessel2013-01-032-25/+32
| | | | makefile structur, vdr-plugin-2.eclass
* ssl-cert - support mandatory enrollment and custom USE flag, bug#319529Alon Bar-Lev2013-01-031-2/+2
|
* ssl-cert - support mandatory enrollment and custom USE flagAlon Bar-Lev2013-01-032-6/+23
|
* Remove more dead code, spotted by Arfrever.Davide Pesavento2013-01-032-12/+6
|
* Remove myself from explicit maintainers, it is enough to assign the bugs to ↵Michał Górny2013-01-026-22/+23
| | | | Python team.
* Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we ↵Jörg Bornkessel2012-12-312-3/+13
| | | | do not have the chance to overwrite it with *.eclass
* vdr-plugin-2.eclass, typoJörg Bornkessel2012-12-312-3/+6
|
* Add a function to generate dep-strings conditional to Python implementations.Michał Górny2012-12-312-4/+50
|
* Add function to get user unit directory, as requested in bug #449304.Michał Górny2012-12-312-2/+17
|
* Add function to update systemd journal catalog database.Michał Górny2012-12-312-2/+28
|
* vdr-plugin-2.eclass; better detection of new Makefile handling, fixed some ↵Jörg Bornkessel2012-12-312-14/+20
| | | | mistakes in inherited append-*flags
* Remove dead code.Davide Pesavento2012-12-312-19/+9
|
* Fix installing scripts & modules for Prefix, bug #448786.Michał Górny2012-12-302-7/+10
|
* some adaption for new makefile handling, >=vdr-1.7.34, vdr-plugin-2.eclassJörg Bornkessel2012-12-292-52/+89
|
* enable libffi with gcc-3.0+ (i did not have a local copy at the time to ↵Mike Frysinger2012-12-291-2/+2
| | | | check against)
* change `use doc` to `use_if_iuse doc` since not all gcc versions have USE=docMike Frysinger2012-12-291-2/+2
|
* only mess with libffi stuff with gcc-3.1+Mike Frysinger2012-12-291-3/+5
|
* restrict multilib logic in a few more places to gcc-3.2+, and libstdc++-v3 ↵Mike Frysinger2012-12-291-18/+25
| | | | to gcc-3+
* tc-arch-kernel: return arm64 for aarch64-* targets #449108 by James CloosMike Frysinger2012-12-291-2/+2
|
* Pass --build-scripts path to setup.py (when out-of-source builds are used).Michał Górny2012-12-272-2/+7
|
* Introduce functions to get the includedir for Python.Michał Górny2012-12-272-2/+48
|
* Introduce python_gen_usedep() and python_gen_flags() to make writing complex ↵Michał Górny2012-12-272-2/+84
| | | | dependencies easier.
* added EHG_BOOTSTRAP (bug #340153), EHG_REVISION defaults to 'defaults (bug ↵Christoph Junghans2012-12-262-11/+65
| | | | #380947), set web.cacerts (bug #431220), use auth when pulling (bug #432364)
* do not mention active gcc-config if we are removing a version that is not ↵Mike Frysinger2012-12-241-10/+13
| | | | selected #446830
* pass --enable-libstdcxx-time so that it tries to locate support in the C lib ↵Mike Frysinger2012-12-241-1/+8
| | | | -- if it does not find it, it will skip support like normal and not fail or fall back to -lrt #411681
* Fix python-any-r1_pkg_setup fallback logic.Zac Medico2012-12-242-3/+6
|
* re-enable 64bit bfd for arches which want to do bi-arch #446946Mike Frysinger2012-12-231-1/+8
|
* Tweak sed expression to match against Qt 4.8.4 too. Thanks to Tomasz ↵Davide Pesavento2012-12-222-3/+7
| | | | Mloduchowski <q@qdot.me> for spotting the regression.
* Introduce python_fix_shebang(), to fix shebangs in installed Python scripts ↵Michał Górny2012-12-202-2/+50
| | | | recursively.
* Commonize the code for obtaining the Python interpreter dependency string.Michał Górny2012-12-205-58/+55
|
* Add fix for nen gnu compiler which use -x as command line arg internally, ↵Justin Lecher2012-12-202-4/+13
| | | | #445244
* Remove pypy version mapping table from wrapper scripts. We can add it back ↵Mike Gilbert2012-12-202-11/+16
| | | | if pypy is ever ported to py3k and we are still using this eclass.