summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-27 09:58:32 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-27 09:58:32 +0000
commitbafdcedbc628a46a91c646b37fc77702f85f07a9 (patch)
tree469d42a23a199286283825f8bf263b04df3164db /app-office/koffice-libs/files
parentKOffice 1.4.1 stable on x86. (diff)
downloadhistorical-bafdcedbc628a46a91c646b37fc77702f85f07a9.tar.gz
historical-bafdcedbc628a46a91c646b37fc77702f85f07a9.tar.bz2
historical-bafdcedbc628a46a91c646b37fc77702f85f07a9.zip
Remove old ebuilds.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-office/koffice-libs/files')
-rw-r--r--app-office/koffice-libs/files/digest-koffice-libs-1.4.0-r11
-rw-r--r--app-office/koffice-libs/files/koffice-1.4.0-save.patch15
2 files changed, 0 insertions, 16 deletions
diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0-r1 b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0-r1
deleted file mode 100644
index aada0edc41ee..000000000000
--- a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/koffice-libs/files/koffice-1.4.0-save.patch b/app-office/koffice-libs/files/koffice-1.4.0-save.patch
deleted file mode 100644
index 40772ef93525..000000000000
--- a/app-office/koffice-libs/files/koffice-1.4.0-save.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Nur koffice-1.4.0.orig/lib/kofficecore/koDocument.cc koffice-1.4.0/lib/kofficecore/koDocument.cc
---- koffice-1.4.0.orig/lib/kofficecore/koDocument.cc 2005-06-15 15:39:33.000000000 +0200
-+++ koffice-1.4.0/lib/kofficecore/koDocument.cc 2005-06-22 14:58:03.000000000 +0200
-@@ -354,11 +354,6 @@
- bool KoDocument::saveFile()
- {
- kdDebug(30003) << "KoDocument::saveFile() doc='" << url().url() <<"'"<< endl;
-- if ( !kapp->inherits( "KoApplication" ) )
-- {
-- d->lastErrorMessage = i18n( "Internal error: not a KOffice application, saving not allowed." );
-- return false;
-- }
-
- // Save it to be able to restore it after a failed save
- const bool wasModified = isModified ();