summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:22:40 +0000
committerCarsten Lohrke <carlo@gentoo.org>2009-02-08 17:22:40 +0000
commit0c0b5a6c2d1ae523081e51a59c07a16cac696cf3 (patch)
treebfeee57fb8002589211da01d6dc96e70f68dc4e7 /app-office
parentBump to 2.12.8 (diff)
downloadgentoo-2-0c0b5a6c2d1ae523081e51a59c07a16cac696cf3.tar.gz
gentoo-2-0c0b5a6c2d1ae523081e51a59c07a16cac696cf3.tar.bz2
gentoo-2-0c0b5a6c2d1ae523081e51a59c07a16cac696cf3.zip
Sync to branch plus various fixes.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kformula/ChangeLog10
-rw-r--r--app-office/kformula/kformula-1.6.3_p20090204.ebuild36
2 files changed, 44 insertions, 2 deletions
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