summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-09 10:08:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-09 10:08:03 +0000
commit409dafd6593f9a7c2b57c3c1109940cfef8a64dc (patch)
tree18e935d872d764ea09da078849525648f43d0325 /app-office/kspread
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-409dafd6593f9a7c2b57c3c1109940cfef8a64dc.tar.gz
gentoo-2-409dafd6593f9a7c2b57c3c1109940cfef8a64dc.tar.bz2
gentoo-2-409dafd6593f9a7c2b57c3c1109940cfef8a64dc.zip
Remove KOffice 1.6.3.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office/kspread')
-rw-r--r--app-office/kspread/ChangeLog8
-rw-r--r--app-office/kspread/files/kspread-1.6.3-gcc44.patch11
-rw-r--r--app-office/kspread/kspread-1.6.3_p20090204.ebuild65
3 files changed, 6 insertions, 78 deletions
diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog
index 96752d3640f0..872a258addea 100644
--- a/app-office/kspread/ChangeLog
+++ b/app-office/kspread/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/kspread
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.109 2009/12/17 20:42:22 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.110 2010/01/09 10:08:02 ssuominen Exp $
+
+ 09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ -kspread-1.6.3_p20090204.ebuild, -files/kspread-1.6.3-gcc44.patch:
+ Remove KOffice 1.6.3.
17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kspread-2.1.0.ebuild:
stable x86, bug 295327
diff --git a/app-office/kspread/files/kspread-1.6.3-gcc44.patch b/app-office/kspread/files/kspread-1.6.3-gcc44.patch
deleted file mode 100644
index fdbb9e6a5af8..000000000000
--- a/app-office/kspread/files/kspread-1.6.3-gcc44.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kspread-1.6.3_p20090204-orig/work/kspread-1.6.3_p20090204/kspread/digest.cc 2006/03/24 09:20:42 522032
-+++ kspread-1.6.3_p20090204/work/kspread-1.6.3_p20090204/kspread/digest.cc 2009/02/26 10:09:03 932093
-@@ -50,7 +50,7 @@
-
- #if SIZEOF_INT == 4
- typedef unsigned int sal_uInt32;
--#elif
-+#else
- typedef unsigned long sal_uInt32;
- #endif
-
diff --git a/app-office/kspread/kspread-1.6.3_p20090204.ebuild b/app-office/kspread/kspread-1.6.3_p20090204.ebuild
deleted file mode 100644
index 79088a2bded1..000000000000
--- a/app-office/kspread/kspread-1.6.3_p20090204.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.6.3_p20090204.ebuild,v 1.9 2009/09/27 12:36:06 ranger Exp $
-
-ARTS_REQUIRED="never"
-
-KMNAME=koffice
-inherit kde-meta eutils
-
-DESCRIPTION="KOffice spreadsheet application."
-HOMEPAGE="http://www.koffice.org/"
-LICENSE="GPL-2 LGPL-2"
-
-SLOT="3.5"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="~app-office/koffice-libs-1.6.3_p20090204
- ~app-office/kchart-1.6.3_p20090204
- ~app-office/kexi-1.6.3_p20090204"
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkformula lib/kformula
- libkofficecore lib/kofficecore
- libkofficeui lib/kofficeui
- libkopainter lib/kopainter
- libkotext lib/kotext
- libkwmf lib/kwmf
- libkowmf lib/kwmf
- libkstore lib/store
- libkochart interfaces
- libkrossmain lib/kross/main
- libkrossapi lib/kross/api
- libkexidb kexi/kexidb
- libkexidbparser kexi/kexidb/parser"
-
-KMEXTRACTONLY="lib/
- interfaces/
- filters/kexi
- kexi/"
-
-KMCOMPILEONLY="filters/liboofilter"
-
-KMEXTRA="filters/kspread"
-
-need-kde 3.5
-
-PATCHES=( "${FILESDIR}/${PN}-1.6.3-gcc44.patch" )
-
-src_unpack() {
- kde-meta_src_unpack unpack
-
- # We need to compile liboofilter first
- echo "SUBDIRS = liboofilter kspread" > "${S}"/filters/Makefile.am
-
- # Work around broken conditional
- echo "SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel kexi" > "${S}"/filters/kspread/Makefile.am
-
- for i in $(find "${S}"/lib -iname "*\.ui"); do
- "${QTDIR}"/bin/uic ${i} > ${i%.ui}.h
- done
-
- kde-meta_src_unpack makefiles
-}