summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync with qt overlay. Changes should affect only live ebuilds.Davide Pesavento2013-11-111-6/+3
|
* Updates from qt overlay: drop USE="c++0x" from 4.8.5 and later versions; ↵Davide Pesavento2013-10-201-17/+15
| | | | warn on downgrades instead of dying.
* Add qtbearer to nolibx11_pkgsDavide Pesavento2013-10-141-2/+2
|
* Switch to git-r3.eclassDavide Pesavento2013-10-141-5/+7
|
* Filter -fgraphite-identity on gcc 4.7 (bug 417105).Davide Pesavento2013-08-131-8/+13
|
* Remove workarounds for very old and unsupported gcc-3 versions. Warn if ↵Davide Pesavento2013-08-131-16/+3
| | | | trying to use gcc < 4.4 and USE=c++0x.
* Rewrite sed expression in qt_nolibx11() to work on both 4.8.4 and 4.8.5. ↵Davide Pesavento2013-07-271-4/+3
| | | | Fixes bug 478018.
* Update SRC_URI. Drop support for EAPI 3.Davide Pesavento2013-07-061-8/+7
|
* Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.Zac Medico2013-04-281-2/+2
|
* Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18.Davide Pesavento2013-04-071-10/+1
|
* Qt category move.Davide Pesavento2013-03-031-10/+10
|
* Remove blockers: portage is perfectly capable of handling our deps correctly ↵Davide Pesavento2013-03-021-40/+1
| | | | by itself nowadays.
* Remove more dead code, spotted by Arfrever.Davide Pesavento2013-01-031-11/+2
|
* Remove dead code.Davide Pesavento2012-12-311-18/+5
|
* Tweak sed expression to match against Qt 4.8.4 too. Thanks to Tomasz ↵Davide Pesavento2012-12-221-2/+2
| | | | Mloduchowski <q@qdot.me> for spotting the regression.
* Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; ↵Davide Pesavento2012-11-121-34/+36
| | | | switch to prune_libtool_files(); various cleanups.
* Update homepage.Davide Pesavento2012-11-011-2/+2
|
* Rephrase "unsupported EAPI" die message.Davide Pesavento2012-10-041-3/+3
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Improve respect for *FLAGS. Fixes part of bug #427782.Michael Palimaka2012-09-061-2/+8
|
* Stop inheriting base.eclassDavide Pesavento2012-07-101-3/+5
|
* Update from qt overlay.Davide Pesavento2012-06-181-75/+35
| | | | Drop USE=c++0x from qt-webkit, stop adding USE=qpa to 4.8.3 and later, dead code removal and other minor cleanups.
* Specify SLOT in blocker atoms, to avoid blocking Qt5 packages.Davide Pesavento2012-06-071-38/+38
|
* Re-enable rpath on prefix wrt bug 417169.Davide Pesavento2012-05-251-3/+4
|
* Update SRC_URI for Qt 4.8.1 and later.Davide Pesavento2012-05-221-2/+6
|
* Try to avoid sandbox violation when running qhelpgenerator, bug 415517.Davide Pesavento2012-05-201-2/+3
|
* Stop stripping upstream CFLAGS from g++.conf for Qt 4.8 and later (see bug ↵Davide Pesavento2012-05-071-3/+5
| | | | 352778 comment #6).
* dev-util/pkgconfig -> virtual/pkgconfigDavide Pesavento2012-05-021-2/+2
|
* fix_includes: create relative symlinks for header directories, such that ↵Fabian Groffen2012-04-251-5/+22
| | | | further additions by ebuilds in src_install don't fail, such as in qt-script
* Add appropriate blockers for qt-bearer.Davide Pesavento2012-04-191-1/+3
|
* Update from qt overlay, fixes #407523.Davide Pesavento2012-04-041-27/+73
|
* Die earlier on unsupported EAPI.Davide Pesavento2012-03-081-20/+19
|
* Cleanup qt_mkspecs_dir().Davide Pesavento2012-03-011-11/+12
|
* Fold standard_configure_options() into qt4-build_src_configure().Davide Pesavento2012-03-011-73/+74
|
* Minor cleanup.Davide Pesavento2012-02-281-22/+19
|
* Add qt-openvg blocker.Davide Pesavento2012-02-281-1/+3
|
* Make src_test() a noop for qt-multimedia (bug #332299).Davide Pesavento2012-02-091-1/+4
|
* Drop buggy code as discussed on qt@gentoo.org on 2012/02/02Markos Chandras2012-02-091-4/+1
|
* Initial EAPI4 support in qt4-build eclassMarkos Chandras2012-01-311-5/+5
|
* Pass -importdir to configure only for qt >= 4.7 (bug #396685).Davide Pesavento2012-01-011-4/+5
|
* Minor coding style cleanup.Davide Pesavento2012-01-011-18/+21
|
* Respect {C,CXX,LD}FLAGS during config.tests (bug #336618).Davide Pesavento2011-12-311-8/+11
|
* Make the output of qt4-build_src_unpack() more readable.Davide Pesavento2011-12-301-7/+10
|
* Reimplement qt_use() more concisely, fix/clarify doc.Davide Pesavento2011-12-271-16/+5
|
* Improve eclass doc.Davide Pesavento2011-12-261-6/+23
|
* Misc cleanups, add a few missing "|| die", fix description of some functions.Davide Pesavento2011-12-261-78/+58
|
* Delete obsolete sed on fvisibility.test, it's no longer needed in all ↵Davide Pesavento2011-12-251-8/+1
| | | | versions of Qt currently available in the tree.
* Cleanup and sort flags in standard_configure_options(), no functional changes.Davide Pesavento2011-12-211-33/+26
|
* Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for ↵Davide Pesavento2011-12-211-1/+4
| | | | testing.
* Remove obsolete workaround.Davide Pesavento2011-12-211-5/+1
|