summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-06-21 08:43:02 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-06-21 08:43:02 +0000
commitf46440261fd8dae13483fbad49bbb152a34e2514 (patch)
tree80454981630b8709d049c2202e8f0c7325b39156 /app-office/kugar
parentFinal release of KOffice 1.4. (diff)
downloadgentoo-2-f46440261fd8dae13483fbad49bbb152a34e2514.tar.gz
gentoo-2-f46440261fd8dae13483fbad49bbb152a34e2514.tar.bz2
gentoo-2-f46440261fd8dae13483fbad49bbb152a34e2514.zip
Final release of KOffice 1.4.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/kugar')
-rw-r--r--app-office/kugar/ChangeLog7
-rw-r--r--app-office/kugar/files/digest-kugar-1.4.01
-rw-r--r--app-office/kugar/kugar-1.4.0.ebuild37
3 files changed, 44 insertions, 1 deletions
diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog
index 849e76f6f4b0..7fe35af4d931 100644
--- a/app-office/kugar/ChangeLog
+++ b/app-office/kugar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kugar
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.6 2005/06/11 09:30:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.7 2005/06/21 08:41:58 greg_g Exp $
+
+*kugar-1.4.0 (21 Jun 2005)
+
+ 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kugar-1.4.0.ebuild:
+ Final release of KOffice 1.4.
11 Jun 2005; Markus Rothe <corsair@gentoo.org> kugar-1.3.5.ebuild,
kugar-1.4.0_rc1.ebuild:
diff --git a/app-office/kugar/files/digest-kugar-1.4.0 b/app-office/kugar/files/digest-kugar-1.4.0
new file mode 100644
index 000000000000..aada0edc41ee
--- /dev/null
+++ b/app-office/kugar/files/digest-kugar-1.4.0
@@ -0,0 +1 @@
+MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/kugar/kugar-1.4.0.ebuild b/app-office/kugar/kugar-1.4.0.ebuild
new file mode 100644
index 000000000000..46959c757be9
--- /dev/null
+++ b/app-office/kugar/kugar-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/kugar-1.4.0.ebuild,v 1.1 2005/06/21 08:41:58 greg_g 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 ~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"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kugar"
+
+need-kde 3.3