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/kword | |
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/kword')
-rw-r--r-- | app-office/kword/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kword/files/digest-kword-1.4.0 | 1 | ||||
-rw-r--r-- | app-office/kword/kword-1.4.0.ebuild | 54 |
3 files changed, 61 insertions, 1 deletions
diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog index 6725edf0dd04..951d8118000f 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kword # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.6 2005/06/11 09:24:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.7 2005/06/21 08:39:56 greg_g Exp $ + +*kword-1.4.0 (21 Jun 2005) + + 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kword-1.4.0.ebuild: + Final release of KOffice 1.4. 11 Jun 2005; Markus Rothe <corsair@gentoo.org> kword-1.3.5.ebuild, kword-1.4.0_rc1.ebuild: diff --git a/app-office/kword/files/digest-kword-1.4.0 b/app-office/kword/files/digest-kword-1.4.0 new file mode 100644 index 000000000000..aada0edc41ee --- /dev/null +++ b/app-office/kword/files/digest-kword-1.4.0 @@ -0,0 +1 @@ +MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186 diff --git a/app-office/kword/kword-1.4.0.ebuild b/app-office/kword/kword-1.4.0.ebuild new file mode 100644 index 000000000000..fce31150d399 --- /dev/null +++ b/app-office/kword/kword-1.4.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-1.4.0.ebuild,v 1.1 2005/06/21 08:39:56 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice word processor." +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) + $(deprange $PV $MAXKOFFICEVER app-office/kspread) + >=app-text/wv2-0.1.8 + >=media-gfx/imagemagick-5.5.2" + +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 + libkspreadcommon kspread" + +KMEXTRACTONLY=" + lib/ + kspread/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kword" + +need-kde 3.3 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kword" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |