summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-25 20:26:44 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-25 20:26:44 +0000
commitc78ad09c214d21ac6e9aa5f3e8ca467cc5e9c58f (patch)
tree718336a03af875eab36a5ea97db6196b79763978 /app-office/kchart
parentStable on hppa. (diff)
downloadhistorical-c78ad09c214d21ac6e9aa5f3e8ca467cc5e9c58f.tar.gz
historical-c78ad09c214d21ac6e9aa5f3e8ca467cc5e9c58f.tar.bz2
historical-c78ad09c214d21ac6e9aa5f3e8ca467cc5e9c58f.zip
New version.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-office/kchart')
-rw-r--r--app-office/kchart/ChangeLog7
-rw-r--r--app-office/kchart/files/digest-kchart-1.4.11
-rw-r--r--app-office/kchart/kchart-1.4.1.ebuild39
3 files changed, 46 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog
index 5b79bd5bc377..409bb7b3bce1 100644
--- a/app-office/kchart/ChangeLog
+++ b/app-office/kchart/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kchart
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.10 2005/07/12 19:02:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.11 2005/07/25 20:23:55 greg_g Exp $
+
+*kchart-1.4.1 (25 Jul 2005)
+
+ 25 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +kchart-1.4.1.ebuild:
+ New version.
12 Jul 2005; Joseph Jezak <josejx@gentoo.org> kchart-1.3.5.ebuild:
Marked ppc stable.
diff --git a/app-office/kchart/files/digest-kchart-1.4.1 b/app-office/kchart/files/digest-kchart-1.4.1
new file mode 100644
index 000000000000..47d9bab5c838
--- /dev/null
+++ b/app-office/kchart/files/digest-kchart-1.4.1
@@ -0,0 +1 @@
+MD5 91a7b68757addc5934c5a8209a4926d5 koffice-1.4.1.tar.bz2 19364338
diff --git a/app-office/kchart/kchart-1.4.1.ebuild b/app-office/kchart/kchart-1.4.1.ebuild
new file mode 100644
index 000000000000..3386c6c1b589
--- /dev/null
+++ b/app-office/kchart/kchart-1.4.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.4.1.ebuild,v 1.1 2005/07/25 20:23:55 greg_g Exp $
+
+MAXKOFFICEVER=${PV}
+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 ~ppc ~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
+ libkoscript lib/koscript
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store
+ libkochart interfaces"
+
+KMEXTRACTONLY="lib/
+ interfaces/"
+
+KMEXTRA="filters/kchart"
+
+need-kde 3.3