diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:10:08 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-10 22:10:08 +0000 |
commit | f0bf0f010e05b84a2bd27d2c56295228c2e57891 (patch) | |
tree | 3d284a1baa973e79df960a7b06640bd4af7e47dd /app-office/koshell | |
parent | Version bump. Adds support for Creative Zen (Micro-like unit with 20GB capaci... (diff) | |
download | historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.gz historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.tar.bz2 historical-f0bf0f010e05b84a2bd27d2c56295228c2e57891.zip |
New version.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.4.2 | 1 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.4.2.ebuild | 35 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 6c7bd611767d..5d5018e27ecb 100644 --- a/app-office/koshell/ChangeLog +++ b/app-office/koshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koshell # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.15 2005/09/12 14:02:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.16 2005/10/10 22:07:46 greg_g Exp $ + +*koshell-1.4.2 (10 Oct 2005) + + 10 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +koshell-1.4.2.ebuild: + New version. 12 Sep 2005; Aron Griffis <agriffis@gentoo.org> koshell-1.4.1.ebuild: Mark 1.4.1 stable on alpha diff --git a/app-office/koshell/files/digest-koshell-1.4.2 b/app-office/koshell/files/digest-koshell-1.4.2 new file mode 100644 index 000000000000..a054824ae545 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.4.2 @@ -0,0 +1 @@ +MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852 diff --git a/app-office/koshell/koshell-1.4.2.ebuild b/app-office/koshell/koshell-1.4.2.ebuild new file mode 100644 index 000000000000..60f6e4150c0b --- /dev/null +++ b/app-office/koshell/koshell-1.4.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.4.2.ebuild,v 1.1 2005/10/10 22:07:46 greg_g 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 ~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 + libkoscript lib/koscript + libkotext lib/kotext + libkwmf lib/kwmf + libkowmf lib/kwmf + libkstore lib/store" + +KMEXTRACTONLY="lib/" + +need-kde 3.3 |