| Commit message (Expand) | Author | Age | Files | Lines |
* | add derivation map entry for new ebuild kontact-specialdates | Dan Armak | 2005-01-18 | 1 | -2/+2 |
* | Removed references to kdelibs-apidocs. | Gregorio Guidi | 2005-01-17 | 1 | -2/+2 |
* | add new ebuild kbstateapplet (from kdeaccessibility) to derivation map | Dan Armak | 2005-01-17 | 1 | -1/+2 |
* | ...and then I found out about $CATEGORY. i knew something like that should ha... | Dan Armak | 2005-01-15 | 1 | -14/+2 |
* | typo | Dan Armak | 2005-01-15 | 1 | -2/+2 |
* | add two functions: | Dan Armak | 2005-01-14 | 1 | -1/+29 |
* | completely rewrote deprange. this organizes the code better and fixes smoe bu... | Dan Armak | 2005-01-14 | 1 | -136/+172 |
* | add KDE_DERIVATION_MAP and functions that map between split ebuilds and the m... | Dan Armak | 2005-01-14 | 1 | -1/+377 |
* | split deprange() into two functions: deprange() is a wrapper around deprange-... | Dan Armak | 2005-01-14 | 1 | -4/+8 |
* | Touchups for kde-3.4.0_beta1. | Gregorio Guidi | 2005-01-13 | 1 | -7/+5 |
* | tidy | Michael Sterrett | 2004-12-29 | 1 | -21/+19 |
* | merge changes from berlios svn: add deprange() and call it from need-kde, but... | Dan Armak | 2004-12-25 | 1 | -12/+182 |
* | Add kde 3.4 support. | Simone Gotti | 2004-12-13 | 1 | -3/+5 |
* | added sed dependency & comment to kde-functions.eclass | Carsten Lohrke | 2004-11-19 | 1 | -1/+7 |
* | stop using old WANT_AUTOTOOL_#_# syntax | Mike Frysinger | 2004-10-31 | 1 | -12/+7 |
* | Add kdewebdev as a base package | Caleb Tennis | 2004-09-15 | 1 | -2/+2 |
* | Don't set QTDIR if it's already set | Caleb Tennis | 2004-08-30 | 1 | -2/+6 |
* | update the copyright info | Mike Frysinger | 2004-06-25 | 1 | -2/+2 |
* | for latest kde 3.3 alphas | Caleb Tennis | 2004-05-25 | 1 | -15/+6 |
* | Need to have kde-base/kdelibs and x11-libs/qt in both RDEPEND and DEPEND. | Michael Sterrett | 2004-04-19 | 1 | -4/+11 |
* | Small fix for versioning | Caleb Tennis | 2004-04-19 | 1 | -4/+4 |
* | Remove yet more old versioning information | Caleb Tennis | 2004-04-16 | 1 | -43/+12 |
* | As a first fix, these should all be RDEPENDS | Caleb Tennis | 2004-04-16 | 1 | -11/+11 |
* | Apply patch from bug #25013 to replace calls to newdepend and newrdepend | Michael Sterrett | 2004-04-11 | 1 | -12/+11 |
* | add kdeaccessibility as a kde base class | Caleb Tennis | 2003-11-11 | 1 | -2/+2 |
* | kde changes | Caleb Tennis | 2003-09-12 | 1 | -2/+6 |
* | minor fixes | Caleb Tennis | 2003-09-12 | 1 | -2/+3 |
* | Add a function that replaces head -1 with head -n 1, and more... | Caleb Tennis | 2003-08-07 | 1 | -1/+13 |
* | autotools fixes, and added a function to make them be detected in a way that ... | Paul de Vrieze | 2003-07-29 | 1 | -2/+32 |
* | predict accesses to QTDIR/etc/settings for the sandbox to make sure there are... | Dan Armak | 2003-07-01 | 1 | -1/+2 |
* | move xpatch from kde-funcitons to eutils, since it's not kde-specific in any way | Dan Armak | 2003-06-10 | 1 | -114/+1 |
* | added initial version of xpatch(), see comments. the rest of the diff is whit... | Dan Armak | 2003-06-10 | 1 | -20/+134 |
* | remove get_free_mem(), get_param() functions because nothing uses them anymor... | Dan Armak | 2003-05-11 | 1 | -23/+2 |
* | I'm cleaning up the kde eclasses. It is a gradual process so that i can commi... | Dan Armak | 2003-04-27 | 1 | -4/+4 |
* | needed support for new kde 3.1.1a stuff. shouldn't touch anything else. | Dan Armak | 2003-04-08 | 1 | -1/+3 |
* | header fixes | Mike Frysinger | 2003-02-16 | 1 | -3/+6 |
* | add support for automake 1.7 to need-automake() | Dan Armak | 2003-01-31 | 1 | -1/+3 |
* | add: if NEED_KDE_DONT_ADD_KDELIBS_DEP is set, need-kde() will not a depend on... | Dan Armak | 2003-01-28 | 1 | -6/+12 |
* | kde-3.1_rc6 changes | Hannes Mehnert | 2003-01-05 | 1 | -3/+2 |
* | additions for kde 3.1 rc5 | Dan Armak | 2002-12-08 | 1 | -1/+2 |
* | removing all enable-final functionality, see gentoo-dev post | Dan Armak | 2002-12-02 | 1 | -17/+1 |
* | allow writing to all of /usr/qt/3/etc/settings, after all. | Dan Armak | 2002-12-01 | 1 | -1/+5 |
* | kdemultimedia didn't set KDEDIR, it used prefix=/usr, which broke lots of thi... | Hannes Mehnert | 2002-11-27 | 1 | -2/+2 |
* | move the autotools deps from set-kdedir to need-kde (whyever were they in set... | Dan Armak | 2002-11-24 | 1 | -24/+27 |
* | add dep on >=automake-1.6.3 on ppc or kde 3.1, as reported by doctomoe. also ... | Dan Armak | 2002-11-23 | 1 | -3/+1 |
* | cleanup and various touchups. make kde 3.1 depend on qt 3.1. also cleanup the... | Dan Armak | 2002-11-19 | 1 | -16/+11 |
* | added support for kde-3.1_rc3 | Hannes Mehnert | 2002-11-12 | 1 | -1/+2 |
* | fix that kde-3.1_rc2 needs qt-3.1.0_pre20021104 | Hannes Mehnert | 2002-11-05 | 1 | -1/+2 |
* | kde-3.1_rc2 | Hannes Mehnert | 2002-11-05 | 1 | -1/+2 |
* | add support for kde 3.1 and qt 3.1 versions - general fixums. also remove the... | Dan Armak | 2002-11-01 | 1 | -13/+6 |