Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new ebuild: konq-plugins | Dan Armak | 2005-02-26 | 1 | -1/+2 |
| | |||||
* | remove kicker-docs | Caleb Tennis | 2005-02-11 | 1 | -2/+1 |
| | |||||
* | remove kate-plugins-docs | Caleb Tennis | 2005-02-11 | 1 | -2/+1 |
| | |||||
* | added noatun-plugins to derivation map | Dan Armak | 2005-02-11 | 1 | -1/+2 |
| | |||||
* | remove old kate-* files | Caleb Tennis | 2005-02-11 | 1 | -18/+1 |
| | |||||
* | remove old kicker programs | Caleb Tennis | 2005-02-11 | 1 | -6/+2 |
| | |||||
* | Removing obsoleted ebuilds | Caleb Tennis | 2005-02-11 | 1 | -6/+1 |
| | |||||
* | Removing package that doesn't exist anymore | Caleb Tennis | 2005-02-11 | 1 | -2/+1 |
| | |||||
* | add new ebuild ksvg to derivation map | Dan Armak | 2005-02-11 | 1 | -1/+2 |
| | |||||
* | add in kate-plugins | Caleb Tennis | 2005-02-11 | 1 | -1/+2 |
| | |||||
* | Remove two packages that don't exist anymore | Caleb Tennis | 2005-02-11 | 1 | -3/+1 |
| | |||||
* | add new kdeaddons-kfile-plugins | Caleb Tennis | 2005-02-11 | 1 | -1/+2 |
| | |||||
* | Use kdeaddressbook-plugins | Caleb Tennis | 2005-02-11 | 1 | -1/+2 |
| | |||||
* | Remove kdebase-pam from the list of splitted ebuilds. | Gregorio Guidi | 2005-02-07 | 1 | -2/+1 |
| | |||||
* | removed several ancient, no longer used functions from kde-functions.eclass. | Dan Armak | 2005-02-06 | 1 | -76/+7 |
| | | | | | the bit in kde.eclass is an unused call to one of these functions. also, removed the two checks that set KDEBASE in kde-meta and kde-functions, and substituted a single check in kde-functions that simply sets KDEBASE if CATEGORY==kde-base. | ||||
* | add new package networkstatus to derivation map | Dan Armak | 2005-02-05 | 1 | -1/+2 |
| | |||||
* | add new package kdeartwork-emoticons to derivation map | Dan Armak | 2005-02-05 | 1 | -1/+2 |
| | |||||
* | add new package kfile-cert to derivation map | Dan Armak | 2005-02-05 | 1 | -1/+2 |
| | |||||
* | add new ebuilds to derivation map | Dan Armak | 2005-02-05 | 1 | -1/+3 |
| | |||||
* | require automake 1.7 for kde 3.4, don't fallback to automake 1.4. | Dan Armak | 2005-02-05 | 1 | -1/+5 |
| | | | | | actually this doesn't affect anything this days, since admin/detect-autoconf.sh picks automake-1.7 anyway, and nothing should just call 'automake'. but as long as we have this code, it should be uptodate... should be updated in the same way for 3.3 i suppose, but i'm leaving unbroken code alone (3.4 is at least pmasked) | ||||
* | Add kde-base/kdeaddons kde-base/konqueror-akregator to ebuilds list. | Simone Gotti | 2005-01-25 | 1 | -1/+2 |
| | |||||
* | add DERIVATION_MAP entries for upcoming ksayit, kttsd ebuilds | Dan Armak | 2005-01-21 | 1 | -1/+3 |
| | |||||
* | 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 ↵ | Dan Armak | 2005-01-15 | 1 | -14/+2 |
| | | | | have existed :-) | ||||
* | typo | Dan Armak | 2005-01-15 | 1 | -2/+2 |
| | |||||
* | add two functions: | Dan Armak | 2005-01-14 | 1 | -1/+29 |
| | | | | | deprange-dual wraps deprange so that when adding a dep on a split package, the split package's parent monolithic package is accepted as an or-dep (though the split alternative comes first). get-current-package returns the full name, with category, of the current ebuild. maybe there's a standard way to do this but i've not found it. | ||||
* | completely rewrote deprange. this organizes the code better and fixes smoe ↵ | Dan Armak | 2005-01-14 | 1 | -136/+172 |
| | | | | bugs. in particular, when called with identical min and max versions, the old deprange produced bad output. | ||||
* | add KDE_DERIVATION_MAP and functions that map between split ebuilds and the ↵ | Dan Armak | 2005-01-14 | 1 | -1/+377 |
| | | | | monolithic packages they're derived from. not called from anywhere yet, so this commit is harmless. | ||||
* | split deprange() into two functions: deprange() is a wrapper around ↵ | Dan Armak | 2005-01-14 | 1 | -4/+8 |
| | | | | deprange-list(), and the latter returns the package list without the || ( ... ) markers, which i'm going to use elsewhere | ||||
* | 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, ↵ | Dan Armak | 2004-12-25 | 1 | -12/+182 |
| | | | | | | but only when KM_DEPRANGE is set, so monolithic ebuilds aren't affected. also, use rather than 'is kde-dist in ' as a more correct test for kde-base ebuilds, as discussed on kde@g.o. | ||||
* | 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 |
| | | | | with variable setting (DEPEND=, RDEPEND=). | ||||
* | 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 |
| |