diff options
Diffstat (limited to 'app-office/kspread/kspread-1.3.5.ebuild')
-rw-r--r-- | app-office/kspread/kspread-1.3.5.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/app-office/kspread/kspread-1.3.5.ebuild b/app-office/kspread/kspread-1.3.5.ebuild deleted file mode 100644 index 571013ebae92..000000000000 --- a/app-office/kspread/kspread-1.3.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.3.5.ebuild,v 1.7 2005/07/12 19:39:05 josejx Exp $ - -KMNAME=koffice -MAXKOFFICEVER=1.3.5 -inherit kde-meta eutils - -DESCRIPTION="KOffice Spreadsheet Application" -HOMEPAGE="http://www.koffice.org/" -SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ppc ~ppc64 x86" - -IUSE="" -SLOT="0" - -DEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) - $(deprange $PV $MAXKOFFICEVER app-office/kchart) - dev-util/pkgconfig" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkoscript lib/koscript - libkospell lib/kospell - 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.1 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile first liboofilter because it's needed by the kspread's OOo filters - echo "SUBDIRS = liboofilter kspread" > $S/filters/Makefile.am - - kde-meta_src_unpack makefiles -} |