summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/karbon/ChangeLog10
-rw-r--r--app-office/karbon/karbon-1.6.3_p20090204.ebuild50
-rw-r--r--app-office/kchart/ChangeLog10
-rw-r--r--app-office/kchart/kchart-1.6.3_p20090204.ebuild46
-rw-r--r--app-office/kexi/ChangeLog10
-rw-r--r--app-office/kexi/kexi-1.6.3_p20090204.ebuild44
-rw-r--r--app-office/kformula/ChangeLog10
-rw-r--r--app-office/kformula/kformula-1.6.3_p20090204.ebuild36
-rw-r--r--app-office/kivio/ChangeLog10
-rw-r--r--app-office/kivio/kivio-1.6.3_p20090204.ebuild37
-rw-r--r--app-office/koffice-data/ChangeLog10
-rw-r--r--app-office/koffice-data/koffice-data-1.6.3_p20090204.ebuild26
-rw-r--r--app-office/koffice-libs/ChangeLog10
-rw-r--r--app-office/koffice-libs/koffice-libs-1.6.3_p20090204.ebuild70
-rw-r--r--app-office/koffice-meta/ChangeLog10
-rw-r--r--app-office/koffice-meta/koffice-meta-1.6.3_p20090204.ebuild29
-rw-r--r--app-office/koshell/ChangeLog10
-rw-r--r--app-office/koshell/koshell-1.6.3_p20090204.ebuild32
-rw-r--r--app-office/kplato/ChangeLog10
-rw-r--r--app-office/kplato/kplato-1.6.3_p20090204.ebuild37
-rw-r--r--app-office/kpresenter/ChangeLog10
-rw-r--r--app-office/kpresenter/kpresenter-1.6.3_p20090204.ebuild48
-rw-r--r--app-office/krita/ChangeLog10
-rw-r--r--app-office/krita/krita-1.6.3_p20090204.ebuild79
-rw-r--r--app-office/kspread/ChangeLog8
-rw-r--r--app-office/kspread/kspread-1.6.3_p20090204.ebuild62
-rw-r--r--app-office/kugar/ChangeLog10
-rw-r--r--app-office/kugar/kugar-1.6.3_p20090204.ebuild35
-rw-r--r--app-office/kword/ChangeLog10
-rw-r--r--app-office/kword/kword-1.6.3_p20090204.ebuild56
30 files changed, 806 insertions, 29 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog
index 44ecdd545926..b634dcf9accd 100644
--- a/app-office/karbon/ChangeLog
+++ b/app-office/karbon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/karbon
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.84 2008/04/21 18:59:17 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.85 2009/02/08 17:20:40 carlo Exp $
+
+*karbon-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +karbon-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/karbon-1.6.2+gcc-4.3.patch, karbon-1.6.2.ebuild:
diff --git a/app-office/karbon/karbon-1.6.3_p20090204.ebuild b/app-office/karbon/karbon-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..ad6a52980962
--- /dev/null
+++ b/app-office/karbon/karbon-1.6.3_p20090204.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:20:40 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice vector drawing application."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ >=media-gfx/imagemagick-5.5.2
+ >=media-libs/freetype-2
+ media-libs/fontconfig
+ media-libs/libart_lgpl"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkopalette lib/kopalette
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMCOMPILEONLY="filters/liboofilter"
+
+KMEXTRA="filters/karbon"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # We need to compile liboofilter first
+ echo "SUBDIRS = liboofilter karbon" > "$S"/filters/Makefile.am
+
+ kde-meta_src_unpack makefiles
+}
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog
index 91225058ef23..78eb96a27abd 100644
--- a/app-office/kchart/ChangeLog
+++ b/app-office/kchart/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kchart
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.83 2007/11/11 20:40:18 philantrop Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.84 2009/02/08 17:21:17 carlo Exp $
+
+*kchart-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kchart-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
11 Nov 2007; Wulf C. Krueger <philantrop@gentoo.org> kchart-1.6.3.ebuild:
Added a minor fix for the desktop file as per bug 190006. Thanks to
diff --git a/app-office/kchart/kchart-1.6.3_p20090204.ebuild b/app-office/kchart/kchart-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..526421525fc5
--- /dev/null
+++ b/app-office/kchart/kchart-1.6.3_p20090204.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:21:17 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice integrated graph and chart drawing tool."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkochart interfaces"
+
+KMEXTRACTONLY="lib/
+ interfaces/"
+
+KMEXTRA="filters/kchart"
+
+KMCOMPILEONLY="filters/libdialogfilter"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # We need to compile liboofilter first
+ echo "SUBDIRS = libdialogfilter kchart" > "$S"/filters/Makefile.am
+
+ kde-meta_src_unpack makefiles
+}
diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog
index 1067e4d7c360..38195ac44ee5 100644
--- a/app-office/kexi/ChangeLog
+++ b/app-office/kexi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kexi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.87 2008/06/16 14:01:48 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.88 2009/02/08 17:21:59 carlo Exp $
+
+*kexi-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kexi-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
16 Jun 2008; Carsten Lohrke <carlo@gentoo.org> kexi-1.6.3.ebuild:
Adjust libpqxx dependency.
diff --git a/app-office/kexi/kexi-1.6.3_p20090204.ebuild b/app-office/kexi/kexi-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..0dd066d22a02
--- /dev/null
+++ b/app-office/kexi/kexi-1.6.3_p20090204.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:21:59 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice integrated environment for database management."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="mysql postgres"
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ sys-libs/readline
+ mysql? ( virtual/mysql )
+ postgres? ( =dev-libs/libpqxx-2.6* )"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkoproperty lib/koproperty
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkrossmain lib/kross/main/
+ libkrossapi lib/kross/api/"
+
+KMEXTRACTONLY="lib/"
+
+need-kde 3.5
+
+src_compile() {
+ local myconf="$(use_enable mysql) $(use_enable postgres pgsql) --enable-kexi-reports"
+
+ kde-meta_src_compile
+}
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog
index 918a91e2a4b2..78dcd38a7ce6 100644
--- a/app-office/kformula/ChangeLog
+++ b/app-office/kformula/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kformula
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.83 2008/06/09 05:42:07 dirtyepic Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.84 2009/02/08 17:22:40 carlo Exp $
+
+*kformula-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kformula-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
09 Jun 2008; Ryan Hill <dirtyepic@gentoo.org>
+files/kformula-1.6.2-gcc-4.3.patch, kformula-1.6.2.ebuild:
diff --git a/app-office/kformula/kformula-1.6.3_p20090204.ebuild b/app-office/kformula/kformula-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..f2fc965a8f22
--- /dev/null
+++ b/app-office/kformula/kformula-1.6.3_p20090204.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:22:40 carlo Exp $
+
+EAPI=1
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice formula editor."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ ~kde-base/kcontrol-3.5.10:3.5"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kformula"
+
+need-kde 3.5 \ No newline at end of file
diff --git a/app-office/kivio/ChangeLog b/app-office/kivio/ChangeLog
index bc5a864b8b74..33b4f1d58ee2 100644
--- a/app-office/kivio/ChangeLog
+++ b/app-office/kivio/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kivio
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.78 2007/11/11 21:34:05 philantrop Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.79 2009/02/08 17:23:13 carlo Exp $
+
+*kivio-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kivio-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
11 Nov 2007; Wulf C. Krueger <philantrop@gentoo.org> metadata.xml,
kivio-1.6.2.ebuild:
diff --git a/app-office/kivio/kivio-1.6.3_p20090204.ebuild b/app-office/kivio/kivio-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..06f856bf0343
--- /dev/null
+++ b/app-office/kivio/kivio-1.6.3_p20090204.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/kivio-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:23:13 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice flowchart and diagram tool."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ dev-lang/python"
+
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkopalette lib/kopalette
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kivio"
+
+need-kde 3.5
diff --git a/app-office/koffice-data/ChangeLog b/app-office/koffice-data/ChangeLog
index e4b8d039c369..8ffcfc4a7cba 100644
--- a/app-office/koffice-data/ChangeLog
+++ b/app-office/koffice-data/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/koffice-data
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.77 2008/04/11 19:30:51 ingmar Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.78 2009/02/08 17:23:49 carlo Exp $
+
+*koffice-data-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +koffice-data-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
11 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org>
koffice-data-1.6.1.ebuild, koffice-data-1.6.3.ebuild:
diff --git a/app-office/koffice-data/koffice-data-1.6.3_p20090204.ebuild b/app-office/koffice-data/koffice-data-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..57e19281be5a
--- /dev/null
+++ b/app-office/koffice-data/koffice-data-1.6.3_p20090204.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/koffice-data-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:23:49 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+KMMODULE=
+inherit kde-meta eutils
+
+DESCRIPTION="Shared KOffice data files."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+KMEXTRA="
+ mimetypes/
+ servicetypes/
+ pics/
+ templates/
+ autocorrect/"
+
+need-kde 3.5
diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog
index 7a98fa54b1de..6b497ee28437 100644
--- a/app-office/koffice-libs/ChangeLog
+++ b/app-office/koffice-libs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/koffice-libs
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.84 2007/07/26 17:03:30 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.85 2009/02/08 17:24:30 carlo Exp $
+
+*koffice-libs-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +koffice-libs-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> koffice-libs-1.6.3.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/koffice-libs/koffice-libs-1.6.3_p20090204.ebuild b/app-office/koffice-libs/koffice-libs-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..a0555412a92b
--- /dev/null
+++ b/app-office/koffice-libs/koffice-libs-1.6.3_p20090204.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:24:30 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+KMMODULE=lib
+inherit kde-meta eutils
+
+DESCRIPTION="Shared KOffice libraries."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND="~app-office/koffice-data-1.6.3_p20090204
+ virtual/python
+ dev-lang/ruby"
+
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+KMEXTRA="interfaces/
+ plugins/
+ tools/
+ filters/olefilters/
+ filters/xsltfilter/
+ filters/generic_wrapper/
+ kounavail/
+ doc/api/
+ doc/koffice/
+ doc/thesaurus/"
+
+KMEXTRACTONLY="
+ kchart/kdchart/"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # Force the compilation of libkopainter.
+ sed -i 's:$(KOPAINTERDIR):kopainter:' "${S}/lib/Makefile.am"
+
+ if ! [[ $(xhost >> /dev/null 2>/dev/null) ]] ; then
+ einfo "User ${USER} has no X access, disabling some tests."
+ sed -e "s:SUBDIRS = . tests:SUBDIRS = .:" -i lib/store/Makefile.am || die "sed failed"
+ sed -e "s:SUBDIRS = kohyphen . tests:SUBDIRS = kohyphen .:" -i lib/kotext/Makefile.am || die "sed failed"
+ fi
+
+ kde-meta_src_unpack makefiles
+}
+
+src_compile() {
+ local myconf="--enable-scripting --with-pythonfir=/usr/$(get_libdir)/python${PYVER}/site-packages"
+ kde-meta_src_compile
+ if use doc; then
+ make apidox || die
+ fi
+}
+
+src_install() {
+ kde-meta_src_install
+ if use doc; then
+ make DESTDIR="${D}" install-apidox || die
+ fi
+}
diff --git a/app-office/koffice-meta/ChangeLog b/app-office/koffice-meta/ChangeLog
index e5b213a7cb09..9d911d07ac81 100644
--- a/app-office/koffice-meta/ChangeLog
+++ b/app-office/koffice-meta/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/koffice-meta
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.75 2007/07/26 17:43:01 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.76 2009/02/08 17:25:01 carlo Exp $
+
+*koffice-meta-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +koffice-meta-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> koffice-meta-1.6.3.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/koffice-meta/koffice-meta-1.6.3_p20090204.ebuild b/app-office/koffice-meta/koffice-meta-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..fcbbcda59d8c
--- /dev/null
+++ b/app-office/koffice-meta/koffice-meta-1.6.3_p20090204.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:25:01 carlo Exp $
+
+MAXKOFFICEVER=${PV}
+inherit kde-functions
+
+DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="~app-office/karbon-1.6.3_p20090204
+ ~app-office/kchart-1.6.3_p20090204
+ ~app-office/kexi-1.6.3_p20090204
+ ~app-office/kformula-1.6.3_p20090204
+ ~app-office/kivio-1.6.3_p20090204
+ ~app-office/koffice-data-1.6.3_p20090204
+ ~app-office/koffice-libs-1.6.3_p20090204
+ ~app-office/koshell-1.6.3_p20090204
+ ~app-office/kplato-1.6.3_p20090204
+ ~app-office/kpresenter-1.6.3_p20090204
+ ~app-office/krita-1.6.3_p20090204
+ ~app-office/kspread-1.6.3_p20090204
+ ~app-office/kugar-1.6.3_p20090204
+ ~app-office/kword-1.6.3_p20090204"
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog
index 851ded125281..5d0ee1a8e887 100644
--- a/app-office/koshell/ChangeLog
+++ b/app-office/koshell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/koshell
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.74 2007/07/26 17:32:12 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.75 2009/02/08 17:25:30 carlo Exp $
+
+*koshell-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +koshell-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> koshell-1.6.2.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/koshell/koshell-1.6.3_p20090204.ebuild b/app-office/koshell/koshell-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..3094df80f33e
--- /dev/null
+++ b/app-office/koshell/koshell-1.6.3_p20090204.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:25:30 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice workspace."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+need-kde 3.5
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog
index b95ba236876c..aa6b2f2677db 100644
--- a/app-office/kplato/ChangeLog
+++ b/app-office/kplato/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kplato
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.52 2007/07/26 17:17:58 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.53 2009/02/08 17:26:03 carlo Exp $
+
+*kplato-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kplato-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> kplato-1.6.2.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/kplato/kplato-1.6.3_p20090204.ebuild b/app-office/kplato/kplato-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..8890c645e267
--- /dev/null
+++ b/app-office/kplato/kplato-1.6.3_p20090204.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:26:03 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KPlato is a project management application."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/
+ kugar/"
+
+KMCOMPILEONLY=""
+
+KMEXTRA="kdgantt"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack
+ sed -i -e "s:toolbar tests:toolbar:" "${S}"/kplato/Makefile.am
+}
diff --git a/app-office/kpresenter/ChangeLog b/app-office/kpresenter/ChangeLog
index 405cf190a225..a927ba8c0d67 100644
--- a/app-office/kpresenter/ChangeLog
+++ b/app-office/kpresenter/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kpresenter
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.74 2007/07/26 17:20:16 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.75 2009/02/08 17:26:38 carlo Exp $
+
+*kpresenter-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kpresenter-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> kpresenter-1.6.3.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/kpresenter/kpresenter-1.6.3_p20090204.ebuild b/app-office/kpresenter/kpresenter-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..5d83bc4beeb8
--- /dev/null
+++ b/app-office/kpresenter/kpresenter-1.6.3_p20090204.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/kpresenter-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:26:38 carlo Exp $
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice presentation program."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMCOMPILEONLY="filters/liboofilter"
+
+KMEXTRA="filters/kpresenter
+ filters/libdialogfilter"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # We need to compile filters first.
+ echo "SUBDIRS = liboofilter libdialogfilter kpresenter" > $S/filters/Makefile.am
+
+ for i in $(find "${S}"/lib -iname "*\.ui"); do
+ "${QTDIR}"/bin/uic ${i} > ${i%.ui}.h
+ done
+
+ kde-meta_src_unpack makefiles
+}
diff --git a/app-office/krita/ChangeLog b/app-office/krita/ChangeLog
index 8eda18c3fd2f..0575b598ee86 100644
--- a/app-office/krita/ChangeLog
+++ b/app-office/krita/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/krita
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.84 2008/04/21 22:53:13 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.85 2009/02/08 17:27:18 carlo Exp $
+
+*krita-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +krita-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/krita-1.6.3+gcc-4.3.patch, krita-1.6.3.ebuild:
diff --git a/app-office/krita/krita-1.6.3_p20090204.ebuild b/app-office/krita/krita-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..477a4029342e
--- /dev/null
+++ b/app-office/krita/krita-1.6.3_p20090204.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/krita/krita-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:27:18 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice image manipulation program."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+# See bug #130442.
+#IUSE="opengl"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ >=media-libs/lcms-1.15
+ media-libs/tiff
+ media-libs/jpeg
+ >=media-libs/openexr-1.2.2-r2
+ media-libs/libpng
+ >=media-libs/libexif-0.6.13-r1
+ virtual/opengl
+ virtual/glu"
+
+#opengl? ( virtual/opengl virtual/glu )"
+
+KMCOPYLIB="libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkopalette lib/kopalette
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkrossapi lib/kross/api/
+ libkrossmain lib/kross/main/"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/krita"
+
+need-kde 3.5
+
+pkg_setup() {
+ # use opengl &&
+ if ! built_with_use =x11-libs/qt-3* opengl ; then
+ eerror "You need to build x11-libs/qt with opengl use flag enabled."
+ die
+ fi
+
+ kde_pkg_setup
+}
+
+src_unpack() {
+ kde-meta_src_unpack
+
+ # Broken - with Imagemagick 6.4 functions went private.
+ sed -i -e 's:$(IMAGEMAGICK_SUBDIR)::' "${S}"/filters/krita/Makefile.am
+
+ # FIXME - disable broken tests for now
+ sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" "${S}"/krita/core/Makefile.am \
+ $(ls "${S}"/krita/colorspaces/*/Makefile.am)
+}
+
+src_compile() {
+# local myconf="$(use_with opengl gl)"
+
+ for i in $(find "${S}"/lib -iname "*\.ui"); do
+ "${QTDIR}"/bin/uic ${i} > ${i%.ui}.h
+ done
+
+ kde-meta_src_compile
+}
diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog
index 42c8e9619e4a..1cebb5762d21 100644
--- a/app-office/kspread/ChangeLog
+++ b/app-office/kspread/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kspread
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.86 2009/02/08 15:32:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.87 2009/02/08 17:28:35 carlo Exp $
+
+*kspread-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kspread-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
08 Feb 2009; Markus Meier <maekke@gentoo.org> kspread-1.6.3.ebuild:
amd64/x86 stable, bug #245440
diff --git a/app-office/kspread/kspread-1.6.3_p20090204.ebuild b/app-office/kspread/kspread-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..14bdea6f6d88
--- /dev/null
+++ b/app-office/kspread/kspread-1.6.3_p20090204.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:28:35 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice spreadsheet application."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ ~app-office/kchart-1.6.3_p20090204
+ ~app-office/kexi-1.6.3_p20090204"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkochart interfaces
+ libkrossmain lib/kross/main
+ libkrossapi lib/kross/api
+ libkexidb kexi/kexidb
+ libkexidbparser kexi/kexidb/parser"
+
+KMEXTRACTONLY="lib/
+ interfaces/
+ filters/kexi
+ kexi/"
+
+KMCOMPILEONLY="filters/liboofilter"
+
+KMEXTRA="filters/kspread"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # We need to compile liboofilter first
+ echo "SUBDIRS = liboofilter kspread" > "${S}"/filters/Makefile.am
+
+ # Work around broken conditional
+ echo "SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel kexi" > "${S}"/filters/kspread/Makefile.am
+
+ for i in $(find "${S}"/lib -iname "*\.ui"); do
+ "${QTDIR}"/bin/uic ${i} > ${i%.ui}.h
+ done
+
+ kde-meta_src_unpack makefiles
+}
diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog
index c4dd6ea3214e..e14064429b58 100644
--- a/app-office/kugar/ChangeLog
+++ b/app-office/kugar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kugar
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.76 2007/07/26 17:37:57 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.77 2009/02/08 17:29:12 carlo Exp $
+
+*kugar-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kugar-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> kugar-1.6.2.ebuild:
Stable on ppc64; bug #178697
diff --git a/app-office/kugar/kugar-1.6.3_p20090204.ebuild b/app-office/kugar/kugar-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..9e428a8167f3
--- /dev/null
+++ b/app-office/kugar/kugar-1.6.3_p20090204.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:29:12 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice report viewer and generator."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204"
+
+KMCOPYLIB="
+ libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkoproperty lib/koproperty
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kugar"
+
+need-kde 3.5
diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog
index 51c89a0e7d2c..b665261c97b1 100644
--- a/app-office/kword/ChangeLog
+++ b/app-office/kword/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/kword
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.117 2008/05/18 01:06:05 hanno Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.118 2009/02/08 17:29:48 carlo Exp $
+
+*kword-1.6.3_p20090204 (08 Feb 2009)
+
+ 08 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +kword-1.6.3_p20090204.ebuild:
+ Sync to branch plus various fixes.
18 May 2008; Hanno Boeck <hanno@gentoo.org> +files/kword-gcc43.patch,
kword-1.6.3-r2.ebuild:
diff --git a/app-office/kword/kword-1.6.3_p20090204.ebuild b/app-office/kword/kword-1.6.3_p20090204.ebuild
new file mode 100644
index 000000000000..fa1cab8cd7ef
--- /dev/null
+++ b/app-office/kword/kword-1.6.3_p20090204.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.6.3_p20090204.ebuild,v 1.1 2009/02/08 17:29:48 carlo Exp $
+
+
+ARTS_REQUIRED="never"
+
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice word processor."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="~app-office/koffice-libs-1.6.3_p20090204
+ ~app-office/kspread-1.6.3_p20090204
+ >=app-text/wv2-0.1.8
+ >=media-gfx/imagemagick-5.5.2
+ >=app-text/libwpd-0.8.2"
+
+KMCOPYLIB="libkformula lib/kformula
+ libkofficecore lib/kofficecore
+ libkofficeui lib/kofficeui
+ libkopainter lib/kopainter
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkspreadcommon kspread"
+
+KMEXTRACTONLY="
+ lib/
+ kspread/"
+
+KMCOMPILEONLY="filters/liboofilter"
+
+KMEXTRA="filters/kword"
+
+need-kde 3.5
+
+src_unpack() {
+ kde-meta_src_unpack unpack
+
+ # We need to compile libs first
+ echo "SUBDIRS = liboofilter kword" > "${S}"/filters/Makefile.am
+
+ for i in $(find "${S}"/lib -iname "*\.ui"); do
+ "${QTDIR}"/bin/uic ${i} > ${i%.ui}.h
+ done
+
+ kde-meta_src_unpack makefiles
+}