summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-09-15 18:39:22 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-09-15 18:39:22 +0000
commitb03400c5d55525242bb11d2943b76007fb576fd6 (patch)
treef363730dd27a8df1a1380dbaff5f2eda3889638a /app-office/kformula
parentVersion bump. (diff)
downloadgentoo-2-b03400c5d55525242bb11d2943b76007fb576fd6.tar.gz
gentoo-2-b03400c5d55525242bb11d2943b76007fb576fd6.tar.bz2
gentoo-2-b03400c5d55525242bb11d2943b76007fb576fd6.zip
Version bump.
(Portage version: 2.1.1)
Diffstat (limited to 'app-office/kformula')
-rw-r--r--app-office/kformula/ChangeLog7
-rw-r--r--app-office/kformula/files/digest-kformula-1.6_beta13
-rw-r--r--app-office/kformula/kformula-1.6_beta1.ebuild38
3 files changed, 47 insertions, 1 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog
index 7d8b853528cc..738ef2baee89 100644
--- a/app-office/kformula/ChangeLog
+++ b/app-office/kformula/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kformula
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.43 2006/09/07 14:12:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.44 2006/09/15 18:39:22 carlo Exp $
+
+*kformula-1.6_beta1 (15 Sep 2006)
+
+ 15 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +kformula-1.6_beta1.ebuild:
+ Version bump.
07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> kformula-1.5.1.ebuild:
Stable on sparc
diff --git a/app-office/kformula/files/digest-kformula-1.6_beta1 b/app-office/kformula/files/digest-kformula-1.6_beta1
new file mode 100644
index 000000000000..a68717744650
--- /dev/null
+++ b/app-office/kformula/files/digest-kformula-1.6_beta1
@@ -0,0 +1,3 @@
+MD5 c7aeaf362210ff2e52d610bdbe2c91fd koffice-1.5.91.tar.bz2 54138646
+RMD160 8b412a4d6199cec32fd4a43660abb1352d675dd4 koffice-1.5.91.tar.bz2 54138646
+SHA256 2e1cbd20c8201a9d2d4c14fa4184b112d90a8f8bb089915f4d748eb9f8cef7aa koffice-1.5.91.tar.bz2 54138646
diff --git a/app-office/kformula/kformula-1.6_beta1.ebuild b/app-office/kformula/kformula-1.6_beta1.ebuild
new file mode 100644
index 000000000000..34a50b71cbaa
--- /dev/null
+++ b/app-office/kformula/kformula-1.6_beta1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6_beta1.ebuild,v 1.1 2006/09/15 18:39:22 carlo Exp $
+
+MAXKOFFICEVER=${PV}
+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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+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.4
+
+