Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix @MAINTAINER formatting | Mike Frysinger | 2011-11-22 | 1 | -5/+5 |
| | |||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -3/+3 |
| | |||||
* | added deprecation notice | Alex Alexander | 2010-08-14 | 1 | -1/+5 |
| | |||||
* | Add EAPI=3 & prefix support to qt4.eclass | Jonathan Callen | 2010-01-14 | 1 | -5/+7 |
| | |||||
* | Update comment for PATCHES variable array so it reflect the reality. | Tomas Chvatal | 2009-11-21 | 1 | -3/+5 |
| | |||||
* | Enable RPATH in Qt4 and Qt4 apps, fix bug 180872. | Dror Levin | 2009-11-10 | 1 | -2/+1 |
| | |||||
* | Prepare eclasses for eclass-manpage package. Clean up qt4.eclass. Thanks to ↵ | Markos Chandras | 2009-05-22 | 1 | -29/+1 |
| | | | | mren and Davide for the help.Fixes bug 209626 | ||||
* | Minor fix on CONFIG variable. Fixes bug 269631 | Markos Chandras | 2009-05-17 | 1 | -2/+2 |
| | |||||
* | Use export XDG_CONFIG_HOME="${T}" to avoid sandbox violations | Markos Chandras | 2009-05-12 | 1 | -1/+3 |
| | |||||
* | Minor fix on eclass | Markos Chandras | 2009-05-12 | 1 | -4/+5 |
| | |||||
* | Fixed typo | Markos Chandras | 2009-05-09 | 1 | -2/+2 |
| | |||||
* | New eqmake4. Fixes bug #244692 . Thanks to Davide Pesavento ↵ | Markos Chandras | 2009-05-09 | 1 | -35/+69 |
| | | | | <davidepesa@gmail.com> for all the patches | ||||
* | Reverting qt4.eclass additions of src_configure and src_compile, which have ↵ | Ben de Groot | 2009-03-14 | 1 | -20/+20 |
| | | | | wider implications then i realized on my previous commit. But qt4_src_prepare stays, for autopatch functionality. And QT4_BUILT_WITH_USE stuff remains deprecated. Use EAPI=2 use deps pretty please! I also hope this commit message is verbose enough to satisfy Donnie ;-) | ||||
* | Update qt4.eclass | Ben de Groot | 2009-03-14 | 1 | -68/+68 |
| | |||||
* | Fixed pre-stripped issues when using qmake ( thanks to idl0r ) | Markos Chandras | 2009-02-25 | 1 | -1/+2 |
| | |||||
* | Adding 4.4.2 to qtversions in qt4.eclass | Ben de Groot | 2008-09-21 | 1 | -2/+2 |
| | |||||
* | Improve deprecation warnings. Prepare for Qt 4.4.1 | Carsten Lohrke | 2008-08-03 | 1 | -3/+3 |
| | |||||
* | Uh, my bad... | Carsten Lohrke | 2008-07-29 | 1 | -3/+3 |
| | |||||
* | Mark qt_min_version() and qt4_min_version() as deprecated. | Carsten Lohrke | 2008-07-28 | 1 | -8/+4 |
| | |||||
* | add 4.3.5 | Carsten Lohrke | 2008-07-26 | 1 | -2/+2 |
| | |||||
* | Try to handle all flags in QT4{,_OPTIONAL}_BUILT_WITH_USE properly for split ↵ | Bo Ørsted Andresen | 2008-07-17 | 1 | -54/+103 |
| | | | | qt to avoid duplicating the same code in pkg_setup in lots of ebuilds. See bugs #217161 and #229193. | ||||
* | Fix bug #231469, I fail. | Thomas Anderson | 2008-07-11 | 1 | -3/+3 |
| | |||||
* | Add new QT4_BUILT_WITH_USE_CHECK targets, guiaccessibility and ↵ | Thomas Anderson | 2008-07-08 | 1 | -10/+31 |
| | | | | qt3accessibility. Refactor QT4_BUILT_WITH_USE_CHECK code to use case statements | ||||
* | don't use command substitution, like all good boys do | Sven Wegener | 2008-06-21 | 1 | -3/+3 |
| | |||||
* | Damn qt4_min_version junk, take #2. | Ingmar Vanhassel | 2008-05-15 | 1 | -2/+2 |
| | |||||
* | Damn qt4_min_version junk. | Ingmar Vanhassel | 2008-03-19 | 1 | -2/+2 |
| | |||||
* | @BLURB needs to be one line | Ingmar Vanhassel | 2008-03-06 | 1 | -3/+2 |
| | |||||
* | qt4.eclass: Added Qt 4.4.0_beta1, fix EAPI handling (EAPI is a string, not ↵ | Ingmar Vanhassel | 2008-03-05 | 1 | -11/+16 |
| | | | | necessarily a number). | ||||
* | Quote arguments passed to eqmake or it will fail when passing | Diego Elio Pettenò | 2008-02-26 | 1 | -2/+2 |
| | | | | variables with whitespace on them. | ||||
* | Fix qt4 eclass | Caleb Tennis | 2008-02-25 | 1 | -2/+2 |
| | |||||
* | Typo fix | Caleb Tennis | 2008-01-05 | 1 | -2/+2 |
| | |||||
* | fix quoting | Sven Wegener | 2008-01-05 | 1 | -2/+2 |
| | | | | | eclass/qt4.eclass: line 130: syntax error near unexpected token `(' eclass/qt4.eclass: line 130: ` eerror "(1) In order to compile ${CATEGORY}/${PN} first you need to build"' | ||||
* | Fixes from bug #203955 | Caleb Tennis | 2008-01-05 | 1 | -8/+8 |
| | |||||
* | In qt4_min_version, if we have EAPI >= 1, then use a slot dep to make the ↵ | Caleb Tennis | 2007-12-31 | 1 | -5/+42 |
| | | | | | | | dependency much nicer/easier to look at. Also, in qt4_pkg_setup, if we are with Qt 4.4, do a little more scrutiny of the use flags since some use flags are not used anymore in Qt 4.4, and some are now split into other packages. | ||||
* | Add 4.4 series to eclass | Caleb Tennis | 2007-12-19 | 1 | -4/+4 |
| | |||||
* | qt4.eclass enhancements (see #201772) | Przemyslaw Maciag | 2007-12-14 | 1 | -19/+79 |
| | |||||
* | Add qt4 versions | Caleb Tennis | 2007-12-06 | 1 | -2/+2 |
| | |||||
* | Add 4.3.2 | Caleb Tennis | 2007-10-03 | 1 | -2/+2 |
| | |||||
* | New versions | Caleb Tennis | 2007-09-14 | 1 | -2/+2 |
| | |||||
* | Add 4.3.1 | Caleb Tennis | 2007-08-08 | 1 | -2/+2 |
| | |||||
* | another Qt 4 revision | Carsten Lohrke | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | reflect new qt ebuild revisions | Carsten Lohrke | 2007-08-02 | 1 | -2/+2 |
| | |||||
* | Fix debug flag per bug #187479 | Caleb Tennis | 2007-08-02 | 1 | -3/+3 |
| | |||||
* | Add debug use | Caleb Tennis | 2007-07-31 | 1 | -1/+3 |
| | |||||
* | Adding eqmake from bug #120116 | Caleb Tennis | 2007-07-31 | 1 | -6/+67 |
| | |||||
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2007-07-17 | 1 | -2/+1 |
| | |||||
* | typo again | Caleb Tennis | 2007-06-20 | 1 | -2/+2 |
| | |||||
* | typo fix | Caleb Tennis | 2007-06-20 | 1 | -2/+2 |
| | |||||
* | Add a pkg_setup check to allow easy checks to make sure Qt4 was built with ↵ | Caleb Tennis | 2007-06-20 | 1 | -2/+13 |
| | | | | certain options | ||||
* | adding 4.3.0 | Caleb Tennis | 2007-05-31 | 1 | -2/+2 |
| |