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/kspread | |
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/kspread')
-rw-r--r-- | app-office/kspread/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kspread/files/digest-kspread-1.4.0 | 1 | ||||
-rw-r--r-- | app-office/kspread/kspread-1.4.0.ebuild | 51 |
3 files changed, 58 insertions, 1 deletions
diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog index bf77e199c1c2..9b397710ab2b 100644 --- a/app-office/kspread/ChangeLog +++ b/app-office/kspread/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kspread # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.7 2005/06/11 09:41:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.8 2005/06/21 08:39:31 greg_g Exp $ + +*kspread-1.4.0 (21 Jun 2005) + + 21 Jun 2005; Gregorio Guidi <greg_g@gentoo.org> +kspread-1.4.0.ebuild: + Final release of KOffice 1.4. 11 Jun 2005; Markus Rothe <corsair@gentoo.org> kspread-1.3.5.ebuild, kspread-1.4.0_rc1.ebuild: diff --git a/app-office/kspread/files/digest-kspread-1.4.0 b/app-office/kspread/files/digest-kspread-1.4.0 new file mode 100644 index 000000000000..aada0edc41ee --- /dev/null +++ b/app-office/kspread/files/digest-kspread-1.4.0 @@ -0,0 +1 @@ +MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186 diff --git a/app-office/kspread/kspread-1.4.0.ebuild b/app-office/kspread/kspread-1.4.0.ebuild new file mode 100644 index 000000000000..05eb8427dda3 --- /dev/null +++ b/app-office/kspread/kspread-1.4.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.4.0.ebuild,v 1.1 2005/06/21 08:39:31 greg_g Exp $ + +KMNAME=koffice +MAXKOFFICEVER=${PV} +inherit kde-meta eutils + +DESCRIPTION="KOffice spreadsheet application." +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/kchart)" + +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 + libkochart interfaces" + +KMEXTRACTONLY="lib/ + interfaces/" + +KMCOMPILEONLY="filters/liboofilter" + +KMEXTRA="filters/kspread" + +need-kde 3.3 + +src_unpack() { + kde-meta_src_unpack unpack + + # We need to compile liboofilter first + echo "SUBDIRS = liboofilter kspread" > $S/filters/Makefile.am + + kde-meta_src_unpack makefiles +} |