summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kde changesCaleb Tennis2003-09-121-2/+6
|
* minor fixesCaleb Tennis2003-09-121-2/+3
|
* Add a function that replaces head -1 with head -n 1, and more...Caleb Tennis2003-08-071-1/+13
|
* autotools fixes, and added a function to make them be detected in a way that ↵Paul de Vrieze2003-07-291-2/+32
| | | | we can work with
* predict accesses to QTDIR/etc/settings for the sandbox to make sure there ↵Dan Armak2003-07-011-1/+2
| | | | are no access denied aborts even under userpriv+usersandbox. can't hurt anything, as it's just an addpredict not an addwrite. in fact, the addwrite (and the trick with ~/.kde, ~/.qt) should be removed and replaced with an addpredict - but that has to be tested, so not committing yet.
* move xpatch from kde-funcitons to eutils, since it's not kde-specific in any wayDan Armak2003-06-101-114/+1
|
* added initial version of xpatch(), see comments. the rest of the diff is ↵Dan Armak2003-06-101-20/+134
| | | | whitespace changes that crept in somehow.
* remove get_free_mem(), get_param() functions because nothing uses them ↵Dan Armak2003-05-111-23/+2
| | | | anymore. also add kdelibs-apidocs to the list of kdebase ebuilds since it needs the right DESTDIR etc.
* I'm cleaning up the kde eclasses. It is a gradual process so that i can ↵Dan Armak2003-04-271-4/+4
| | | | | | | | | | | | | | | | | | | | commit it into portage piecemeal. <changeset #1> Done: - deprecated kde-base. it is now empty and does nothing except inheriting kde. apps should now inherit kde directly. the deps on glibc and gcc that kde-base added are not necessary because they are in all profiles' system packages lists anyway. - deprecated kde-pre, no ebuild was using it any longer. - deprecated kde.org. moved kde.org contents into kde-dist, since that's almost the only place kde.org was being inherited from. ebuilds that need changing: kdelibs, kdelibs-apidocs - stopped using newdepend /c. gcc and glibc are in the sysytem packages list in every profile anyway, and our other ebuilds don't really keep track of such deps. Changes done to ebuilds so far: - kdelibs: don't inherit kde.org. don't call newdepend /c. - kdelibs-apidocs: don't inherit kde.org
* needed support for new kde 3.1.1a stuff. shouldn't touch anything else.Dan Armak2003-04-081-1/+3
|
* header fixesMike Frysinger2003-02-161-3/+6
|
* add support for automake 1.7 to need-automake()Dan Armak2003-01-311-1/+3
|
* add: if NEED_KDE_DONT_ADD_KDELIBS_DEP is set, need-kde() will not a depend ↵Dan Armak2003-01-281-6/+12
| | | | on kdelibs, and the package must add it manually. used by the new kdebase revisions to specify deps on the nde kdelibs revisions in a precise manner.
* kde-3.1_rc6 changesHannes Mehnert2003-01-051-3/+2
|
* additions for kde 3.1 rc5Dan Armak2002-12-081-1/+2
|
* removing all enable-final functionality, see gentoo-dev postDan Armak2002-12-021-17/+1
|
* allow writing to all of /usr/qt/3/etc/settings, after all.Dan Armak2002-12-011-1/+5
|
* kdemultimedia didn't set KDEDIR, it used prefix=/usr, which broke lots of ↵Hannes Mehnert2002-11-271-2/+2
| | | | things, thanks to Alron for catching, this should also close bugs #11307 and #11309
* move the autotools deps from set-kdedir to need-kde (whyever were they in ↵Dan Armak2002-11-241-24/+27
| | | | set-kdedir in the first place?!). move the code that sets $KDEBASE from kde.eclass to kde-functions.eclass and remove duplicate instance in set-kdedir.
* add dep on >=automake-1.6.3 on ppc or kde 3.1, as reported by doctomoe. also ↵Dan Armak2002-11-231-3/+1
| | | | stop using newdepend /autotools.
* cleanup and various touchups. make kde 3.1 depend on qt 3.1. also cleanup ↵Dan Armak2002-11-191-16/+11
| | | | the kde version --> autotools version logic (it will have to be rethought entirely though).
* added support for kde-3.1_rc3Hannes Mehnert2002-11-121-1/+2
|
* fix that kde-3.1_rc2 needs qt-3.1.0_pre20021104Hannes Mehnert2002-11-051-1/+2
|
* kde-3.1_rc2Hannes Mehnert2002-11-051-1/+2
|
* add support for kde 3.1 and qt 3.1 versions - general fixums. also remove ↵Dan Armak2002-11-011-13/+6
| | | | the KDEAPPENDAGE stuff i never used.
* set minimal qt version to 3.1 for kde cvs and 3.0.5 for kde 3.0.xDan Armak2002-10-311-4/+4
|
* changes necessary for kde 3.1 rc1Dan Armak2002-10-311-16/+18
|
* add functions for determining the amount of free memory and setting ↵Dan Armak2002-10-271-1/+37
| | | | --enable-final if it is (as of now) >=200MB. this is not to say these functions are called from anywhere as yet. see comments in the code for more info.
* Header updates/cleanupsMike Frysinger2002-10-251-1/+2
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+2
|
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-101/+101
|
* add support for upcoming kde-3.1-beta2Dan Armak2002-09-241-1/+3
|
* similar change for kde-base 2.2.2 packages and kdelibs 2.2.2aDan Armak2002-09-101-2/+4
|
* allow kde-base 3.0.3 packages to use kdelibs =3.0.3* and not just ~3.0.3, ↵Dan Armak2002-09-101-1/+7
| | | | because of the new kdelibs 3.0.3a
* use autoconf 2.13 for kde-base 3.0.x ebuilds. add KDE_REMOVE_DIR function ↵Dan Armak2002-09-071-15/+55
| | | | that removes a subdir of a module and prevents its being compiled.
* 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)
* replace the old fix with a very very simple 1-line oneDan Armak2002-08-261-9/+1
|
* a few minor fixes and the new kde-new-admin() support (preliminary, in ↵Dan Armak2002-08-261-3/+17
| | | | testing but can't break anything unless an ebuild calls it explicitly so i'm committing it)
* replace assert-likeDan Armak2002-08-181-3/+3
|
* remove stray debug einfo statementDan Armak2002-08-141-2/+2
|
* fix slots and install locations for kde-i18n ebuilds; some other fixesDan Armak2002-08-141-19/+24
|
* big commit i've been working on for the last few days. the important part ↵Dan Armak2002-08-131-100/+87
| | | | ebuild-wise is that kde apps now go into /usr; there have also been some SLOT changes (making things uniform). see the various postings.
* 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)
* 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.
* changes and eclasses for upcomnig kde cvs ebuilds. they won't live in ↵Dan Armak2002-07-171-60/+90
| | | | portage but there's no reason for the eclasses not to live here, makes it much more comfortable
* fix dependencies on kdelibs-2*Dan Armak2002-07-161-4/+9
|
* turn some echo commands into debug-print callsDan Armak2002-07-131-5/+4
|
* big change for multiple kdes, being tested wih 3.1alpha1. barring bugs ↵Dan Armak2002-07-121-22/+91
| | | | shouldn't affect current 3.0.x users.
* dependency fix to allow 3.0.1.20020604Daniel Robbins2002-07-111-2/+2
|