diff options
author | 2012-01-17 12:12:21 +0000 | |
---|---|---|
committer | 2012-01-17 12:12:21 +0000 | |
commit | e03a6f1cecc125c8cbf90bfad8effa199122023b (patch) | |
tree | 68c22a025d168e74bc5ee34cc37d29f17d071039 /kde-base/kdepim-runtime/files | |
parent | Remove kdeenablefinal patch. Build feature is gone. (diff) | |
download | gentoo-2-e03a6f1cecc125c8cbf90bfad8effa199122023b.tar.gz gentoo-2-e03a6f1cecc125c8cbf90bfad8effa199122023b.tar.bz2 gentoo-2-e03a6f1cecc125c8cbf90bfad8effa199122023b.zip |
Remove kdeenablefinal patch. Build feature is gone.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-runtime/files')
-rw-r--r-- | kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-1.patch | 18 | ||||
-rw-r--r-- | kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-2.patch | 20 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-1.patch b/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-1.patch deleted file mode 100644 index cfdaf21a69d7..000000000000 --- a/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-1.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- libkdepim-copy/calendardiffalgo.cpp.orig 2011-01-01 19:19:25.798000269 +0100 -+++ libkdepim-copy/calendardiffalgo.cpp 2011-01-01 19:14:15.918000268 +0100 -@@ -26,7 +26,6 @@ - - using namespace KPIM; - --#ifndef KDE_USE_FINAL - static bool compareString( const QString &left, const QString &right ) - { - if ( left.isEmpty() && right.isEmpty() ) -@@ -34,7 +33,6 @@ - else - return left == right; - } --#endif - - static QString toString( KCal::Attendee *attendee ) - { diff --git a/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-2.patch b/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-2.patch deleted file mode 100644 index 67425fe7c3a4..000000000000 --- a/kde-base/kdepim-runtime/files/kdepim-runtime-4.4.10-enablefinal-2.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- resources/kolabproxy/distributionlist.cpp.orig 2011-01-01 19:18:41.274000269 +0100 -+++ resources/kolabproxy/distributionlist.cpp 2011-01-01 19:16:44.378000268 +0100 -@@ -39,8 +39,6 @@ - - using namespace Kolab; - --static const char* s_unhandledTagAppName = "KOLABUNHANDLED"; // no hyphens in appnames! -- - // saving (contactgroup->xml) - DistributionList::DistributionList( const KABC::ContactGroup* contactGroup ) - { -@@ -149,7 +147,7 @@ - // Unhandled tag - save for later storage - //kDebug() <<"Saving unhandled tag" << e.tagName(); - Custom c; -- c.app = s_unhandledTagAppName; -+ c.app = "KOLABUNHANDLED"; - c.name = e.tagName(); - c.value = e.text(); - mCustomList.append( c ); |