summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-19 17:12:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-19 17:12:00 +0000
commit2720b4a1b95bca804fc848191845c11bb1da07e5 (patch)
tree8bd1a5b96ca6fd2c2354acd3e371e89ab911009f /app-office/kugar
parentVersion bump (diff)
downloadgentoo-2-2720b4a1b95bca804fc848191845c11bb1da07e5.tar.gz
gentoo-2-2720b4a1b95bca804fc848191845c11bb1da07e5.tar.bz2
gentoo-2-2720b4a1b95bca804fc848191845c11bb1da07e5.zip
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-office/kugar')
-rw-r--r--app-office/kugar/ChangeLog7
-rw-r--r--app-office/kugar/files/digest-kugar-1.5.23
-rw-r--r--app-office/kugar/kugar-1.5.2.ebuild37
3 files changed, 46 insertions, 1 deletions
diff --git a/app-office/kugar/ChangeLog b/app-office/kugar/ChangeLog
index f67a49df1b6d..c4848de436f8 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.39 2006/06/30 20:43:12 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kugar/ChangeLog,v 1.40 2006/07/19 17:12:00 flameeyes Exp $
+
+*kugar-1.5.2 (19 Jul 2006)
+
+ 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +kugar-1.5.2.ebuild:
+ Version bump
30 Jun 2006; Lars Weiler <pylon@gentoo.org> kugar-1.5.1.ebuild:
Stable on ppc; gcc-4 related; bug #138099.
diff --git a/app-office/kugar/files/digest-kugar-1.5.2 b/app-office/kugar/files/digest-kugar-1.5.2
new file mode 100644
index 000000000000..d1ae4451f5cb
--- /dev/null
+++ b/app-office/kugar/files/digest-kugar-1.5.2
@@ -0,0 +1,3 @@
+MD5 cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 35878218
+RMD160 eb33d9e74adec0fc3409d38c2bfe84b5dfdd5546 koffice-1.5.2.tar.bz2 35878218
+SHA256 d57d8a7611337f2678a7e28b100b9ab64148bf5483c01dbd204529f07b148611 koffice-1.5.2.tar.bz2 35878218
diff --git a/app-office/kugar/kugar-1.5.2.ebuild b/app-office/kugar/kugar-1.5.2.ebuild
new file mode 100644
index 000000000000..c1ed260538b1
--- /dev/null
+++ b/app-office/kugar/kugar-1.5.2.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.2.ebuild,v 1.1 2006/07/19 17:12:00 flameeyes 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="~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
+ libkoproperty lib/koproperty
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kugar"
+
+need-kde 3.4