summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-03-29 15:19:30 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-03-29 15:19:30 +0000
commit1e3e4f102c4870da10d0a990fd81bda9c7ed48fd (patch)
tree74899ef0c56133e7319b7be8003e526c0ca6ec8f /app-office/kformula
parentVersion bump. Added description to metadata. (diff)
downloadhistorical-1e3e4f102c4870da10d0a990fd81bda9c7ed48fd.tar.gz
historical-1e3e4f102c4870da10d0a990fd81bda9c7ed48fd.tar.bz2
historical-1e3e4f102c4870da10d0a990fd81bda9c7ed48fd.zip
Version bump.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-office/kformula')
-rw-r--r--app-office/kformula/ChangeLog7
-rw-r--r--app-office/kformula/Manifest4
-rw-r--r--app-office/kformula/files/digest-kformula-1.5_rc11
-rw-r--r--app-office/kformula/kformula-1.5_rc1.ebuild38
4 files changed, 48 insertions, 2 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog
index 02c167c39c2e..303460c8cca2 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.30 2006/03/11 15:58:55 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.31 2006/03/29 15:19:30 carlo Exp $
+
+*kformula-1.5_rc1 (29 Mar 2006)
+
+ 29 Mar 2006; Carsten Lohrke <carlo@gentoo.org> +kformula-1.5_rc1.ebuild:
+ Version bump.
*kformula-1.5_beta2 (11 Mar 2006)
diff --git a/app-office/kformula/Manifest b/app-office/kformula/Manifest
index 48dee6fdcca2..3876ef2632cf 100644
--- a/app-office/kformula/Manifest
+++ b/app-office/kformula/Manifest
@@ -1,8 +1,10 @@
-MD5 d18b584b6819919cb3a8a34fbae94363 ChangeLog 3426
+MD5 b79152ee2fcd7d10ecca307714d0e664 ChangeLog 3551
MD5 cf5b314fdf4094ea845edfddf2cf39b5 files/digest-kformula-1.4.2 68
MD5 82af01b67d83c02945f1e26ae9529232 files/digest-kformula-1.5_beta1 253
MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-kformula-1.5_beta2 69
+MD5 f01ddda79b7e0afa602b27c09ae05217 files/digest-kformula-1.5_rc1 72
MD5 ec5d94a086bb22c0d0aafe11953da0ca kformula-1.4.2.ebuild 855
MD5 02af812cdd0a56074c984a968c8994b3 kformula-1.5_beta1.ebuild 819
MD5 90d91af84f30af852d83fa42a0480679 kformula-1.5_beta2.ebuild 819
+MD5 02af812cdd0a56074c984a968c8994b3 kformula-1.5_rc1.ebuild 819
MD5 02039d51ca4a42817775fd436dfaa956 metadata.xml 157
diff --git a/app-office/kformula/files/digest-kformula-1.5_rc1 b/app-office/kformula/files/digest-kformula-1.5_rc1
new file mode 100644
index 000000000000..cf4d6b4f0ae2
--- /dev/null
+++ b/app-office/kformula/files/digest-kformula-1.5_rc1
@@ -0,0 +1 @@
+MD5 e9346977d18c67185d5b50f49ee8225b koffice-1.5.0-rc1.tar.bz2 35965316
diff --git a/app-office/kformula/kformula-1.5_rc1.ebuild b/app-office/kformula/kformula-1.5_rc1.ebuild
new file mode 100644
index 000000000000..36758b359601
--- /dev/null
+++ b/app-office/kformula/kformula-1.5_rc1.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.5_rc1.ebuild,v 1.1 2006/03/29 15:19:30 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="~amd64 ~ppc64 ~sparc ~x86"
+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
+
+