summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
* make the default command cvs -q againDan Armak2002-08-021-2/+2
|
* fix STUPID depends of ">=dev-lang/python"Jon Nelson2002-08-021-2/+2
|
* add distutils.eclassJon Nelson2002-08-021-0/+25
|
* more rewrites. now works with kdenonbeta apps etc. will upload new tarball ↵Dan Armak2002-08-012-25/+43
| | | | to website shortly.
* a big rewrite. fixes some bugs (hopefully the sandbox issues too); adds ↵Dan Armak2002-08-012-59/+99
| | | | support for module subdirs to be fetched - used in fetching kde-common/admin and will soon provide the base for the kdenonbeta- and kdeextragear-derivative ebuilds.
* mark kde-i18n-* and koffice-i18n-* ebuilds as ppc-compliant with gerk's blessingDan Armak2002-08-012-4/+4
|
* added SLOT, LICENSE, KEYWORDS to ebook eclassSeemant Kulleen2002-08-011-0/+4
|
* typo fixSeemant Kulleen2002-07-292-4/+24
|
* INHERITED typo fixDaniel Robbins2002-07-271-2/+2
|
* Renamed functions to reflect eclass name change.Daniel Ahlberg2002-07-272-14/+14
|
* fix , in many eclassesDan Armak2002-07-267-13/+16
|
* fix typo in error: could should be could notDan Armak2002-07-261-2/+2
|
* new function: kde_remove_flag <subdir> <flag> - removes from Makefile in / ↵Dan Armak2002-07-261-1/+20
| | | | from all lines containing the word CFLAGS or CXXFLAGS. used by kdebase and koffice to remove the problematic -fomit-frame-pointer from some directories' makefiles.
* Experimental makefile changer eclass. will do some nice memory optimizationsD.M.D. Ljungmark2002-07-241-0/+24
|
* ad backward compatibility for 1* version numbers so that ol versions of arts ↵Dan Armak2002-07-211-1/+2
| | | | can be unmerged
* make cvs_src_unpack implement base_src_unpack-style autopatching. this way ↵Dan Armak2002-07-191-1/+13
| | | | patches from csv ebuilds apply which fixes compile problems in kdeartwork.
* remove kde-child,parent.eclass since no ebuilds use them anymore. avoid ↵Dan Armak2002-07-182-141/+0
| | | | cluttering.
* fix handling of modules that don't have an admin/ subdir and have to use the ↵Dan Armak2002-07-182-11/+11
| | | | one from kde-common, like kdenetwork
* don't use --enable-final for the cvs ebuildsDan Armak2002-07-182-4/+8
|
* conditional debugging nowD.M.D. Ljungmark2002-07-181-2/+11
|
* create ECVS_TOP_DIR if it doesn't existDan Armak2002-07-171-1/+2
|
* changes and eclasses for upcomnig kde cvs ebuilds. they won't live in ↵Dan Armak2002-07-174-61/+326
| | | | portage but there's no reason for the eclasses not to live here, makes it much more comfortable
* removing kde-cvs.eclass, deprecated eclassDan Armak2002-07-171-0/+0
|
* fix dependencies on kdelibs-2*Dan Armak2002-07-161-4/+9
|
* add configure flag --disable-dependency-tracking which allows ccache to ↵Dan Armak2002-07-151-1/+3
| | | | cache a lot more of the kde compile.
* one more tweakSeemant Kulleen2002-07-151-2/+2
|
* more tweaksSeemant Kulleen2002-07-151-7/+9
|
* more tweaksSeemant Kulleen2002-07-141-5/+5
|
* small tweaksSeemant Kulleen2002-07-141-2/+11
|
* added commonbox eclass for all the box wm'sSeemant Kulleen2002-07-141-0/+90
|
* fix SRC_URI for kde 2.2.2Dan Armak2002-07-131-1/+3
|
* turn some echo commands into debug-print callsDan Armak2002-07-131-5/+4
|