summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/kugar/ChangeLog7
-rw-r--r--app-office/kugar/Manifest4
-rw-r--r--app-office/kugar/files/digest-kugar-1.5.11
-rw-r--r--app-office/kugar/kugar-1.5.1.ebuild37
4 files changed, 47 insertions, 2 deletions
diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog
index 84bfed59816a..92604eea7820 100644
--- a/app-office/kugar/ChangeLog
+++ b/app-office/kugar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kugar
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.35 2006/04/13 19:11:20 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.36 2006/05/20 15:26:33 carlo Exp $
+
+*kugar-1.5.1 (20 May 2006)
+
+ 20 May 2006; Carsten Lohrke <carlo@gentoo.org> +kugar-1.5.1.ebuild:
+ Version bump.
13 Apr 2006; Carsten Lohrke <carlo@gentoo.org> kugar-1.5.0.ebuild:
Missing ~ppc keyword.
diff --git a/app-office/kugar/Manifest b/app-office/kugar/Manifest
index ccb507d26ddc..962bd37bf601 100644
--- a/app-office/kugar/Manifest
+++ b/app-office/kugar/Manifest
@@ -1,11 +1,13 @@
-MD5 c9a375be62fd7ba9a321f4511eeae7b4 ChangeLog 3792
+MD5 dc9d7f47822b09024389e56bff92ddd7 ChangeLog 3907
MD5 902823ac54984271d00a3e72454440b1 files/digest-kugar-1.4.2 250
MD5 b2c444dbd353b179d6f2f5a770240183 files/digest-kugar-1.5.0 68
+MD5 fe78a2b5bbdc967e525fd94c7a55e241 files/digest-kugar-1.5.1 68
MD5 82af01b67d83c02945f1e26ae9529232 files/digest-kugar-1.5_beta1 253
MD5 a08e04910037e4b3b9e9cbfb92eda61e files/digest-kugar-1.5_beta2 69
MD5 f01ddda79b7e0afa602b27c09ae05217 files/digest-kugar-1.5_rc1 72
MD5 ee48955eae30f71e2331f2b92438a578 kugar-1.4.2.ebuild 857
MD5 51276cee5f2d090a1fe5811522023bba kugar-1.5.0.ebuild 852
+MD5 51276cee5f2d090a1fe5811522023bba kugar-1.5.1.ebuild 852
MD5 b774a204d14051e9b9aa161667a48dde kugar-1.5_beta1.ebuild 851
MD5 68ac0537803745d4a81b0840b044d25d kugar-1.5_beta2.ebuild 851
MD5 cbe6fa961c7aa4a65880ed708c5a27a0 kugar-1.5_rc1.ebuild 855
diff --git a/app-office/kugar/files/digest-kugar-1.5.1 b/app-office/kugar/files/digest-kugar-1.5.1
new file mode 100644
index 000000000000..9a1f91a3503c
--- /dev/null
+++ b/app-office/kugar/files/digest-kugar-1.5.1
@@ -0,0 +1 @@
+MD5 50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 36010120
diff --git a/app-office/kugar/kugar-1.5.1.ebuild b/app-office/kugar/kugar-1.5.1.ebuild
new file mode 100644
index 000000000000..7cab652cc711
--- /dev/null
+++ b/app-office/kugar/kugar-1.5.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.5.1.ebuild,v 1.1 2006/05/20 15:26:34 carlo Exp $
+
+KMNAME=koffice
+MAXKOFFICEVER=${PV}
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice report viewer and generator."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~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
+ libkoproperty lib/koproperty
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kugar"
+
+need-kde 3.4