summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* readd dead eclass so users can safely unmerge outdated ebuildsCarsten Lohrke2005-10-051-0/+1
|
* unused anymore...checked with repoman and got no errors - if something ↵Caleb Tennis2003-12-111-108/+0
| | | | breaks, yell at me
* support for the new kde-i18n live cvs ebuilds. shouldn't affect anything ↵Dan Armak2003-07-131-5/+41
| | | | else in any way.
* This class is intended to be the entire ebuild... so it should forceNicholas Jones2003-02-221-2/+2
| | | | the description var.
* If description is set... don't overwrite it...Nicholas Jones2003-02-181-2/+2
| | | | Fixes to everything but ASPELL and KDE-SOURCE
* header fixesMike Frysinger2003-02-161-2/+3
|
* fix kde-i18n 2.2.2 addresses to work with kde.org mirrors againDan Armak2003-01-131-2/+2
|
* fix bug that corrupted SRC_URIs of kde-i18n packagesDan Armak2003-01-131-2/+2
|
* marked 3.1_* i18n packages as ~x86 ~ppcHannes Mehnert2003-01-061-2/+2
|
* kde-3.1_rc6 changesHannes Mehnert2003-01-051-1/+2
|
* changes for kde-3.0.5aHannes Mehnert2002-12-211-1/+3
|
* support for kde-3.1_rc5 (forgot to commit this when i committed ↵Hannes Mehnert2002-12-111-1/+2
| | | | kde-i18n-*-3.1_rc5)
* remove ppc keywords for kde 2.2.2 i18n stuff, since kde 2.2.2 itself doesn't ↵Dan Armak2002-12-061-2/+2
| | | | have a ppc keyword
* remove stray instances of set_enable_finalDan Armak2002-12-031-3/+1
|
* added support for kde-3.1_rc2Hannes Mehnert2002-11-051-1/+2
|
* a partial rewrite. everything works now, and the big kde-i18n package ↵Dan Armak2002-11-021-18/+23
| | | | doesn't need custom code anymore.
* fixes for 3.1 rc1; eplace -gentoo patch with sed; miscellaniaDan Armak2002-11-011-12/+28
|
* was deprecated weeks ago, no longer in useDan Armak2002-11-011-2/+2
|
* changes necessary for kde 3.1 rc1Dan Armak2002-10-311-1/+2
|
* it's set_enable_final not set-enable-final... slaps /meDan Armak2002-10-271-2/+2
|
* use set_enable_finalDan Armak2002-10-271-2/+2
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+3
|
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-12/+12
|
* fixes for kde-3.1_betaHannes Mehnert2002-10-171-5/+9
|
* merge kde-i18n.org.eclass into kde-i18n.eclass and rework its code to use ↵Dan Armak2002-08-291-3/+12
| | | | mirror://kde/ like kde.org.eclass does. fix some bugs with fetching the big kde-i18n package.
* fix slots and install locations for kde-i18n ebuilds; some other fixesDan Armak2002-08-141-3/+3
|
* mark kde-i18n-* and koffice-i18n-* ebuilds as ppc-compliant with gerk's blessingDan Armak2002-08-011-2/+2
|
* added KEYWORDS for QA happinessStuart Bouyer2002-07-131-1/+3
|
* add INHERITED variable to all eclasses. this keeps track of what eclasses ↵Dan Armak2002-07-121-2/+3
| | | | were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
* add new eclass kde-i18n.org for the new placement scheme used starting 3.0.2 ↵Dan Armak2002-07-051-2/+2
| | | | | | for kde i18n tarballs
* Add LICENSE=GPL-2 to kde-i18n.eclass for all the kde i18n packsDan Armak2002-07-011-1/+3
|
* make makefile patch conditional on the makefile existing :-) (it was failing ↵Dan Armak2002-06-111-3/+5
| | | | | | for those of the languages that don't have the makefile rpegenerated)
* don't die on failed kde-i18n-gentoo patch, it isn't needed for all languagesDan Armak2002-04-201-2/+3
|
* reveting global --enable-all comit - better safe than sorryDan Armak2002-04-021-1/+3
|
* changed --enable-debug to --enable-debug=full when $DEBUG is setDan Armak2002-04-021-3/+1
| | | | added --enable-final to all builds, hopefully will not cause problems
* make kde-i18n eclass more consistent (uses EXPORT_FUNCTIONS as it shuold). ↵Dan Armak2002-02-181-5/+7
| | | | | | minor fix in kde.eclass (forget what)
* misc small fixes and improvements I collected during the period cvs was downDan Armak2002-01-231-3/+1
|
* 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-041-2/+2
| | | | | | cvs snapshot support to kde.eclass (runs make -f admin/Makefile.common where appropriate). misc small fixes.
* big commit :-) read gentoo-announce msg and eclass/doc/news.txt for detailsDan Armak2001-12-291-2/+10
|
* eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit ↵Dan Armak2001-12-231-2/+2
| | | | | | any inheriting ebuilds before reading the changelog.
* --enable-final fixes: seems many non-base kde apps don't suport it, and get ↵Dan Armak2001-12-111-1/+2
| | | | | | | | | | | compile errors abut all sorts of illegal redefines and redeclarations. Figures. Anyway, I'm moving --enable-final to kde-dist (and *-i18n) eclasses, the regular kde apps inheriting from kde-base don't get it. to get it, put it into myconf the regular way or, (new) before the functions say myconf=$"myconf --enable-final" (or anything else), this is a nice new weay of extending myconf. over the next few days ill test all kde apps for enable-final compatibility and add the flag to those that support it.
* This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports!Dan Armak2001-11-161-2/+2
|
* eclasses v3.1Dan Armak2001-10-011-2/+1
| | | | added debug.eclass and fixed many bugs
* eclasses v3. read the gentoo-dev announcement, and news.txt and howto.*Dan Armak2001-10-011-41/+2
| | | | in doc/.
* welcome the new eclass-howto!Dan Armak2001-09-301-2/+2
| | | | | multiple formats for now. someone PLEASE make the sgml wok with the linux docs.
* Eclasses release 2. This time they are supposed to be fully operational.Dan Armak2001-09-291-0/+55
Bug hunters please!