Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not run make -f $makefile if $makefile is empty | 2003-04-13 | 1 | -4/+6 | |
| | |||||
* | read new use flag debug as well as $DEBUG | 2003-04-02 | 1 | -2/+7 | |
| | |||||
* | removed IUSE=ppc, ARCH shouldn't be listed in IUSE | 2003-03-15 | 1 | -2/+1 | |
| | |||||
* | moved perl from sys-devel to dev-lang | 2003-03-11 | 1 | -2/+2 | |
| | |||||
* | unfix earlier fixes | 2003-02-28 | 1 | -2/+2 | |
| | |||||
* | removed qtmt use flag, --enable-mt is now passed to configure by default. | 2003-02-27 | 1 | -3/+2 | |
| | | | | see thread on -core for details. | ||||
* | If description is set... don't overwrite it... | 2003-02-18 | 1 | -2/+2 | |
| | | | | Fixes to everything but ASPELL and KDE-SOURCE | ||||
* | header fixes | 2003-02-16 | 1 | -2/+5 | |
| | |||||
* | small fix0rs | 2003-02-13 | 1 | -2/+2 | |
| | |||||
* | now that we have a kde_src_unpack, it makes sense to move the KDE_REMOVE_DIR ↵ | 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 ↵ | 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 ↵ | 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 | 2002-11-23 | 1 | -4/+2 | |
| | |||||
* | add dep on >=automake-1.6.3 on ppc or kde 3.1, as reported by doctomoe. also ↵ | 2002-11-23 | 1 | -7/+17 | |
| | | | | stop using newdepend /autotools. | ||||
* | was deprecated weeks ago, no longer in use | 2002-11-01 | 1 | -1/+11 | |
| | |||||
* | set KDEDIRS=$KDEDIR:$PREFIX before running configure. this fixes the cases ↵ | 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 | 2002-10-25 | 1 | -2/+3 | |
| | |||||
* | another small whitespace fix | 2002-10-24 | 1 | -43/+43 | |
| | |||||
* | fix identation (proper tabs everywhere, alignment) in my eclasses | 2002-10-24 | 1 | -15/+14 | |
| | |||||
* | add support for upcoming kde-3.1-beta2 | 2002-09-24 | 1 | -5/+7 | |
| | |||||
* | fix #6978: only run dod con the files that actually exist, to eliminate a ↵ | 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 ↵ | 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 | 2002-08-26 | 1 | -16/+2 | |
| | |||||
* | recreate configure and ther such files when using a new admin dir | 2002-08-26 | 1 | -1/+4 | |
| | |||||
* | a few minor fixes and the new kde-new-admin() support (preliminary, in ↵ | 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 | 2002-08-14 | 1 | -5/+19 | |
| | |||||
* | big commit i've been working on for the last few days. the important part ↵ | 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 ↵ | 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 ↵ | 2002-07-12 | 1 | -9/+6 | |
| | | | | shouldn't affect current 3.0.x users. | ||||
* | minor changes (whitespace etc) | 2002-05-07 | 1 | -33/+22 | |
| | | | | ---------------------------------------------------------------------- | ||||
* | reveting global --enable-all comit - better safe than sorry | 2002-04-02 | 1 | -2/+2 | |
| | |||||
* | changed --enable-debug to --enable-debug=full when $DEBUG is set | 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! | 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 | 2002-03-28 | 1 | -6/+7 | |
| | |||||
* | kde_sandbox_patch() typo fix | 2002-03-27 | 1 | -4/+3 | |
| | |||||
* | big commit that makes eclasses work wth both old portages (1.8.8, rc6 ↵ | 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 ↵ | 2002-03-07 | 1 | -2/+2 | |
| | | | | | | might use either or both. | ||||
* | make kde-i18n eclass more consistent (uses EXPORT_FUNCTIONS as it shuold). ↵ | 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 ↵ | 2002-02-12 | 1 | -3/+3 | |
| | | | | problems that seem to be gone now | ||||
* | a typo fix. also added descriptions to all || die invocations. | 2002-02-07 | 1 | -5/+5 | |
| | |||||
* | major eclass cleanup/restructuring. no change ni inheriting ebuilds ↵ | 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 | 2002-01-23 | 1 | -3/+4 | |
| | |||||
* | added kde_sandbox_patch() functin that applies a sed to several makefiles ↵ | 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 ↵ | 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 | 2002-01-10 | 1 | -3/+3 | |
| | |||||
* | new multi-kdedirs support. see anouncement on gentoo-* in 5 minutes. enjoy! | 2002-01-09 | 1 | -3/+8 | |
| | |||||
* | added method to set aboslute minimum required qt/kde version for all apps. ↵ | 2002-01-08 | 1 | -12/+50 | |
| | | | | | | this is set to kdelibs-2.2.2-r1 which fixes several bugs. | ||||
* | merged virtual.eclass -> inherit.eclass. added || die to inherit(). added ↵ | 2002-01-04 | 1 | -2/+13 | |
| | | | | | | cvs snapshot support to kde.eclass (runs make -f admin/Makefile.common where appropriate). misc small fixes. | ||||
* | minor fix | 2002-01-03 | 1 | -2/+2 | |
| | |||||
* | small fix | 2002-01-01 | 1 | -4/+1 | |
| |