diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-21 08:43:02 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-21 08:43:02 +0000 |
commit | f46440261fd8dae13483fbad49bbb152a34e2514 (patch) | |
tree | 80454981630b8709d049c2202e8f0c7325b39156 /app-office/koshell | |
parent | Final release of KOffice 1.4. (diff) | |
download | gentoo-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/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.4.0 | 1 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.4.0.ebuild | 35 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog index 1ae3ff841b5a..44a0ba6601cf 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.6 2005/06/11 09:36:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.7 2005/06/21 08:41:09 greg_g Exp $ + +*koshell-1.4.0 (21 Jun 2005) + + 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +koshell-1.4.0.ebuild: + Final release of KOffice 1.4. 11 Jun 2005; Markus Rothe <corsair@gentoo.org> koshell-1.3.5.ebuild, koshell-1.4.0_rc1.ebuild: diff --git a/app-office/koshell/files/digest-koshell-1.4.0 b/app-office/koshell/files/digest-koshell-1.4.0 new file mode 100644 index 000000000000..aada0edc41ee --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.4.0 @@ -0,0 +1 @@ +MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186 diff --git a/app-office/koshell/koshell-1.4.0.ebuild b/app-office/koshell/koshell-1.4.0.ebuild new file mode 100644 index 000000000000..c70599ee379e --- /dev/null +++ b/app-office/koshell/koshell-1.4.0.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.0.ebuild,v 1.1 2005/06/21 08:41:09 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="~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/" + +need-kde 3.3 |