Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated $DEBUG | Mike Frysinger | 2003-08-03 | 1 | -6/+5 |
| | |||||
* | autotools fixes, and added a function to make them be detected in a way that ↵ | Paul de Vrieze | 2003-07-29 | 1 | -2/+2 |
| | | | | we can work with | ||||
* | Added support for hppa in kde.eclass | Guy Martin | 2003-07-17 | 1 | -1/+16 |
| | |||||
* | do not run make -f $makefile if $makefile is empty | Dan Armak | 2003-04-13 | 1 | -4/+6 |
| | |||||
* | read new use flag debug as well as $DEBUG | Dan Armak | 2003-04-02 | 1 | -2/+7 |
| | |||||
* | removed IUSE=ppc, ARCH shouldn't be listed in IUSE | Hannes Mehnert | 2003-03-15 | 1 | -2/+1 |
| | |||||
* | moved perl from sys-devel to dev-lang | Seemant Kulleen | 2003-03-11 | 1 | -2/+2 |
| | |||||
* | unfix earlier fixes | Mike Frysinger | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | removed qtmt use flag, --enable-mt is now passed to configure by default. | Hannes Mehnert | 2003-02-27 | 1 | -3/+2 |
| | | | | see thread on -core for details. | ||||
* | If description is set... don't overwrite it... | Nicholas Jones | 2003-02-18 | 1 | -2/+2 |
| | | | | Fixes to everything but ASPELL and KDE-SOURCE | ||||
* | header fixes | Mike Frysinger | 2003-02-16 | 1 | -2/+5 |
| | |||||
* | small fix0rs | Seemant Kulleen | 2003-02-13 | 1 | -2/+2 |
| | |||||
* | now that we have a kde_src_unpack, it makes sense to move the KDE_REMOVE_DIR ↵ | Dan Armak | 2003-01-31 | 1 | -3/+4 |
| | | | | call there from kde_src_compile:configure | ||||
* | add a kde_src_unpack(). it calls base_src_unpack (passing on all section ↵ | Dan Armak | 2003-01-30 | 1 | -3/+29 |
| | | | | parameters) then fixes the \'languageChange undeclared\' bug in a centralized manner by touching all .ui files. this change should be transparent to ebuilds; i will be changing those that call base_src_unpack to use kde_src_unpack so that they can make use of the new fix. | ||||
* | move the autotools deps from set-kdedir to need-kde (whyever were they in ↵ | Dan Armak | 2002-11-24 | 1 | -19/+1 |
| | | | | 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. | ||||
* | accidentally committed wrong thing, sorry | Dan Armak | 2002-11-23 | 1 | -4/+2 |
| | |||||
* | add dep on >=automake-1.6.3 on ppc or kde 3.1, as reported by doctomoe. also ↵ | Dan Armak | 2002-11-23 | 1 | -7/+17 |
| | | | | stop using newdepend /autotools. | ||||
* | was deprecated weeks ago, no longer in use | Dan Armak | 2002-11-01 | 1 | -1/+11 |
| | |||||
* | set KDEDIRS=$KDEDIR:$PREFIX before running configure. this fixes the cases ↵ | Dan Armak | 2002-10-27 | 1 | -1/+6 |
| | | | | where it uses the wrong kde"s dcopidl, mcopidl etc. because of the way it searches for binaries. | ||||
* | Header updates/cleanups | Mike Frysinger | 2002-10-25 | 1 | -2/+3 |
| | |||||
* | another small whitespace fix | Dan Armak | 2002-10-24 | 1 | -43/+43 |
| | |||||
* | fix identation (proper tabs everywhere, alignment) in my eclasses | Dan Armak | 2002-10-24 | 1 | -15/+14 |
| | |||||
* | add support for upcoming kde-3.1-beta2 | Dan Armak | 2002-09-24 | 1 | -5/+7 |
| | |||||
* | fix #6978: only run dod con the files that actually exist, to eliminate a ↵ | Dan Armak | 2002-09-10 | 1 | -2/+4 |
| | | | | harmless error/warning from dodoc about nonexistant files | ||||
* | use autoconf 2.13 for kde-base 3.0.x ebuilds. add KDE_REMOVE_DIR function ↵ | Dan Armak | 2002-09-07 | 1 | -2/+5 |
| | | | | that removes a subdir of a module and prevents its being compiled. | ||||
* | replace the old fix with a very very simple 1-line one | Dan Armak | 2002-08-26 | 1 | -16/+2 |
| | |||||
* | recreate configure and ther such files when using a new admin dir | Dan Armak | 2002-08-26 | 1 | -1/+4 |
| | |||||
* | a few minor fixes and the new kde-new-admin() support (preliminary, in ↵ | Dan Armak | 2002-08-26 | 1 | -3/+17 |
| | | | | testing but can't break anything unless an ebuild calls it explicitly so i'm committing it) | ||||
* | fix slots and install locations for kde-i18n ebuilds; some other fixes | Dan Armak | 2002-08-14 | 1 | -5/+19 |
| | |||||
* | big commit i've been working on for the last few days. the important part ↵ | Dan Armak | 2002-08-13 | 1 | -1/+7 |
| | | | | ebuild-wise is that kde apps now go into /usr; there have also been some SLOT changes (making things uniform). see the various postings. | ||||
* | add configure flag --disable-dependency-tracking which allows ccache to ↵ | Dan Armak | 2002-07-15 | 1 | -1/+3 |
| | | | | cache a lot more of the kde compile. | ||||
* | big change for multiple kdes, being tested wih 3.1alpha1. barring bugs ↵ | Dan Armak | 2002-07-12 | 1 | -9/+6 |
| | | | | shouldn't affect current 3.0.x users. | ||||
* | minor changes (whitespace etc) | Dan Armak | 2002-05-07 | 1 | -33/+22 |
| | | | | ---------------------------------------------------------------------- | ||||
* | reveting global --enable-all comit - better safe than sorry | Dan Armak | 2002-04-02 | 1 | -2/+2 |
| | |||||
* | changed --enable-debug to --enable-debug=full when $DEBUG is set | Dan Armak | 2002-04-02 | 1 | -3/+3 |
| | | | | added --enable-final to all builds, hopefully will not cause problems | ||||
* | fix for the kde3/autoconf problem, see gentoo-user post, thanks Azarah! | Dan Armak | 2002-03-28 | 1 | -26/+1 |
| | | | | | also: moved kde-sandbox-patch() from kde.eclass de-functions.eclass where it belongs also: update kde3 apps' qt dep from 3.0.1 to 3.0.3 | ||||
* | fix kde-sandbox-patch() typo that essentially made it do nothing at all | Dan Armak | 2002-03-28 | 1 | -6/+7 |
| | |||||
* | kde_sandbox_patch() typo fix | Dan Armak | 2002-03-27 | 1 | -4/+3 |
| | |||||
* | big commit that makes eclasses work wth both old portages (1.8.8, rc6 ↵ | Dan Armak | 2002-03-27 | 1 | -3/+9 |
| | | | | | | | profile) and the new ones (>=1.8.9_pre32, 1.0 profile). the latter have some parts of the eclasses in ebuild.sh. Now i ahve a unified code base and commit changes easily. | ||||
* | added --with/without-debug to --enable/disable-debug. some configure scripts ↵ | Dan Armak | 2002-03-07 | 1 | -2/+2 |
| | | | | | | might use either or both. | ||||
* | make kde-i18n eclass more consistent (uses EXPORT_FUNCTIONS as it shuold). ↵ | Dan Armak | 2002-02-18 | 1 | -5/+4 |
| | | | | | | minor fix in kde.eclass (forget what) | ||||
* | use emake intead of make. this wasn't done before because it caused some ↵ | Dan Armak | 2002-02-12 | 1 | -3/+3 |
| | | | | problems that seem to be gone now | ||||
* | a typo fix. also added descriptions to all || die invocations. | Dan Armak | 2002-02-07 | 1 | -5/+5 |
| | |||||
* | major eclass cleanup/restructuring. no change ni inheriting ebuilds ↵ | Dan Armak | 2002-02-06 | 1 | -2/+3 |
| | | | | | | necessary. more details shortly in updated docs and in coming up gentoo-dev post. | ||||
* | misc small fixes and improvements I collected during the period cvs was down | Dan Armak | 2002-01-23 | 1 | -3/+4 |
| | |||||
* | added kde_sandbox_patch() functin that applies a sed to several makefiles ↵ | Dan Armak | 2002-01-17 | 1 | -1/+33 |
| | | | | | | | from kdelibs, kdebase and kdenetwork. I'll send tghe bug reports upstream to kde. the bug was that the makefiles ran chmod on files in $(bindir) not $(DSTDIR)/$(bindir) when installing, which made the sandbox abort. | ||||
* | moved the qt,kde directory-setting functions from kde.eclass to a new ↵ | Dan Armak | 2002-01-10 | 1 | -141/+3 |
| | | | | | | | | | kde-dirs.eclass (which is inherited by kde.eclass). apps which only need to know the location (e.g. to install a desktopp symlink) will now be able to inherit kde-dirs only (i'll modify them to do that later) and thus avoid the main body of kde eclass code. also added initial non-standard multiple kdedirs support (should work, but not tested) | ||||
* | added a ||die description | Dan Armak | 2002-01-10 | 1 | -3/+3 |
| | |||||
* | new multi-kdedirs support. see anouncement on gentoo-* in 5 minutes. enjoy! | Dan Armak | 2002-01-09 | 1 | -3/+8 |
| | |||||
* | added method to set aboslute minimum required qt/kde version for all apps. ↵ | Dan Armak | 2002-01-08 | 1 | -12/+50 |
| | | | | | | this is set to kdelibs-2.2.2-r1 which fixes several bugs. |