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/kugar/kugar-1.5_rc1.ebuild
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/kugar/kugar-1.5_rc1.ebuild')
-rw-r--r--app-office/kugar/kugar-1.5_rc1.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/app-office/kugar/kugar-1.5_rc1.ebuild b/app-office/kugar/kugar-1.5_rc1.ebuild
new file mode 100644
index 000000000000..118e0af1a2c6
--- /dev/null
+++ b/app-office/kugar/kugar-1.5_rc1.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_rc1.ebuild,v 1.1 2006/03/29 15:04:35 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 ~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