summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* don't die on failed kde-i18n-gentoo patch, it isn't needed for all languagesDan Armak2002-04-201-2/+3
|
* extend kde_sandbox_patch() to work for new kdemulitmedia fixDan Armak2002-04-171-2/+2
|
* small fixMartin Schlemmer2002-04-151-2/+2
|
* added generic SLOTs. kde2 apps now have slot="2", kde3 apps - slot="3".Dan Armak2002-04-131-3/+3
|
* name changesMartin Schlemmer2002-04-091-3/+3
|
* virtualx eclass for builds that needs a X displayMartin Schlemmer2002-04-091-0/+51
|
* removing bigus kde.us.org server (again)Dan Armak2002-04-051-3/+2
|
* Added another KDE mirrorSeemant Kulleen2002-04-051-2/+3
|
* revert slot change, i misunderstood the need for slotsCVS:Dan Armak2002-04-041-7/+1
| | | | ----------------------------------------------------------------------
* kde.org: add kde download mirrorsDan Armak2002-04-042-4/+16
| | | | | kde-dist; add SLOT setting to major and minor version but not revision, e.g. SLOT of 3.0 is 3.0 ubt SLOT of 2.2.2 is 2.2
* reveting global --enable-all comit - better safe than sorryDan Armak2002-04-024-5/+9
|
* changed --enable-debug to --enable-debug=full when $DEBUG is setDan Armak2002-04-024-10/+6
| | | | added --enable-final to all builds, hopefully will not cause problems
* make base_src_compile() use econf() and emake() from the default ↵Dan Armak2002-03-303-61/+194
| | | | src_compile() in ebuild.sh
* flip side of yesterday's kde3-cvs/autoconf trouble: add an autoconf-2.1 and ↵Dan Armak2002-03-291-2/+7
| | | | | | | automake-1.4 request to all kde2 apps, fixing e.g. kmerlin, mosfet
* fix for the kde3/autoconf problem, see gentoo-user post, thanks Azarah!Dan Armak2002-03-282-28/+39
| | | | | 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 allDan Armak2002-03-281-6/+7
|
* missing fileDan Armak2002-03-271-0/+136
|
* kde_sandbox_patch() typo fixDan Armak2002-03-271-4/+3
|
* big commit that makes eclasses work wth both old portages (1.8.8, rc6 ↵Dan Armak2002-03-276-179/+103
| | | | | | | 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.
* need-kde, need-qt fix (again): get qt and kdelibs 2.x for kde2 appsDan Armak2002-03-271-3/+3
|
* *** empty log message ***Dan Armak2002-03-272-0/+215
|
* *** empty log message ***Dan Armak2002-03-272-215/+0
|
* *** empty log message ***Dan Armak2002-03-221-1/+3
|
* add 3.0_rc1 kdelibs option to min-kde-ver() - makes rc1 ebuilds depend on ↵Dan Armak2002-03-071-1/+3
| | | | the correct version of kdelibs
* added --with/without-debug to --enable/disable-debug. some configure scripts ↵Dan Armak2002-03-071-2/+2
| | | | | | might use either or both.
* minor change - use $TDan Armak2002-03-031-2/+2
|
* make kde-i18n eclass more consistent (uses EXPORT_FUNCTIONS as it shuold). ↵Dan Armak2002-02-182-10/+11
| | | | | | minor fix in kde.eclass (forget what)
* minute bugfixDan Armak2002-02-141-5/+5
|
* use emake intead of make. this wasn't done before because it caused some ↵Dan Armak2002-02-121-3/+3
| | | | problems that seem to be gone now
* bugfixDan Armak2002-02-121-2/+2
|
* documentation update, brings it up to date with the eclass cleanup of fridayDan Armak2002-02-103-181/+249
|
* a typo fix. also added descriptions to all || die invocations.Dan Armak2002-02-074-23/+24
|
* major eclass cleanup/restructuring. no change ni inheriting ebuilds ↵Dan Armak2002-02-0612-154/+126
| | | | | | necessary. more details shortly in updated docs and in coming up gentoo-dev post.
* the qt dep is now specified as =x11-libs/qt-$ver*. since portage now ↵Dan Armak2002-02-011-4/+4
| | | | | | supports it, we can request a qt2.x or 2.3.x without getting a qt3, so i'm unmasking qt3 and related stuff. this is the eclass-side support.
* fixDan Armak2002-01-253-99/+62
|
* other formats of upadted eclass-howtoDan Armak2002-01-252-403/+510
|
* removing long-ago deprecated depend.eclass (it's now mostly replaced by ↵Dan Armak2002-01-253-332/+381
| | | | | | | kde-dirs.eclass) fix in inherit.eclass completely rewrote the eclass-howto. it's up to date now.
* typo fixes, remove unmaintained news.txtDan Armak2002-01-254-292/+55
|
* misc small fixes and improvements I collected during the period cvs was downDan Armak2002-01-232-6/+5
|
* added kde_sandbox_patch() functin that applies a sed to several makefiles ↵Dan Armak2002-01-171-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.
* sorry, some verbose echo lines made it in accidentally, removing themDan Armak2002-01-161-5/+1
|
* i just returned from my forced ofline period of 3 days and found out that ↵Dan Armak2002-01-161-3/+7
| | | | | | | | there are lots of kde problems. for starters i've hunted down this typo which set KDEDIR to /usr/kde/3 instead of /usr/kde/2, or didn't set KDEDIR at all (ouch!) - terribly sorry! I'll try to fix everything as fast as i can, hopefully by tomorrow evening all but some relatively obscure issues will be worked out.
* moved the qt,kde directory-setting functions from kde.eclass to a new ↵Dan Armak2002-01-102-141/+143
| | | | | | | | | 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 descriptionDan Armak2002-01-101-3/+3
|
* new multi-kdedirs support. see anouncement on gentoo-* in 5 minutes. enjoy!Dan Armak2002-01-091-3/+8
|
* added method to set aboslute minimum required qt/kde version for all apps. ↵Dan Armak2002-01-081-12/+50
| | | | | | this is set to kdelibs-2.2.2-r1 which fixes several bugs.
* fix for kde-i18hn packages, it tried to unpack $A which included a patchfileDan Armak2002-01-051-3/+3
|
* merged virtual.eclass -> inherit.eclass. added || die to inherit(). added ↵Dan Armak2002-01-049-20/+82
| | | | | | cvs snapshot support to kde.eclass (runs make -f admin/Makefile.common where appropriate). misc small fixes.
* minor fixDan Armak2002-01-031-2/+2
|
* small fixDan Armak2002-01-011-4/+1
|