summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 00:46:09 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 00:46:09 +0000
commitd5ea611b95fb80e50546e22c8c9e0cdb89729fac (patch)
treea00141329268f2d6cf8e13fcb682593df77e8757 /app-office/kspread
parentCleaned out old versions. (diff)
downloadhistorical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.tar.gz
historical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.tar.bz2
historical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.zip
Cleaned out old version.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-office/kspread')
-rw-r--r--app-office/kspread/ChangeLog5
-rw-r--r--app-office/kspread/files/digest-kspread-1.5.23
-rw-r--r--app-office/kspread/kspread-1.5.2.ebuild50
3 files changed, 4 insertions, 54 deletions
diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog
index 23790b080097..dd0fecbdd41c 100644
--- a/app-office/kspread/ChangeLog
+++ b/app-office/kspread/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/kspread
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.76 2007/07/18 00:13:51 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.77 2007/07/18 00:37:20 cryos Exp $
+
+ 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -kspread-1.5.2.ebuild:
+ Cleaned out old version.
18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> kspread-1.6.2.ebuild:
Marked stable on amd64, bug 178697.
diff --git a/app-office/kspread/files/digest-kspread-1.5.2 b/app-office/kspread/files/digest-kspread-1.5.2
deleted file mode 100644
index d1ae4451f5cb..000000000000
--- a/app-office/kspread/files/digest-kspread-1.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 35878218
-RMD160 eb33d9e74adec0fc3409d38c2bfe84b5dfdd5546 koffice-1.5.2.tar.bz2 35878218
-SHA256 d57d8a7611337f2678a7e28b100b9ab64148bf5483c01dbd204529f07b148611 koffice-1.5.2.tar.bz2 35878218
diff --git a/app-office/kspread/kspread-1.5.2.ebuild b/app-office/kspread/kspread-1.5.2.ebuild
deleted file mode 100644
index ab7654b6c536..000000000000
--- a/app-office/kspread/kspread-1.5.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-1.5.2.ebuild,v 1.10 2006/10/24 15:21:53 blubb 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="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-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
- 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.4
-
-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
-}