summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-01 18:09:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-01 18:09:02 +0000
commit765a5b6b426a127cff75ae31ce5af233d8c6b69b (patch)
treeb3c4bedc332d73531c451429a236dfd5e6f61121 /app-office/koshell
parentAdded ~ppc64; bug #156820 (diff)
downloadgentoo-2-765a5b6b426a127cff75ae31ce5af233d8c6b69b.tar.gz
gentoo-2-765a5b6b426a127cff75ae31ce5af233d8c6b69b.tar.bz2
gentoo-2-765a5b6b426a127cff75ae31ce5af233d8c6b69b.zip
Version bump.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'app-office/koshell')
-rw-r--r--app-office/koshell/ChangeLog7
-rw-r--r--app-office/koshell/files/digest-koshell-1.6.13
-rw-r--r--app-office/koshell/koshell-1.6.1.ebuild34
3 files changed, 43 insertions, 1 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog
index c078bf20ceeb..5b1b55ae733d 100644
--- a/app-office/koshell/ChangeLog
+++ b/app-office/koshell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/koshell
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.53 2006/12/01 02:07:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.54 2006/12/01 18:09:02 flameeyes Exp $
+
+*koshell-1.6.1 (01 Dec 2006)
+
+ 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> +koshell-1.6.1.ebuild:
+ Version bump.
01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> -koshell-1.4.2.ebuild,
-koshell-1.5.1.ebuild:
diff --git a/app-office/koshell/files/digest-koshell-1.6.1 b/app-office/koshell/files/digest-koshell-1.6.1
new file mode 100644
index 000000000000..8296a0484c60
--- /dev/null
+++ b/app-office/koshell/files/digest-koshell-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/koshell/koshell-1.6.1.ebuild b/app-office/koshell/koshell-1.6.1.ebuild
new file mode 100644
index 000000000000..5cfcc98125b9
--- /dev/null
+++ b/app-office/koshell/koshell-1.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.6.1.ebuild,v 1.1 2006/12/01 18:09:02 flameeyes Exp $
+
+MAXKOFFICEVER=${PV}
+KMNAME=koffice
+inherit kde-meta eutils
+
+DESCRIPTION="KOffice workspace."
+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/"
+
+need-kde 3.4