summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we do...Joerg Bornkessel2012-12-312-3/+13
* vdr-plugin-2.eclass, typoJoerg 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 mi...Joerg Bornkessel2012-12-312-14/+20
* 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.eclassJoerg Bornkessel2012-12-292-52/+89
* enable libffi with gcc-3.0+ (i did not have a local copy at the time to check...Mike Frysinger2012-12-291-2/+2
* 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 to...Mike Frysinger2012-12-291-18/+25
* 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
* added EHG_BOOTSTRAP (bug #340153), EHG_REVISION defaults to 'defaults (bug #3...Christoph Junghans2012-12-262-11/+65
* do not mention active gcc-config if we are removing a version that is not sel...Mike Frysinger2012-12-241-10/+13
* pass --enable-libstdcxx-time so that it tries to locate support in the C lib ...Mike Frysinger2012-12-241-1/+8
* 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 Mloducho...Davide Pesavento2012-12-222-3/+7
* Introduce python_fix_shebang(), to fix shebangs in installed Python scripts r...Michał Górny2012-12-202-2/+50
* 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, #44...Justin Lecher2012-12-202-4/+13
* Remove pypy version mapping table from wrapper scripts. We can add it back if...Mike Gilbert2012-12-202-11/+16
* Add pypy version mapping for 2.0 => 2.7.Mike Gilbert2012-12-202-2/+6
* Add 2.7-pypy-2.0.Mike Gilbert2012-12-202-3/+6
* Add pypy2_0.Mike Gilbert2012-12-202-3/+6
* Re-enable python-r1 -> python-single-r1 dep prevention.Michał Górny2012-12-192-6/+13
* Require EAPI=5 in both python-r1 eclasses due to bug #447524.Michał Górny2012-12-173-9/+15
* Remove outdated comments and checks.Michał Górny2012-12-163-8/+7
* Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with ...Michał Górny2012-12-162-4/+11
* Pass --disable-schemas-compile from gsettings.m4 in gnome2_src_configure.Gilles Dartiguelongue2012-12-162-2/+10
* Fix the relative linking algo to handle /// in path.Michał Górny2012-12-152-11/+16
* Prevent python-r1 packages from depending on python-single-r1 packages.Michał Górny2012-12-142-2/+7
* Support directories in DOCS, in EAPI 4+.Michał Górny2012-12-142-3/+13
* Add (temporary) fix for sandbox failures when compiling Python modules. Bug #...Michał Górny2012-12-132-2/+10
* Added changes to mozcoreconf-2.eclass on request by Anarchy.Lars Wendler2012-12-102-4/+8
* Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h...Michał Górny2012-12-092-3/+7
* updated mozilla eclasses to match mozilla-overlayIan Stakenvicius2012-12-093-63/+77
* Respect ASMFLAGS, wrt bug #432480. Permit ebuilds to define 'myctestargs'.Michael Palimaka2012-12-082-5/+8
* Use separate TMPDIR for each Python implementation.Michał Górny2012-12-072-2/+9
* Report running implementation-common sub-phases verbosely.Michał Górny2012-12-072-2/+6
* Respect user preferences in python-any-r1 (EPYTHON, eselect-python).Michał Górny2012-12-072-3/+59
* Write split build logs for easier debugging.Michał Górny2012-12-072-3/+10
* Use multiprocessing post-fork wait mode to avoid early output when all jobs a...Michał Górny2012-12-072-3/+7
* Do not die when sub-phases return non-true value. This is inconsistent with n...Michał Górny2012-12-072-4/+9
* Pass the best Python implementation info to the implementation-common phase f...Michał Górny2012-12-072-7/+32