| Commit message (Expand) | Author | Age | Files | Lines |
* | Make src_test() a noop for qt-multimedia (bug #332299). | Davide Pesavento | 2012-02-09 | 1 | -1/+4 |
* | Drop buggy code as discussed on qt@gentoo.org on 2012/02/02 | Markos Chandras | 2012-02-09 | 1 | -4/+1 |
* | Initial EAPI4 support in qt4-build eclass | Markos Chandras | 2012-01-31 | 1 | -5/+5 |
* | Pass -importdir to configure only for qt >= 4.7 (bug #396685). | Davide Pesavento | 2012-01-01 | 1 | -4/+5 |
* | Minor coding style cleanup. | Davide Pesavento | 2012-01-01 | 1 | -18/+21 |
* | Respect {C,CXX,LD}FLAGS during config.tests (bug #336618). | Davide Pesavento | 2011-12-31 | 1 | -8/+11 |
* | Make the output of qt4-build_src_unpack() more readable. | Davide Pesavento | 2011-12-30 | 1 | -7/+10 |
* | Reimplement qt_use() more concisely, fix/clarify doc. | Davide Pesavento | 2011-12-27 | 1 | -16/+5 |
* | Improve eclass doc. | Davide Pesavento | 2011-12-26 | 1 | -6/+23 |
* | Misc cleanups, add a few missing "|| die", fix description of some functions. | Davide Pesavento | 2011-12-26 | 1 | -78/+58 |
* | Delete obsolete sed on fvisibility.test, it's no longer needed in all version... | Davide Pesavento | 2011-12-25 | 1 | -8/+1 |
* | Cleanup and sort flags in standard_configure_options(), no functional changes. | Davide Pesavento | 2011-12-21 | 1 | -33/+26 |
* | Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for tes... | Davide Pesavento | 2011-12-21 | 1 | -1/+4 |
* | Remove obsolete workaround. | Davide Pesavento | 2011-12-21 | 1 | -5/+1 |
* | Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the non-FHS-com... | Jonathan Callen | 2011-12-16 | 1 | -3/+7 |
* | Handle sparc64-* in arch configuration. | Davide Pesavento | 2011-12-10 | 1 | -9/+9 |
* | Update HOMEPAGE (bug #388133). | Davide Pesavento | 2011-12-08 | 1 | -2/+2 |
* | Add dependency on dev-util/pkgconfig (#385835 and #387783). | Davide Pesavento | 2011-11-19 | 1 | -1/+2 |
* | Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup. | Davide Pesavento | 2011-11-19 | 1 | -37/+28 |
* | Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709). | Davide Pesavento | 2011-11-19 | 1 | -6/+14 |
* | Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.) | Davide Pesavento | 2011-11-12 | 1 | -23/+25 |
* | Whitespace. | Jeroen Roovers | 2011-11-02 | 1 | -2/+2 |
* | add support for qpa and c++0x use flags for Qt-4.8. patch ack'd by tampakrap | Markos Chandras | 2011-10-30 | 1 | -2/+23 |
* | prepare eclass for 4.8.0_rc | Markos Chandras | 2011-10-16 | 1 | -3/+3 |
* | trim useless trailing whitespace | Mike Frysinger | 2011-08-29 | 1 | -4/+4 |
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -8/+13 |
* | make eclass ready for 4.8.0_beta releases | Markos Chandras | 2011-08-13 | 1 | -2/+14 |
* | Convert every instance of hasq to has. | Samuli Suominen | 2011-07-08 | 1 | -3/+3 |
* | moved makefile generation from compile to configure phase. | Alex Alexander | 2011-03-10 | 1 | -4/+19 |
* | enabled support for sse4 in qt-4.7.2, bug #344915 | Alex Alexander | 2011-03-03 | 1 | -4/+2 |
* | Fix escaping of quotes in qt4-build.eclass, bug 332669. | Dror Levin | 2011-01-20 | 1 | -3/+3 |
* | re-enable some of the USE flags for qgtkstyle | Alex Alexander | 2010-11-13 | 1 | -4/+2 |
* | adjust qt4-build eclass for qgtkstyle | Alex Alexander | 2010-11-13 | 1 | -3/+7 |
* | workaround for bug #344915 | Alex Alexander | 2010-11-10 | 1 | -1/+7 |
* | Remove arm workaround now that its been fixed on gcc-4.4.3-r3 | Raúl Porcel | 2010-10-13 | 1 | -7/+1 |
* | Do not strip debug QT CFLAGS per bug #329533 | Markos Chandras | 2010-09-05 | 1 | -2/+2 |
* | Typo | Markos Chandras | 2010-08-14 | 1 | -2/+2 |
* | Quote CC,CXX,LD,LINK. Bug #332669. Thanks to Harald van Dijk | Markos Chandras | 2010-08-14 | 1 | -3/+3 |
* | Don't spit out warning with -g0. Patch from Bartosz Brachaczek <b.brachaczek@... | Markos Chandras | 2010-08-13 | 1 | -2/+2 |
* | Add workaround for ARM | Raúl Porcel | 2010-08-08 | 1 | -1/+7 |
* | Remove .la files from every qt module | Markos Chandras | 2010-07-11 | 1 | -1/+3 |
* | Introduce functions from -edge eclass. Use them for 4.7.0_beta2 ebuild for now | Markos Chandras | 2010-07-08 | 1 | -2/+41 |
* | Add qt4-build_src_test that runs make check only in target build directories. | Dominik Kapusta | 2010-07-03 | 1 | -2/+11 |
* | Strip CFLAGS from qmake wrt bug #312689 | Markos Chandras | 2010-07-03 | 1 | -1/+3 |
* | Fix sedding of $MAKE in qt 4.5, bug 321335 (again). | Dror Levin | 2010-05-30 | 1 | -5/+7 |
* | Don't pass p option to tar when unpacking. | Dror Levin | 2010-05-27 | 1 | -3/+3 |
* | Apply fvisibility fix for versions > 4.7.0_beta as well | Markos Chandras | 2010-05-26 | 1 | -2/+2 |
* | Improve -g{,gdb} check for qt-webkit to include test for -g{,gdb}[0-9]. | Dror Levin | 2010-05-25 | 1 | -13/+14 |
* | Fix CC, CXX, LD and LINK in all test files, bug 321335. | Dror Levin | 2010-05-24 | 1 | -3/+6 |
* | fixed 4.7.0_beta1 regression with -fvisibility=hidden | Alex Alexander | 2010-05-24 | 1 | -1/+8 |