summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-10 13:08:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-10 13:08:08 +0000
commit3fa47189418b1ef37654ee4d740bf617bbf16d57 (patch)
tree2d1f0af758ff12c70d1261e4b7d1c31be3de6475
parentDrop unused patch. (diff)
downloadgentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.tar.gz
gentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.tar.bz2
gentoo-2-3fa47189418b1ef37654ee4d740bf617bbf16d57.zip
Drop unused patch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch20
2 files changed, 5 insertions, 21 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index e39036c55a9e..90a3847c7789 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.82 2010/08/09 17:34:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.83 2010/08/10 13:08:07 scarabeus Exp $
+
+ 10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -files/kdepimlibs-4.4.0-sieve.patch:
+ Drop unused patch.
09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
kdepimlibs-4.4.5.ebuild:
diff --git a/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch b/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch
deleted file mode 100644
index 006c7b5a47e5..000000000000
--- a/kde-base/kdepimlibs/files/kdepimlibs-4.4.0-sieve.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-http://bugs.kde.org/show_bug.cgi?id=212951
-http://bugs.gentoo.org/show_bug.cgi?id=305211
-
---- kioslave/sieve/sieve.cpp
-+++ kioslave/sieve/sieve.cpp
-@@ -364,12 +364,11 @@
- }
-
- // FIXME find a test server and test that this works
-- // TODO ask the system whether SSL is available
-- if (useTLSIfAvailable && QSslSocket::supportsSsl()) {
-+ if (useTLSIfAvailable && m_supportsTLS && QSslSocket::supportsSsl()) {
- sendData("STARTTLS");
- if (operationSuccessful()) {
- ksDebug << "TLS has been accepted. Starting TLS..." << endl
-- << "WARNING this is untested and may fail.";
-+ << "WARNING this is untested and may fail.";
- if (startSsl()) {
- ksDebug << "TLS enabled successfully." << endl;
- // reparse capabilities: