summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-01 18:16:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-01 18:16:35 +0000
commit4d3262a9891e76f43e4c087ca5e1ebd1452564f7 (patch)
treef9d1878cd5b20327a4cbb867a69c96faad375d3d /app-office/kformula
parentStable on hppa (diff)
downloadhistorical-4d3262a9891e76f43e4c087ca5e1ebd1452564f7.tar.gz
historical-4d3262a9891e76f43e4c087ca5e1ebd1452564f7.tar.bz2
historical-4d3262a9891e76f43e4c087ca5e1ebd1452564f7.zip
Version bump.
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'app-office/kformula')
-rw-r--r--app-office/kformula/ChangeLog7
-rw-r--r--app-office/kformula/files/digest-kformula-1.6.13
-rw-r--r--app-office/kformula/kformula-1.6.1.ebuild38
3 files changed, 47 insertions, 1 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog
index 144173f19b24..3f6e01f3e2f7 100644
--- a/app-office/kformula/ChangeLog
+++ b/app-office/kformula/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kformula
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.58 2006/12/01 02:04:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.59 2006/12/01 18:11:31 flameeyes Exp $
+
+*kformula-1.6.1 (01 Dec 2006)
+
+ 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> +kformula-1.6.1.ebuild:
+ Version bump.
01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> -kformula-1.4.2.ebuild,
-kformula-1.5.1.ebuild:
diff --git a/app-office/kformula/files/digest-kformula-1.6.1 b/app-office/kformula/files/digest-kformula-1.6.1
new file mode 100644
index 000000000000..8296a0484c60
--- /dev/null
+++ b/app-office/kformula/files/digest-kformula-1.6.1
@@ -0,0 +1,3 @@
+MD5 f7b90b46b79019edc60761a6bff2d387 koffice-1.6.1.tar.bz2 56999028
+RMD160 ee4fa84a53f92035c0ab9427e0acb18feca701db koffice-1.6.1.tar.bz2 56999028
+SHA256 5505a6c54009dd0cb75a3770c3daa476154958f92692ca0748b1842d9cd6e728 koffice-1.6.1.tar.bz2 56999028
diff --git a/app-office/kformula/kformula-1.6.1.ebuild b/app-office/kformula/kformula-1.6.1.ebuild
new file mode 100644
index 000000000000..9c2e125a79a2
--- /dev/null
+++ b/app-office/kformula/kformula-1.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.1.ebuild,v 1.1 2006/12/01 18:11:31 flameeyes Exp $
+
+MAXKOFFICEVER=${PV}
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice formula editor."
+HOMEPAGE="http://www.koffice.org/"
+LICENSE="GPL-2 LGPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+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
+ libkotext lib/kotext
+ libkwmf lib/kwmf
+ libkowmf lib/kwmf
+ libkstore lib/store"
+
+KMEXTRACTONLY="lib/"
+
+KMEXTRA="filters/kformula"
+
+need-kde 3.4
+
+