summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* small fixorMartin Schlemmer2002-08-292-12/+23
|
* disable --enable-final for kde 3.1_beta1; too many things miscompile and ned ↵Dan Armak2002-08-291-2/+2
| | | | to have it disabled locally
* add value 5 to min-kde-ver() version case statement; fix problem with ↵Dan Armak2002-08-291-1/+2
| | | | ebuilds calling need-kde 5 (e.g. ksvg)
* merge kde-i18n.org.eclass into kde-i18n.eclass and rework its code to use ↵Dan Armak2002-08-291-3/+12
| | | | mirror://kde/ like kde.org.eclass does. fix some bugs with fetching the big kde-i18n package.
* fixed SRC_URI wrt distfiles stuffMichael J. Cohen2002-08-281-4/+4
|
* oops, should have read the howto.Michael J. Cohen2002-08-271-15/+3
|
* little better...Michael J. Cohen2002-08-271-78/+7
|
* Kernel Module Eclass (currently base.eclass)Michael J. Cohen2002-08-271-0/+108
|
* Fixes #5433.Karl Trygve Kalleberg2002-08-261-1/+9
|
* replace the old fix with a very very simple 1-line oneDan Armak2002-08-262-25/+3
|
* recreate configure and ther such files when using a new admin dirDan Armak2002-08-261-1/+4
|
* a few minor fixes and the new kde-new-admin() support (preliminary, in ↵Dan Armak2002-08-262-6/+34
| | | | testing but can't break anything unless an ebuild calls it explicitly so i'm committing it)
* Forgot about the fact that non modules might need to create multipleMichael Cummings2002-08-231-5/+9
| | | | | pods. Original version of this test eclass merely overwrote - the new one touch's then cat>>'s
* fix mirror pathsDan Armak2002-08-231-11/+14
|
* slight fix0rSeemant Kulleen2002-08-231-2/+2
|
* LICENSE will be defined by each dictionary individuallySeemant Kulleen2002-08-231-2/+1
|
* changed aspell eclass to work with stable aspell releaseSeemant Kulleen2002-08-231-10/+5
|
* fix for 3.1 beta1Dan Armak2002-08-231-1/+2
|
* removed two commentsD.M.D. Ljungmark2002-08-221-3/+1
|
* small fixorMartin Schlemmer2002-08-221-4/+10
|
* Added some better documentation handling.Matthew Turk2002-08-221-1/+3
|
* use ECVS_USER, since we define it. close #6455.Dan Armak2002-08-191-2/+2
|
* replace assert-likeDan Armak2002-08-183-8/+8
|
* fix segfaults for gnome-system-monitorMartin Schlemmer2002-08-171-1/+4
|
* This is a test version of the perl-module eclass with forced makemakerMichael Cummings2002-08-161-0/+82
| | | | | upgrade support - need to test it on all platforms before committing since it will change the core perl 5.6.1 makemaker functions
* Updated pod merging. Supports both arch and site pods now, and appendsMichael Cummings2002-08-161-2/+17
| | | | instead of wiping the original pods.
* Updated module to sperate pod creationsMichael Cummings2002-08-161-17/+26
|
* modified to work with quirky aspell-fr versionSeemant Kulleen2002-08-161-2/+5
|
* eclass for aspell dictionariesSeemant Kulleen2002-08-151-0/+39
|
* remove stray debug einfo statementDan Armak2002-08-141-2/+2
|
* fix slots and install locations for kde-i18n ebuilds; some other fixesDan Armak2002-08-144-29/+48
|
* Corrected newdepends to DEPEND= - this was overwriting the newdependsMichael Cummings2002-08-141-2/+2
| | | | | used in the various module ebuilds and causing them not to install their sub deps
* quick reshuffle of documentation building order.Matthew Turk2002-08-141-2/+3
|
* Lots of improvements. Changed documentation install to *work*, using the ↵Matthew Turk2002-08-131-21/+10
| | | | | | | very nice texi2dvi script from texinfo, as well as clearing out the cruft much more effectively before and after installation. DVI's are appropriately placed in /usr/share/doc, and without the .log, .toc, etc cruft...
* added documentation and more robust file typing.Matthew Turk2002-08-131-33/+62
|
* fix 3.1beta1 download urlsDan Armak2002-08-131-2/+2
|
* big commit i've been working on for the last few days. the important part ↵Dan Armak2002-08-134-105/+98
| | | | ebuild-wise is that kde apps now go into /usr; there have also been some SLOT changes (making things uniform). see the various postings.
* fix bug with inherit cvs andDan Armak2002-08-121-1/+3
|
* fix problem where the cvs dep wasn't added correctly by the cvs ebuildDan Armak2002-08-111-6/+6
|
* fix bug reported by Daniel Mettler - files getting patched twiceDan Armak2002-08-101-1/+4
|
* Fix bug #6101Leonardo Boshell2002-08-071-7/+7
|
* Emergency fix - the target dir gets lost in 5.6.1 (installs, just not toMichael Cummings2002-08-071-3/+9
| | | | the right path). New eclass checks version before adding PREFIX
* adjust deps on qt so that kde3 apps can be satisifed by qt-5 (which is the ↵Dan Armak2002-08-061-18/+10
| | | | qt-copy cvs ebuild)
* changes to make binary packages install schemasD.M.D. Ljungmark2002-08-051-15/+21
|
* Added -PREFIX to the perl Makefile.pl line - this is more in complianceMichael Cummings2002-08-051-2/+3
| | | | | | with the format that perl accepts for the preconfig of the make, and makes sure that no sandbox violation occurs in perl 5.8.0. This has been tested with both 5.8.0 and 5.6.1
* more flag changesD.M.D. Ljungmark2002-08-041-4/+4
|
* adding the gtk-engines eclassLeonardo Boshell2002-08-041-0/+181
|
* add support for installing module/doc/app also when module/app is requestedDan Armak2002-08-041-1/+6
|
* fix bug with multiple-level subdirs being fecthed; remove empty dirs where ↵Dan Armak2002-08-031-4/+12
| | | | fecthing failed
* fix sandbox issues with creation of the top directory; make the setting for ↵Dan Armak2002-08-031-4/+6
| | | | offline mode ECVS_SERVER=offline to avoid messing with troublesome empty variable/unset variable distintions