summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-10-10 22:10:08 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-10-10 22:10:08 +0000
commitf0bf0f010e05b84a2bd27d2c56295228c2e57891 (patch)
tree3d284a1baa973e79df960a7b06640bd4af7e47dd /app-office/kivio
parentVersion bump. Adds support for Creative Zen (Micro-like unit with 20GB capaci... (diff)
downloadhistorical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.gz
historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.bz2
historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.zip
New version.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-office/kivio')
-rw-r--r--app-office/kivio/ChangeLog7
-rw-r--r--app-office/kivio/files/digest-kivio-1.4.21
-rw-r--r--app-office/kivio/kivio-1.4.2.ebuild36
3 files changed, 43 insertions, 1 deletions
diff --git a/app-office/kivio/ChangeLog b/app-office/kivio/ChangeLog
index bf4f0c4dd9b3..18df2b2f0734 100644
--- a/app-office/kivio/ChangeLog
+++ b/app-office/kivio/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kivio
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.15 2005/09/11 18:41:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/ChangeLog,v 1.16 2005/10/10 22:05:10 greg_g Exp $
+
+*kivio-1.4.2 (10 Oct 2005)
+
+ 10 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +kivio-1.4.2.ebuild:
+ New version.
11 Sep 2005; Aron Griffis <agriffis@gentoo.org> kivio-1.4.1.ebuild:
Mark 1.4.1 stable on alpha
diff --git a/app-office/kivio/files/digest-kivio-1.4.2 b/app-office/kivio/files/digest-kivio-1.4.2
new file mode 100644
index 000000000000..a054824ae545
--- /dev/null
+++ b/app-office/kivio/files/digest-kivio-1.4.2
@@ -0,0 +1 @@
+MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852
diff --git a/app-office/kivio/kivio-1.4.2.ebuild b/app-office/kivio/kivio-1.4.2.ebuild
new file mode 100644
index 000000000000..b74fb5715558
--- /dev/null
+++ b/app-office/kivio/kivio-1.4.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kivio/kivio-1.4.2.ebuild,v 1.1 2005/10/10 22:05:10 greg_g Exp $
+
+MAXKOFFICEVER=${PV}
+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 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)
+ dev-lang/python"
+
+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"
+
+KMEXTRACTONLY="lib/"
+
+need-kde 3.3