From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF2A613800E for ; Wed, 1 Aug 2012 20:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A577BE0504; Wed, 1 Aug 2012 20:03:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6724FE0504 for ; Wed, 1 Aug 2012 20:03:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A95F1B4023 for ; Wed, 1 Aug 2012 20:03:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id 419B82004C; Wed, 1 Aug 2012 20:03:25 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libkolab/files: libkolab-fix-include.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: libkolab-fix-include.patch X-VCS-Directories: net-libs/libkolab/files X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120801200325.419B82004C@flycatcher.gentoo.org> Date: Wed, 1 Aug 2012 20:03:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8d9ffd0-5432-4fd7-ae75-a1d30f9dda42 X-Archives-Hash: 72692314c7591cd4bbd235247d945234 johu 12/08/01 20:03:25 Added: libkolab-fix-include.patch Log: Initial commit. Import from kde overlay. Needed for KDE SC 4.9.0. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.1 net-libs/libkolab/files/libkolab-fix-include.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolab/files/libkolab-fix-include.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolab/files/libkolab-fix-include.patch?rev=1.1&content-type=text/plain Index: libkolab-fix-include.patch =================================================================== --- conversion/commonconversion.h 2012-05-02 07:56:08.000000000 -0400 +++ conversion/commonconversion.h 2012-07-02 23:04:24.762660720 -0400 @@ -20,7 +20,7 @@ #include #include -#include +#include namespace Kolab { @@ -32,4 +32,4 @@ }; }; -#endif \ No newline at end of file +#endif --- conversion/kabcconversion.h 2012-05-02 07:56:08.000000000 -0400 +++ conversion/kabcconversion.h 2012-07-02 23:04:24.762660720 -0400 @@ -20,7 +20,7 @@ #include "kolab_export.h" -#include +#include #include #include @@ -40,4 +40,4 @@ }; }; -#endif \ No newline at end of file +#endif --- conversion/kcalconversion.h 2012-05-02 07:56:08.000000000 -0400 +++ conversion/kcalconversion.h 2012-07-02 23:04:24.763660720 -0400 @@ -20,9 +20,9 @@ #include "kolab_export.h" -#include -#include -#include +#include +#include +#include #include #include #include @@ -49,4 +49,4 @@ }; }; -#endif \ No newline at end of file +#endif --- conversion/kolabconversion.h 2012-05-02 07:56:08.000000000 -0400 +++ conversion/kolabconversion.h 2012-07-02 23:04:24.764660720 -0400 @@ -20,7 +20,7 @@ #include "kolab_export.h" -#include +#include #include namespace Kolab { @@ -36,4 +36,4 @@ }; }; -#endif \ No newline at end of file +#endif --- kolabformat/errorhandler.cpp 2012-05-02 07:56:08.000000000 -0400 +++ kolabformat/errorhandler.cpp 2012-07-02 23:04:24.764660720 -0400 @@ -20,7 +20,7 @@ #include -#include +#include namespace Kolab { --- kolabformat/kolabobject.cpp 2012-05-02 07:56:08.000000000 -0400 +++ kolabformat/kolabobject.cpp 2012-07-02 23:04:24.765660720 -0400 @@ -34,7 +34,7 @@ #include #include #include -#include +#include namespace Kolab { --- tests/benchmark.cpp 2012-05-02 07:56:08.000000000 -0400 +++ tests/benchmark.cpp 2012-07-02 23:05:22.746664944 -0400 @@ -19,7 +19,7 @@ #include "kolabformatV2/event.h" #include "conversion/kcalconversion.h" #include -#include +#include #include #include "testutils.h" --- tests/formattest.cpp 2012-05-02 07:56:08.000000000 -0400 +++ tests/formattest.cpp 2012-07-02 23:05:34.920665858 -0400 @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include #include #include --- tests/kcalconversiontest.cpp 2012-05-02 07:56:08.000000000 -0400 +++ tests/kcalconversiontest.cpp 2012-07-02 23:05:46.269666653 -0400 @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include --- tests/upgradetest.cpp 2012-05-02 07:56:08.000000000 -0400 +++ tests/upgradetest.cpp 2012-07-02 23:06:03.269667875 -0400 @@ -19,8 +19,8 @@ #include "upgradetest.h" #include -#include -#include +#include +#include #include "testutils.h" #include "kolabformat/kolabobject.h"