summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add support for the upcoming kde 3.5.0_beta2 ebuilds. this includes a ↵Dan Armak2005-10-141-2/+18
| | | | workaround in kde-functions.eclass:deprange() due to the fact that previous 3.5 prereleases were mistakenly versioned as eg 3.5_beta1 not 3.5.0_beta1.
* Update package list for KDE 3.5.Gregorio Guidi2005-09-241-1/+5
|
* superkaramba joined KDE releases starting from 3.5.Diego Elio Pettenò2005-09-061-1/+2
|
* Update for KDE 3.5.Gregorio Guidi2005-08-241-16/+9
|
* Fix problem in deprange-list() shown in bug #100657.Gregorio Guidi2005-08-081-2/+2
|
* Properly redo commit made by accident.Gregorio Guidi2005-08-081-2/+2
|
* New Qt revision.Gregorio Guidi2005-08-081-2/+2
|
* Trying this out (hope nothing breaks).Caleb Tennis2005-07-251-29/+6
| | | | | | | | | 1. Remove the functionality from set-qtdir, as all it did was make sure the QTDIR env variable was set and some addpredicts, which are now done in the qt3.eclass which is inherited at the beginning anyway. 2. Change the need-qt function to use the qt_min_version function from the eclass.
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-23/+23
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove kcardtools from KDE_DERIVATION_MAP.Gregorio Guidi2005-06-091-2/+1
|
* Update for new version of koffice.Gregorio Guidi2005-06-031-1/+3
|
* Adding new package kdebase-data to derivation mapDan Armak2005-03-131-1/+2
|
* Change need-kde and need-qt so that ebuilds relying on portage copying ↵Gregorio Guidi2005-03-071-17/+19
| | | | RDEPEND from DEPEND work properly (#50721).
* new ebuild: konq-pluginsDan Armak2005-02-261-1/+2
|
* remove kicker-docsCaleb Tennis2005-02-111-2/+1
|
* remove kate-plugins-docsCaleb Tennis2005-02-111-2/+1
|
* added noatun-plugins to derivation mapDan Armak2005-02-111-1/+2
|
* remove old kate-* filesCaleb Tennis2005-02-111-18/+1
|
* remove old kicker programsCaleb Tennis2005-02-111-6/+2
|
* Removing obsoleted ebuildsCaleb Tennis2005-02-111-6/+1
|
* Removing package that doesn't exist anymoreCaleb Tennis2005-02-111-2/+1
|
* add new ebuild ksvg to derivation mapDan Armak2005-02-111-1/+2
|
* add in kate-pluginsCaleb Tennis2005-02-111-1/+2
|
* Remove two packages that don't exist anymoreCaleb Tennis2005-02-111-3/+1
|
* add new kdeaddons-kfile-pluginsCaleb Tennis2005-02-111-1/+2
|
* Use kdeaddressbook-pluginsCaleb Tennis2005-02-111-1/+2
|
* Remove kdebase-pam from the list of splitted ebuilds.Gregorio Guidi2005-02-071-2/+1
|
* removed several ancient, no longer used functions from kde-functions.eclass.Dan Armak2005-02-061-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 mapDan Armak2005-02-051-1/+2
|
* add new package kdeartwork-emoticons to derivation mapDan Armak2005-02-051-1/+2
|
* add new package kfile-cert to derivation mapDan Armak2005-02-051-1/+2
|
* add new ebuilds to derivation mapDan Armak2005-02-051-1/+3
|
* require automake 1.7 for kde 3.4, don't fallback to automake 1.4.Dan Armak2005-02-051-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 Gotti2005-01-251-1/+2
|
* add DERIVATION_MAP entries for upcoming ksayit, kttsd ebuildsDan Armak2005-01-211-1/+3
|
* add derivation map entry for new ebuild kontact-specialdatesDan Armak2005-01-181-2/+2
|
* Removed references to kdelibs-apidocs.Gregorio Guidi2005-01-171-2/+2
|
* add new ebuild kbstateapplet (from kdeaccessibility) to derivation mapDan Armak2005-01-171-1/+2
|
* ...and then I found out about $CATEGORY. i knew something like that should ↵Dan Armak2005-01-151-14/+2
| | | | have existed :-)
* typoDan Armak2005-01-151-2/+2
|
* add two functions:Dan Armak2005-01-141-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 Armak2005-01-141-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 Armak2005-01-141-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 Armak2005-01-141-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 Guidi2005-01-131-7/+5
|
* tidyMichael Sterrett2004-12-291-21/+19
|
* merge changes from berlios svn: add deprange() and call it from need-kde, ↵Dan Armak2004-12-251-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 Gotti2004-12-131-3/+5
|